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

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

LAYERDEPENDS_aarch64 = "linaro"