blob: 32142bccc266d25d650df85c4d9fab43f012a375 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# 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"
# OpenEmbedded layer to add support for multiple cloud service provider solutions
#---------------------------------------------------
BBLAYERS =+ " \
${METADIR}/external/meta-qt5 \
"
# Chromium recipes do still require python2
BBLAYERS =+ " \
${METADIR}/external/meta-python2 \
"
|