]> git.kernelconcepts.de Git - meta-nanopi.git/commitdiff
layer.conf: Initial configuration for NanoPi OE-Core layer
authorFlorian Boor <florian.boor@kernelconcepts.de>
Thu, 27 Aug 2015 22:02:59 +0000 (00:02 +0200)
committerFlorian Boor <florian.boor@kernelconcepts.de>
Thu, 27 Aug 2015 22:02:59 +0000 (00:02 +0200)
Signed-off-by: Florian Boor <florian.boor@kernelconcepts.de>
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..a643146
--- /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-nanopi"
+BBFILE_PATTERN_meta-nanopi := "^${LAYERDIR}/"
+BBFILE_PRIORITY_meta-nanopi = "6"