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