summaryrefslogtreecommitdiff
path: root/meta-unit-kas/conf/layer.conf
blob: 8ac275f20bf79a2a951860e8238f9a7de7b29662 (plain)
1
2
3
4
5
6
7
8
9
10
11
BBPATH .= ":${LAYERDIR}"

BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend"

BBFILE_COLLECTIONS += "meta-unit-kas"
BBFILE_PATTERN_meta-unit-kas := "^${LAYERDIR}/"
BBFILE_PRIORITY_meta-unit-kas = "15"

LAYERDEPENDS_meta-unit-kas = "core"

LAYERSERIES_COMPAT_meta-unit-kas = "whinlatter"