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