meta-openembedded/meta-ruby/conf/layer.conf
Martin Jansa a1e6087f09 meta-ruby: add empty layer
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-26 14:09:40 +01:00

10 lines
321 B
Plaintext

# 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"