mirror of
https://git.yoctoproject.org/poky
synced 2026-05-29 12:09:36 +00:00
30d0bbfb01
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 lines
338 B
Plaintext
12 lines
338 B
Plaintext
# We have a conf and classes directory, add to BBPATH
|
|
BBPATH := "${LAYERDIR}:${BBPATH}"
|
|
|
|
# We have a packages directory, add to BBFILES
|
|
BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \
|
|
${LAYERDIR}/recipes-*/*/*.bbappend"
|
|
|
|
BBFILE_COLLECTIONS += "yocto"
|
|
BBFILE_PATTERN_yocto := "^${LAYERDIR}/"
|
|
BBFILE_PRIORITY_yocto = "5"
|
|
|