mirror of
git://git.yoctoproject.org/poky
synced 2026-07-18 09:24:51 +00:00
We have recipes-* directories not a recipes directory; this is left over from the old old layout (2010). (From meta-yocto rev: 8adbbb4b688e60113f68d3974310774686551eff) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 lines
329 B
Plaintext
11 lines
329 B
Plaintext
# We have a conf and classes directory, add to BBPATH
|
|
BBPATH .= ":${LAYERDIR}"
|
|
|
|
# We have a recipes-* directories, add to BBFILES
|
|
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
|
|
${LAYERDIR}/recipes-*/*/*.bbappend"
|
|
|
|
BBFILE_COLLECTIONS += "{{=machine}}"
|
|
BBFILE_PATTERN_{{=machine}} = "^${LAYERDIR}/"
|
|
BBFILE_PRIORITY_{{=machine}} = "6"
|