blob: cc5f23b40990c2c74c4cd6bae52b8783f72d4ebf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# We have a conf and classes directory, add to BBPATH
BBPATH =. "${LAYERDIR}:"
# We have recipes-* directories, add to BBFILES
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
${LAYERDIR}/recipes-*/*/*.bbappend"
BBFILE_COLLECTIONS += "agl-html5-demo-layer"
BBFILE_PATTERN_agl-html5-demo-layer = "^${LAYERDIR}/"
BBFILE_PRIORITY_agl-html5-demo-layer = "70"
LAYERSERIES_COMPAT_agl-html5-demo-layer = "scarthgap"
LAYERDEPENDS_agl-html5-demo-layer = "agldemo"
|