aboutsummaryrefslogtreecommitdiff
path: root/meta-ilp32/conf/layer.conf
blob: 13859d83778116a6e575b844b48439120ccee71d (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 += "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"