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

BBFILE_COLLECTIONS += "ilp32"
BBFILE_PATTERN_ilp32 := "^${LAYERDIR}/"
BBFILE_PRIORITY_ilp32 = "20"

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

LAYERDEPENDS_ilp32 = "linaro linaro-toolchain"

LAYERSERIES_COMPAT_ilp32 = "dunfell"