blob: bce70dac59603842b00b573487815020190f37e0 [file] [log] [blame]
Brad Bishopbec4ebc2022-08-03 09:55:16 -04001BBPATH .= ":${LAYERDIR}"
2BBFILES += "\
3 ${LAYERDIR}/recipes-*/*/*.bb \
4 ${LAYERDIR}/recipes-*/*/*.bbappend \
5 "
6
7BBFILE_COLLECTIONS += "arm-toolchain"
8BBFILE_PATTERN_arm-toolchain := "^${LAYERDIR}/"
9BBFILE_PRIORITY_arm-toolchain = "5"
10
11LAYERDEPENDS_arm-toolchain = "core"
Andrew Geissler220dafd2023-10-04 10:18:08 -050012LAYERSERIES_COMPAT_arm-toolchain = "nanbield"