blob: 191a8e85e102f208204e78d9fa64e67895b3c15a [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"
Patrick Williams8dd68482022-10-04 07:57:18 -05009LAYERSERIES_COMPAT_meta-atp = "langdale"