mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-05-31 12:50:02 +00:00
930a65579d
The oe-core master branch just switched from whinlatter to wrynose[1] so
follow this change in our layers.
[1] oe-core cd1179544d7 ("layer.conf: Update to wrynose")
Signed-off-by: Ross Burton <ross.burton@arm.com>
13 lines
349 B
Plaintext
13 lines
349 B
Plaintext
BBPATH .= ":${LAYERDIR}"
|
|
BBFILES += "\
|
|
${LAYERDIR}/recipes-*/*/*.bb \
|
|
${LAYERDIR}/recipes-*/*/*.bbappend \
|
|
"
|
|
|
|
BBFILE_COLLECTIONS += "arm-toolchain"
|
|
BBFILE_PATTERN_arm-toolchain := "^${LAYERDIR}/"
|
|
BBFILE_PRIORITY_arm-toolchain = "5"
|
|
|
|
LAYERDEPENDS_arm-toolchain = "core"
|
|
LAYERSERIES_COMPAT_arm-toolchain = "wrynose"
|