mirror of
git://git.yoctoproject.org/poky
synced 2026-09-04 13:44:22 +00:00
bitbake handles immediate expansions of LAYERDIR for us automatically. (From meta-yocto rev: ee59f1ec94ba8474876603dad1ab32d131227f49) Signed-off-by: Christopher Larson <chris_larson@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 lines
352 B
Plaintext
11 lines
352 B
Plaintext
# We have a conf and classes directory, add to BBPATH
|
|
BBPATH .= ":${LAYERDIR}"
|
|
|
|
# We have a recipes directory, 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}}"
|