X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=meta-security%2Fconf%2Flayer.conf;h=608cf62eda73838f7346295d083af8a05fc5de77;hb=6aeb440d5e1e5155c866e91c3ec0f978122e8862;hp=db6be54c072da38390c68e4c7ca0df7f2f355971;hpb=e6b8d4b9aebcc39cb5274fe61e913a1df069bb40;p=AGL%2Fmeta-agl.git diff --git a/meta-security/conf/layer.conf b/meta-security/conf/layer.conf index db6be54c0..608cf62ed 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 = "zeus"