X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=templates%2Ffeature%2Fagl-appfw-smack%2F50_bblayers.conf.inc;h=2e79797e8ca2c10f53a1485cf26e2d5d83fe53ea;hb=refs%2Ftags%2Flamprey%2F12.1.14;hp=6badef15e3a0a7ac4835f77cdca77a6f81277d7b;hpb=0e3e40dfb37be8626cf5f120cca80993978376e8;p=AGL%2Fmeta-agl.git diff --git a/templates/feature/agl-appfw-smack/50_bblayers.conf.inc b/templates/feature/agl-appfw-smack/50_bblayers.conf.inc index 6badef15e..2e79797e8 100644 --- a/templates/feature/agl-appfw-smack/50_bblayers.conf.inc +++ b/templates/feature/agl-appfw-smack/50_bblayers.conf.inc @@ -1,7 +1,12 @@ -BBLAYERS =+ " \ - ${METADIR}/meta-agl/meta-agl-security \ - ${METADIR}/meta-intel-iot-security/meta-security-smack \ - ${METADIR}/meta-intel-iot-security/meta-security-framework \ - ${METADIR}/meta-agl-extra/meta-app-framework \ +AGL_APPFW_LAYERS = " \ + ${METADIR}/external/meta-security \ + ${METADIR}/external/meta-openembedded/meta-perl \ + ${METADIR}/meta-agl/meta-app-framework \ " +BBLAYERS =+ "${AGL_APPFW_LAYERS}" + +# Indirection to avoid duplicate inclusions of the same folder into BBLAYERS +# the evaluation is in the bblayers.conf.sample in meta-agl/templates/base +AGL_META_PYTHON = "${METADIR}/external/meta-openembedded/meta-python" +AGL_META_NETWORKING = "${METADIR}/external/meta-openembedded/meta-networking"