meta-agl-distro: BBMASK problematic upstream meta-security bbappend
[AGL/meta-agl.git] / 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"