X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=templates%2Ffeature%2Fagl-appfw-smack%2F50_bblayers.conf.inc;fp=templates%2Ffeature%2Fagl-appfw-smack%2F50_bblayers.conf.inc;h=2e79797e8ca2c10f53a1485cf26e2d5d83fe53ea;hb=a857b0b23a64a8cf209dc35c4773d22ab236162d;hp=5f6847a870e900f846ad05e9399a6e6c02fe2e1e;hpb=5a7790e8b10d6a01fb405f1893167ddec58f5faa;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 5f6847a87..2e79797e8 100644 --- a/templates/feature/agl-appfw-smack/50_bblayers.conf.inc +++ b/templates/feature/agl-appfw-smack/50_bblayers.conf.inc @@ -1,9 +1,12 @@ AGL_APPFW_LAYERS = " \ ${METADIR}/external/meta-security \ - ${METADIR}/external/meta-openembedded/meta-python \ - ${METADIR}/external/meta-openembedded/meta-networking \ ${METADIR}/external/meta-openembedded/meta-perl \ ${METADIR}/meta-agl/meta-app-framework \ " -BBLAYERS =+ "${AGL_APPFW_LAYERS}" \ No newline at end of file +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"