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

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

BBFILE_COLLECTIONS += "snowyowl"
BBFILE_PATTERN_snowyowl = "^${LAYERDIR}/"
BBFILE_PRIORITY_snowyowl = "14"
LAYERSERIES_COMPAT_snowyowl = "warrior"

LAYERDEPENDS_snowyowl = "amd-bsp"