aboutsummaryrefslogtreecommitdiffstats
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"
# 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)}"