aboutsummaryrefslogtreecommitdiffstats
path: root/meta-ruby/conf
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2012-12-26 09:31:38 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2012-12-26 14:09:40 +0100
commita1e6087f092e09d85928440ba86857061abcc65b (patch)
tree30baa987b2f7320f6726e6e2c2afb5d6ca66e8a1 /meta-ruby/conf
parente36b5b36e4004e4070824632d8871a8bb9f831a0 (diff)
downloadmeta-openembedded-a1e6087f092e09d85928440ba86857061abcc65b.tar.gz
meta-ruby: add empty layer
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-ruby/conf')
-rw-r--r--meta-ruby/conf/layer.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-ruby/conf/layer.conf b/meta-ruby/conf/layer.conf
new file mode 100644
index 0000000000..6c2369f2c4
--- /dev/null
+++ b/meta-ruby/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 += "ruby-layer"
+BBFILE_PATTERN_ruby-layer := "^${LAYERDIR}/"
+BBFILE_PRIORITY_ruby-layer = "7"