mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 05:49:57 +00:00
a1e6087f09
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
10 lines
321 B
Plaintext
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"
|