mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-07-15 15:37:15 +00:00
146e9a5178
oe-core's master branch is diverging from langdale and meta-arm will be following this, so drop compatibility with langdale in master so we're free to diverge too. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
13 lines
352 B
Plaintext
13 lines
352 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 = "mickledore"
|