From 0c417aa70d0e70e3067f4142a3311e49c759b234 Mon Sep 17 00:00:00 2001 From: Yi Zhao Date: Thu, 19 Aug 2021 12:47:01 +0800 Subject: lxc: drop bbappend The PACKAGECONFIG[selinux] is enabled in lxc recipe. Signed-off-by: Yi Zhao Signed-off-by: Joe MacDonald --- conf/layer.conf | 2 -- .../virtualization-layer/recipes-containers/lxc/lxc_%.bbappend | 1 - 2 files changed, 3 deletions(-) delete mode 100644 dynamic-layers/virtualization-layer/recipes-containers/lxc/lxc_%.bbappend diff --git a/conf/layer.conf b/conf/layer.conf index ebc8e33..fcd61d5 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -7,8 +7,6 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ BBFILES_DYNAMIC += "networking-layer:${LAYERDIR}/dynamic-layers/networking-layer/*/*/*.bb \ networking-layer:${LAYERDIR}/dynamic-layers/networking-layer/*/*/*.bbappend \ - virtualization-layer:${LAYERDIR}/dynamic-layers/virtualization-layer/recipes*/*/*.bb \ - virtualization-layer:${LAYERDIR}/dynamic-layers/virtualization-layer/recipes*/*/*.bbappend \ meta-python2:${LAYERDIR}/dynamic-layers/python2-layer/recipes*/*/*.bb \ meta-python2:${LAYERDIR}/dynamic-layers/python2-layer/recipes*/*/*.bbappend \ " diff --git a/dynamic-layers/virtualization-layer/recipes-containers/lxc/lxc_%.bbappend b/dynamic-layers/virtualization-layer/recipes-containers/lxc/lxc_%.bbappend deleted file mode 100644 index 74e22b3..0000000 --- a/dynamic-layers/virtualization-layer/recipes-containers/lxc/lxc_%.bbappend +++ /dev/null @@ -1 +0,0 @@ -inherit ${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'enable-selinux', '', d)} -- cgit v1.2.3-54-g00ecf