summaryrefslogtreecommitdiff
path: root/meta-amd/meta-ethanolx/conf/layer.conf
blob: 818ab7df12845e44fe4706a237e2b24a9552dcfa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# 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 += "ethanolx-layer"
BBFILE_PATTERN_ethanolx-layer = "^${LAYERDIR}/"
BBFILE_PRIORITY_ethanolx-layer = "6"

LAYERSERIES_COMPAT_ethanolx-layer = "gatesgarth hardknott"