blob: 3ec36e8cd2c1af563000d96369035d6321769d86 [file] [log] [blame]
Brad Bishopbec4ebc2022-08-03 09:55:16 -04001BBPATH .= ":${LAYERDIR}"
2BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
3 ${LAYERDIR}/recipes-*/*/*.bbappend"
4
5BBFILE_COLLECTIONS += "meta-atp"
6BBFILE_PATTERN_meta-atp = "^${LAYERDIR}/"
7
8LAYERDEPENDS_meta-atp = "core openembedded-layer meta-gem5"
9LAYERSERIES_COMPAT_meta-atp = "kirkstone"