summaryrefslogtreecommitdiff
path: root/meta-amd/meta-ethanolx/conf/layer.conf
blob: b6875aca26ba67e6af0137c49ae94c8660176f00 (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 = "langdale mickledore"