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

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

LAYERDEPENDS_arm-toolchain = "core"
LAYERSERIES_COMPAT_arm-toolchain = "zeus dunfell"

# do not error out on bbappends for missing recipes
BB_DANGLINGAPPENDS_WARNONLY = "true"