aboutsummaryrefslogtreecommitdiffstats
path: root/meta-amdfalconx86/conf/layer.conf
blob: ad6acfe38a5e7c43649ea36223a4bf2e1d1c0df2 (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 = "warrior"

LAYERDEPENDS_amdfalconx86 = "amd openembedded-layer meta-python"