mirror of
https://git.yoctoproject.org/poky
synced 2026-03-02 05:19:40 +01:00
Derive the value for template layer.conf from core layer and add dependendency on it too. Fixes [YOCTO #12767] (From OE-Core rev: 461c305078c40fca8b5382e393e3e8513d4abfa4) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 lines
364 B
Plaintext
14 lines
364 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 += "%s"
|
|
BBFILE_PATTERN_%s = "^${LAYERDIR}/"
|
|
BBFILE_PRIORITY_%s = "%s"
|
|
|
|
LAYERDEPENDS_%s = "core"
|
|
LAYERSERIES_COMPAT_%s = "%s"
|