7d4773a0fc5538de137f1c75c4d268c6ea01488d
[AGL/meta-agl-demo.git] / templates / feature / agl-demo / 50_bblayers.conf.inc
1 # This layer contains the WIP feature/demo code only
2 #---------------------------------------------------
3 BBLAYERS =+ " \
4    ${METADIR}/meta-agl-demo \
5 "
6
7 AGL_META_FILESYSTEMS = "${METADIR}/external/meta-openembedded/meta-filesystems"
8 AGL_META_MULTIMEDIA = "${METADIR}/external/meta-openembedded/meta-multimedia"
9 AGL_META_PYTHON = "${METADIR}/external/meta-openembedded/meta-python"
10
11 # OpenEmbedded layer to add support for multiple cloud service provider solutions
12 #---------------------------------------------------
13 BBLAYERS =+ " \
14    ${METADIR}/external/meta-qt5 \
15 "
16
17 # Chromium recipes do still require python2
18 BBLAYERS =+ " \
19    ${METADIR}/external/meta-python2 \
20 "