mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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"
|