diff options
| author | Saul Wold <sgw@linux.intel.com> | 2016-11-02 13:42:53 -0700 |
|---|---|---|
| committer | Saul Wold <sgw@linux.intel.com> | 2016-11-02 13:50:46 -0700 |
| commit | da4795aa914bfa72984df5bc832ee5274765dfdd (patch) | |
| tree | d9416215f9609ffbd3461e761b4acd2d17482bae | |
| parent | ab79b789ace7272a1b7f8225ccbd111e806aad40 (diff) | |
| download | meta-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>
| -rw-r--r-- | conf/layer.conf | 9 |
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 |
| 17 | LAYERVERSION_intel = "3" | 17 | LAYERVERSION_intel = "3" |
| 18 | 18 | ||
| 19 | |||
| 20 | # Exclude RMC patches unless RMC Feature is eanbled | ||
| 21 | RMC_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 | |||
| 25 | BBMASK += "${RMC_BBMASK}" | ||
| 26 | |||
| 27 | BBMASK_remove = "${@bb.utils.contains('DISTRO_FEATURES', 'rmc', '${RMC_BBMASK}', '', d)}" | ||
