git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f74cf50
)
Add an initial layer.conf for use with bitbake's bblayers support, for convenience
author
Chris Larson
<clarson@kergoth.com>
Wed, 21 Apr 2010 22:13:01 +0000
(15:13 -0700)
committer
Chris Larson
<clarson@kergoth.com>
Wed, 21 Apr 2010 22:16:22 +0000
(15:16 -0700)
Signed-off-by: Chris Larson <clarson@kergoth.com>
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..
c95f9c0
--- /dev/null
+++ b/
conf/layer.conf
@@ -0,0
+1,5
@@
+BBFILES += "${LAYERDIR}/recipes/*/*.bb"
+BBPATH .= ":${LAYERDIR}"
+BBFILE_COLLECTIONS += "oe"
+BBFILE_PRIORITY_oe = "0"
+BBFILE_PATTERN_oe = "^${LAYERDIR}/"