aboutsummaryrefslogtreecommitdiff
path: root/meta-linaro-toolchain/conf/layer.conf
blob: 7e96dcd4cfb1727ee6873e8f003b3af8a6ee3587 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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"