aboutsummaryrefslogtreecommitdiff
path: root/meta-linaro-toolchain/conf/layer.conf
blob: ed1ff6813e35da2bd43f3c641d7cab16c5cdad61 (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 = "10"

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

LAYERDEPENDS_linaro-toolchain = "toolchain-layer"