SPEC-3723: restructure meta-agl
[AGL/meta-agl.git] / templates / feature / agl-appfw-smack / 50_bblayers.conf.inc
index 344c250..5f6847a 100644 (file)
@@ -1,6 +1,9 @@
-BBLAYERS =+ " \
-       ${METADIR}/meta-intel-iot-security/meta-security-smack \
-       ${METADIR}/meta-intel-iot-security/meta-security-framework \
-       ${METADIR}/meta-agl/meta-app-framework \
+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