aboutsummaryrefslogtreecommitdiff
path: root/meta-aarch64/conf/layer.conf
blob: 9d0a7ca123d32eddc1876c0e3c078ba88ef423f8 (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 += "aarch64"
BBFILE_PATTERN_aarch64 := "^${LAYERDIR}/"
BBFILE_PRIORITY_aarch64 = "20"

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

LAYERDEPENDS_aarch64 = "linaro linaro-toolchain"

LAYERSERIES_COMPAT_aarch64 = "langdale"