X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=meta-security%2Fconf%2Flayer.conf;h=16dae39898d8567d66cc48da8bb86dfdf85bcdbd;hb=f5a890d54d4b65a673fd6e65a8356db3be3f0975;hp=db6be54c072da38390c68e4c7ca0df7f2f355971;hpb=89a128bbc471368ef14231845e72c39f983899a4;p=AGL%2Fmeta-agl.git diff --git a/meta-security/conf/layer.conf b/meta-security/conf/layer.conf index db6be54c0..16dae3989 100644 --- a/meta-security/conf/layer.conf +++ b/meta-security/conf/layer.conf @@ -2,11 +2,13 @@ BBPATH =. "${LAYERDIR}:" # We have a packages directory, add to BBFILES -BBFILES := "${BBFILES} \ - ${LAYERDIR}/recipes-*/*/*.bb \ - ${LAYERDIR}/recipes-*/*/*.bbappend" +BBFILES += " ${LAYERDIR}/recipes-*/*/*.bb \ + ${LAYERDIR}/recipes-*/*/*.bbappend \ + " # Must prioritize our rpm recipe over the default ones. BBFILE_COLLECTIONS += "security-smack" BBFILE_PATTERN_security-smack := "^${LAYERDIR}/" BBFILE_PRIORITY_security-smack = "60" + +LAYERSERIES_COMPAT_security-smack = "thud"