aboutsummaryrefslogtreecommitdiff
path: root/meta-linaro-toolchain/conf/layer.conf
blob: ec3a22f40a839dae1d9e6e0f1615357f42f7c04c (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 += "linaro-toolchain"
BBFILE_PATTERN_linaro-toolchain := "^${LAYERDIR}/"
BBFILE_PRIORITY_linaro-toolchain = "30"

LAYERSERIES_COMPAT_linaro-toolchain = "sumo"

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