mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-04-20 23:41:08 +00:00
While core layer may be implied, it's still nice to depend on it explicitly for building gcc and other toolchain components in this layer. Signed-off-by: Denys Dmytriyenko <denys@ti.com> Reviewed-by: Sumit Garg <sumit.garg@linaro.org> Signed-off-by: Jon Mason <jon.mason@arm.com>
16 lines
445 B
Plaintext
16 lines
445 B
Plaintext
BBPATH .= ":${LAYERDIR}"
|
|
BBFILES += "\
|
|
${LAYERDIR}/recipes-*/*/*.bb \
|
|
${LAYERDIR}/recipes-*/*/*.bbappend \
|
|
"
|
|
|
|
BBFILE_COLLECTIONS += "arm-toolchain"
|
|
BBFILE_PATTERN_arm-toolchain := "^${LAYERDIR}/"
|
|
BBFILE_PRIORITY_arm-toolchain = "30"
|
|
|
|
LAYERDEPENDS_arm-toolchain = "core"
|
|
LAYERSERIES_COMPAT_arm-toolchain = "zeus dunfell"
|
|
|
|
# do not error out on bbappends for missing recipes
|
|
BB_DANGLINGAPPENDS_WARNONLY = "true"
|