summaryrefslogtreecommitdiffstats
path: root/bsp/meta-arm/meta-arm/conf/layer.conf
blob: d96e9f1b0314a2ff56559094d63d96e4f1fabe8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# We have a conf and classes directory, add to BBPATH
BBPATH .= ":${LAYERDIR}"

# We have recipes-* directories, add to BBFILES
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
            ${LAYERDIR}/recipes-*/*/*.bbappend"

BBFILE_COLLECTIONS += "meta-arm"
BBFILE_PATTERN_meta-arm = "^${LAYERDIR}/"
BBFILE_PRIORITY_meta-arm = "6"

LAYERDEPENDS_meta-arm = " \
    core \
    meta-python \
"
LAYERSERIES_COMPAT_meta-arm = "warrior zeus dunfell"