mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 12:59:03 +02:00
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>
This commit is contained in:
parent
ab79b789ac
commit
da4795aa91
|
@ -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)}"
|
||||
|
|
Loading…
Reference in New Issue
Block a user