Brad Bishop | bec4ebc | 2022-08-03 09:55:16 -0400 | [diff] [blame] | 1 | BBPATH .= ":${LAYERDIR}" |
2 | BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ | ||||
3 | ${LAYERDIR}/recipes-*/*/*.bbappend" | ||||
4 | |||||
5 | BBFILE_COLLECTIONS += "meta-atp" | ||||
6 | BBFILE_PATTERN_meta-atp = "^${LAYERDIR}/" | ||||
7 | |||||
8 | LAYERDEPENDS_meta-atp = "core openembedded-layer meta-gem5" | ||||
9 | LAYERSERIES_COMPAT_meta-atp = "kirkstone" |