summaryrefslogtreecommitdiffstats
path: root/conf/layer.conf
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2016-11-02 13:42:53 -0700
committerSaul Wold <sgw@linux.intel.com>2016-11-02 13:50:46 -0700
commitda4795aa914bfa72984df5bc832ee5274765dfdd (patch)
treed9416215f9609ffbd3461e761b4acd2d17482bae /conf/layer.conf
parentab79b789ace7272a1b7f8225ccbd111e806aad40 (diff)
downloadmeta-intel-da4795aa914bfa72984df5bc832ee5274765dfdd.tar.gz
layer.conf: Remove BBMASK'ing items
Having BBMASKS and DISTRO_FEATURES causes issue with sstate in certain situations Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'conf/layer.conf')
-rw-r--r--conf/layer.conf9
1 files changed, 0 insertions, 9 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index 41e42e83..abf6ffd6 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -16,12 +16,3 @@ LICENSE_PATH += "${LAYERDIR}/common/custom-licenses"
16# cause compatibility issues with other layers 16# cause compatibility issues with other layers
17LAYERVERSION_intel = "3" 17LAYERVERSION_intel = "3"
18 18
19
20# Exclude RMC patches unless RMC Feature is eanbled
21RMC_BBMASK := "${LAYERDIR}/common/recipes-bsp/systemd-boot/systemd-boot.*\.bbappend \
22 ${LAYERDIR}/common/recipes-core/initrdscripts/initramfs-live-install-efi.*\.bbappend \
23 ${LAYERDIR}/common/recipes-bsp/gnu-efi/gnu-efi.*\.bbappend"
24
25BBMASK += "${RMC_BBMASK}"
26
27BBMASK_remove = "${@bb.utils.contains('DISTRO_FEATURES', 'rmc', '${RMC_BBMASK}', '', d)}"