diff options
Diffstat (limited to 'meta-agl-html5-demo/conf')
-rw-r--r-- | meta-agl-html5-demo/conf/layer.conf | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-agl-html5-demo/conf/layer.conf b/meta-agl-html5-demo/conf/layer.conf new file mode 100644 index 000000000..cc5f23b40 --- /dev/null +++ b/meta-agl-html5-demo/conf/layer.conf @@ -0,0 +1,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" + |