aboutsummaryrefslogtreecommitdiffstats
path: root/meta-amdfalconx86/conf/layer.conf
blob: 0aa17d327f5a2abda24f1146304d1cbbfb394f24 (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 += "amdfalconx86"
BBFILE_PATTERN_amdfalconx86 = "^${LAYERDIR}/"
BBFILE_PRIORITY_amdfalconx86 = "14"
LAYERSERIES_COMPAT_amdfalconx86 = "sumo"

LAYERDEPENDS_amdfalconx86 = "amd openembedded-layer"