[meta-intel] [PATCH 1/6] layer.conf: Remove BBMASK'ing items

Saul Wold sgw at linux.intel.com
Wed Nov 2 15:52:11 PDT 2016


Having BBMASKS and DISTRO_FEATURES causes issue with sstate in certain situations

Signed-off-by: Saul Wold <sgw at linux.intel.com>
---
 conf/layer.conf | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/conf/layer.conf b/conf/layer.conf
index 41e42e8..abf6ffd 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -16,12 +16,3 @@ LICENSE_PATH += "${LAYERDIR}/common/custom-licenses"
 # cause compatibility issues with other layers
 LAYERVERSION_intel = "3"
 
-
-# Exclude RMC patches unless RMC Feature is eanbled
-RMC_BBMASK := "${LAYERDIR}/common/recipes-bsp/systemd-boot/systemd-boot.*\.bbappend \
-               ${LAYERDIR}/common/recipes-core/initrdscripts/initramfs-live-install-efi.*\.bbappend \
-               ${LAYERDIR}/common/recipes-bsp/gnu-efi/gnu-efi.*\.bbappend"
-
-BBMASK += "${RMC_BBMASK}"
-
-BBMASK_remove = "${@bb.utils.contains('DISTRO_FEATURES', 'rmc', '${RMC_BBMASK}', '', d)}"
-- 
2.7.4



More information about the meta-intel mailing list