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

BBFILE_COLLECTIONS += "linaro-toolchain"
BBFILE_PATTERN_linaro-toolchain := "^${LAYERDIR}/"
BBFILE_PRIORITY_linaro-toolchain = "30"

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

LAYERDEPENDS_linaro-toolchain = "toolchain-layer"