blob: 5562e5e03202f8d5f6dc86b6f9b5c4eb1aea5ad2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# This layer contains the WIP feature/demo code only
#---------------------------------------------------
BBLAYERS =+ " \
${METADIR}/meta-agl-demo \
"
AGL_META_FILESYSTEMS = "${METADIR}/external/meta-openembedded/meta-filesystems"
# OpenEmbedded layer to add support for multiple cloud service provider solutions
#---------------------------------------------------
BBLAYERS =+ " \
${METADIR}/external/meta-iot-cloud \
${METADIR}/external/meta-qt5 \
${METADIR}/external/meta-python2 \
"
|