mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-07-16 15:57:19 +00:00
9975a3b3d9
Signed-off-by: Khem Raj <raj.khem@gmail.com>
13 lines
360 B
Plaintext
13 lines
360 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 = "nanbield scarthgap"
|