mirror of
git://git.yoctoproject.org/poky
synced 2026-05-19 00:45:28 +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
354 B
Plaintext
11 lines
354 B
Plaintext
# We have a conf and classes directory, add to BBPATH
|
|
BBPATH .= ":${LAYERDIR}"
|
|
|
|
# We have recipes-* directories, add to BBFILES
|
|
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
|
|
${LAYERDIR}/recipes-*/*/*.bbappend"
|
|
|
|
BBFILE_COLLECTIONS += "{{=layer_name}}"
|
|
BBFILE_PATTERN_{{=layer_name}} = "^${LAYERDIR}/"
|
|
BBFILE_PRIORITY_{{=layer_name}} = "{{=layer_priority}}"
|