Brad Bishop | bec4ebc | 2022-08-03 09:55:16 -0400 | [diff] [blame] | 1 | BBPATH .= ":${LAYERDIR}" |
2 | BBFILES += "\ | ||||
3 | ${LAYERDIR}/recipes-*/*/*.bb \ | ||||
4 | ${LAYERDIR}/recipes-*/*/*.bbappend \ | ||||
5 | " | ||||
6 | |||||
7 | BBFILE_COLLECTIONS += "arm-toolchain" | ||||
8 | BBFILE_PATTERN_arm-toolchain := "^${LAYERDIR}/" | ||||
9 | BBFILE_PRIORITY_arm-toolchain = "5" | ||||
10 | |||||
11 | LAYERDEPENDS_arm-toolchain = "core" | ||||
12 | LAYERSERIES_COMPAT_arm-toolchain = "kirkstone" |