]> git.kernelconcepts.de Git - meta-tx09.git/commitdiff
Add configuration for new TX09 layer
authorFlorian Boor <florian@kernelconcepts.de>
Thu, 30 May 2013 11:47:07 +0000 (13:47 +0200)
committerFlorian Boor <florian@kernelconcepts.de>
Thu, 30 May 2013 11:47:07 +0000 (13:47 +0200)
conf/layer.conf [new file with mode: 0644]

diff --git a/conf/layer.conf b/conf/layer.conf
new file mode 100644 (file)
index 0000000..dc25fbc
--- /dev/null
@@ -0,0 +1,9 @@
+# We have a conf and classes directory, append to BBPATH
+BBPATH .= ":${LAYERDIR}"
+
+# We have a recipes directory, add to BBFILES
+BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend"
+
+BBFILE_COLLECTIONS += "meta-tx09"
+BBFILE_PATTERN_meta-tx09 := "^${LAYERDIR}/"
+BBFILE_PRIORITY_meta-tx09 = "6"