dcp: remove unused custom profile
Signed-off-by: Francisco Gil <francisco.gilmartinez@digi.com>
This commit is contained in:
parent
6fd27ea079
commit
804e5d5514
|
|
@ -164,7 +164,7 @@ Set profile and naming in `conf/local.conf`:
|
|||
|
||||
```conf
|
||||
DISTRO_FEATURES:append = " virtualization"
|
||||
DCP_NAME = "webkit-demo" # or: lvgl-demo, chromium-demo, flutter-demo, custom profile
|
||||
DCP_NAME = "webkit-demo" # or: lvgl-demo, chromium-demo, flutter-demo
|
||||
# PODMAN_TAG defaults to "${DCP_NAME}-tag"
|
||||
```
|
||||
|
||||
|
|
@ -216,7 +216,7 @@ Current built-in profile examples:
|
|||
|
||||
You can add new profiles by appending variables with `:container-<name>` overrides.
|
||||
|
||||
For customer-defined profiles, use:
|
||||
To define your own profile, use:
|
||||
|
||||
```conf
|
||||
DCP_NAME = "myprofile"
|
||||
|
|
@ -351,10 +351,6 @@ containers/
|
|||
rootfs_files/
|
||||
configs_lxc/
|
||||
artifact/
|
||||
custom/
|
||||
rootfs_files/
|
||||
configs_lxc/
|
||||
artifact/
|
||||
```
|
||||
|
||||
To create a new profile:
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
Placeholder metadata for custom container artifacts.
|
||||
|
|
@ -1 +0,0 @@
|
|||
Placeholder changelog for custom container artifacts.
|
||||
|
|
@ -1,17 +0,0 @@
|
|||
# LXC base config for custom profile on CCIMX95.
|
||||
# Placeholders are replaced by the image recipe.
|
||||
lxc.arch = @LXC_ARCH@
|
||||
lxc.rootfs.path = dir:@LXC_FOLDER@/@DCP_NAME@/rootfs
|
||||
lxc.uts.name = @DCP_NAME@
|
||||
|
||||
lxc.mount.auto = cgroup:mixed proc:mixed
|
||||
lxc.mount.entry = /sys sys none bind,create=dir
|
||||
lxc.mount.entry = tmpfs run tmpfs rw,nosuid,nodev,mode=0755,create=dir
|
||||
|
||||
# custom prompt
|
||||
lxc.environment = 'PS1=\h:\w$ '
|
||||
|
||||
# no network
|
||||
lxc.net.0.type = empty
|
||||
|
||||
lxc.init.cmd = @CONTAINER_INIT_MANAGER@ @CONTAINER_INIT_SCRIPT@
|
||||
|
|
@ -1,17 +0,0 @@
|
|||
# LXC base config for custom profile on CCMP25.
|
||||
# Placeholders are replaced by the image recipe.
|
||||
lxc.arch = @LXC_ARCH@
|
||||
lxc.rootfs.path = dir:@LXC_FOLDER@/@DCP_NAME@/rootfs
|
||||
lxc.uts.name = @DCP_NAME@
|
||||
|
||||
lxc.mount.auto = cgroup:mixed proc:mixed
|
||||
lxc.mount.entry = /sys sys none bind,create=dir
|
||||
lxc.mount.entry = tmpfs run tmpfs rw,nosuid,nodev,mode=0755,create=dir
|
||||
|
||||
# custom prompt
|
||||
lxc.environment = 'PS1=\h:\w$ '
|
||||
|
||||
# no network
|
||||
lxc.net.0.type = empty
|
||||
|
||||
lxc.init.cmd = @CONTAINER_INIT_MANAGER@ @CONTAINER_INIT_SCRIPT@
|
||||
Loading…
Reference in New Issue