From a1e6087f092e09d85928440ba86857061abcc65b Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Wed, 26 Dec 2012 09:31:38 +0100 Subject: meta-ruby: add empty layer Signed-off-by: Martin Jansa --- meta-ruby/conf/layer.conf | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 meta-ruby/conf/layer.conf (limited to 'meta-ruby/conf') diff --git a/meta-ruby/conf/layer.conf b/meta-ruby/conf/layer.conf new file mode 100644 index 000000000..6c2369f2c --- /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" -- cgit v1.2.3-54-g00ecf