summaryrefslogtreecommitdiffstats
path: root/conf/layer.conf
blob: 6183b21653aa8b0f12a5c8ce37b63b76137ada7c (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 += "systemdev"
BBFILE_PATTERN_systemdev = "^${LAYERDIR}/"
BBFILE_PRIORITY_systemdev = "6"

LAYERDEPENDS_systemdev = "core openembedded-layer gnome-layer xfce-layer"
LAYERDEPENDS_systemdev += "multimedia-layer networking-layer meta-python"
LAYERDEPENDS_systemdev += "filesystems-layer intel"

LAYERSERIES_COMPAT_systemdev = "sumo thud"