aboutsummaryrefslogtreecommitdiff
path: root/meta-ilp32/conf/layer.conf
blob: 181629b109e3445baa9562a8298fd71a5c1dfd7f (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 = "gatesgarth hardknott"