meta-agl-distro: BBMASK problematic upstream meta-security bbappend 84/23684/1
authorScott Murray <scott.murray@konsulko.com>
Mon, 27 Jan 2020 19:00:45 +0000 (14:00 -0500)
committerScott Murray <scott.murray@konsulko.com>
Mon, 27 Jan 2020 19:00:45 +0000 (14:00 -0500)
Mask upstream meta-security bbappend that interferes with non-linux-yocto
kernels due to the bug of having two wildcards, which bitbake does not
support. The result is the bbappend applying to all linux-% recipes,
breaking e.g. linux-raspberry compilation.  Not having it is not an issue,
since there is also explicit enabling of required security features done
by meta-agl/meta-security.

Bug-AGL: SPEC-2932

Change-Id: I60579cf539c0b134dda06af75f98a7960330b147
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
meta-agl-distro/conf/distro/poky-agl.conf

index a382c84..81d2122 100644 (file)
@@ -178,3 +178,9 @@ PREFERRED_RPROVIDER_virtual/navigation ?= "ondemandnavi"
 
 # Set preferred provider for low-can device mapping configuration
 PREFERRED_RPROVIDER_virtual/low-can-dev-mapping ?= "dev-mapping"
+
+# Mask upstream meta-security bbappend that interferes with non-linux-yocto
+# kernels due to the bug of having two wildcards, which bitbake does not
+# support. Not having it is not an issue, since there is also explicit
+# enabling of required security features done by meta-agl/meta-security.
+BBMASK += "meta-security/recipes-kernel/linux/linux-%_5.%.bbappend"