mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-01-11 15:00:39 +00:00
whinlatter is the next release, add it as a compatible layer Signed-off-by: Jon Mason <jon.mason@arm.com>
13 lines
362 B
Plaintext
13 lines
362 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 = "walnascar whinlatter"
|