diff options
Diffstat (limited to 'templates/feature/agl-appfw-smack/50_bblayers.conf.inc')
-rw-r--r-- | templates/feature/agl-appfw-smack/50_bblayers.conf.inc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/feature/agl-appfw-smack/50_bblayers.conf.inc b/templates/feature/agl-appfw-smack/50_bblayers.conf.inc new file mode 100644 index 000000000..5f6847a87 --- /dev/null +++ b/templates/feature/agl-appfw-smack/50_bblayers.conf.inc @@ -0,0 +1,9 @@ +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 |