blob: e572388bbe126a96faa819526aa45d70fbfcba1a (
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 \
"
# These are the dependencies of the AGL DEMO Layer
#-------------------------------------------------
BBLAYERS =+ " \
${METADIR}/meta-openembedded/meta-filesystems \
${METADIR}/meta-openembedded/meta-ruby \
${METADIR}/meta-qt5 \
${METADIR}/meta-rust \
"
|