summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2015-08-30 18:49:11 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2015-08-30 18:49:11 +0200
commit232e35eb40faf9ce8b3516bb5ea1986a8507db37 (patch)
tree4785a6e4adee2e6f40678112862ddee9cb32f462 /conf
downloadmeta-gluon-232e35eb40faf9ce8b3516bb5ea1986a8507db37.tar
meta-gluon-232e35eb40faf9ce8b3516bb5ea1986a8507db37.zip
Basic layer configuration
Diffstat (limited to 'conf')
-rw-r--r--conf/layer.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
new file mode 100644
index 0000000..8d53a76
--- /dev/null
+++ b/conf/layer.conf
@@ -0,0 +1,7 @@
+BBPATH .= ":${LAYERDIR}"
+
+BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend"
+
+BBFILE_COLLECTIONS += "gluon"
+BBFILE_PATTERN_gluon := "^${LAYERDIR}/"
+BBFILE_PRIORITY_gluon = "8"