blob: ef8f3383403e47c8d9808cfbc53d6cb37529ade2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# 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_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 \
"
|