mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 23:48:20 +00:00
meta-ruby: add empty layer
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
9
meta-ruby/conf/layer.conf
Normal file
9
meta-ruby/conf/layer.conf
Normal file
@@ -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"
|
||||
Reference in New Issue
Block a user