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

BBFILE_COLLECTIONS += "arm-toolchain"
BBFILE_PATTERN_arm-toolchain := "^${LAYERDIR}/"
BBFILE_PRIORITY_arm-toolchain = "5"

LAYERDEPENDS_arm-toolchain = "core"
LAYERSERIES_COMPAT_arm-toolchain = "langdale mickledore"