blob: 7f04f69e497b3f29952bb47fe5da005332b5d969 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# 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-oic \
${METADIR}/meta-qt5 \
"
|