summaryrefslogtreecommitdiffstats
path: root/templates/feature/agl-demo/50_bblayers.conf.inc
blob: 25504241fecd88fcd353c2b8327e56a08a704b65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This layer contains the WIP feature/demo code only
#---------------------------------------------------
BBLAYERS =+ " \
   ${METADIR}/meta-agl-demo \
"

AGL_META_FILESYSTEMS = "${METADIR}/external/meta-openembedded/meta-filesystems"
AGL_META_MULTIMEDIA = "${METADIR}/external/meta-openembedded/meta-multimedia"
AGL_META_NETWORKING = "${METADIR}/external/meta-openembedded/meta-networking"
AGL_META_PYTHON = "${METADIR}/external/meta-openembedded/meta-python"
AGL_META_QT5 = "${METADIR}/external/meta-qt5"

# Chromium recipes do still require python2
BBLAYERS =+ " \
   ${METADIR}/external/meta-python2 \
"