aboutsummaryrefslogtreecommitdiffstats
path: root/conf/layer.conf
diff options
context:
space:
mode:
authorTim Orling <ticotimo@gmail.com>2014-07-15 16:32:33 -0700
committerMartin Jansa <Martin.Jansa@gmail.com>2014-07-22 00:01:49 +0200
commit1f18860984e79454694b0c6830d53a4b474de2df (patch)
tree6afb6e2c65b3b31ebc8fb496064abb0b487909db /conf/layer.conf
downloadmeta-python2-1f18860984e79454694b0c6830d53a4b474de2df.tar.gz
meta-python: create layer
(From meta-openembedded commit: ed634d36d64af846b68424d38eaa86b464584840) Signed-off-by: Tim Orling <TicoTimo@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
Diffstat (limited to 'conf/layer.conf')
-rw-r--r--conf/layer.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
new file mode 100644
index 0000000..494d267
--- /dev/null
+++ b/conf/layer.conf
@@ -0,0 +1,9 @@
+# We might have a conf and classes directory, append to BBPATH
+BBPATH .= ":${LAYERDIR}"
+
+# We have recipes directories, add to BBFILES
+BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend"
+
+BBFILE_COLLECTIONS += "meta-python2"
+BBFILE_PATTERN_meta-python2 := "^${LAYERDIR}/"
+BBFILE_PRIORITY_meta-python2 = "7"