summaryrefslogtreecommitdiff
path: root/meta-arm/meta-atp/conf/layer.conf
blob: 191a8e85e102f208204e78d9fa64e67895b3c15a (plain)
1
2
3
4
5
6
7
8
9
BBPATH .= ":${LAYERDIR}"
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
            ${LAYERDIR}/recipes-*/*/*.bbappend"

BBFILE_COLLECTIONS += "meta-atp"
BBFILE_PATTERN_meta-atp = "^${LAYERDIR}/"

LAYERDEPENDS_meta-atp = "core openembedded-layer meta-gem5"
LAYERSERIES_COMPAT_meta-atp = "langdale"