aboutsummaryrefslogtreecommitdiff
path: root/meta-linaro/conf/layer.conf
blob: 450a4b148b3e7181ab63ee1cc25c1bf8c23ee75e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
BBPATH .= ":${LAYERDIR}"
BBFILES += "\
            ${LAYERDIR}/recipes-*/*/*.bb \
            ${LAYERDIR}/recipes-*/*/*.bbappend \
           "

BBFILE_COLLECTIONS += "linaro"
BBFILE_PATTERN_linaro := "^${LAYERDIR}/"
BBFILE_PRIORITY_linaro = "25"

LAYERSERIES_COMPAT_linaro = "thud"

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

# we need meta-networking for (lib)memcached
LAYERDEPENDS_linaro = "networking-layer"