summaryrefslogtreecommitdiffstats
path: root/conf/layer.conf
blob: 9f58fef2c84b141968714c557accca7f9e6c89d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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 += "ruby-layer filesystems-layer"