summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to '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)}"