projects
/
meta-tx09.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(initial)
Add configuration for new TX09 layer
author
Florian Boor
<florian@kernelconcepts.de>
Thu, 30 May 2013 11:47:07 +0000
(13:47 +0200)
committer
Florian Boor
<florian@kernelconcepts.de>
Thu, 30 May 2013 11:47:07 +0000
(13:47 +0200)
conf/layer.conf
[new file with mode: 0644]
patch
|
blob
diff --git a/conf/layer.conf
b/conf/layer.conf
new file mode 100644
(file)
index 0000000..
dc25fbc
--- /dev/null
+++ b/
conf/layer.conf
@@ -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"