aboutsummaryrefslogtreecommitdiffstats
path: root/meta-agl-refhw-gen3/conf/layer.conf
blob: 645235da8765cfe5d7ce0566473440aa7cd4b444 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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 \
	${LAYERDIR}/recipes-*/*.bb \
	${LAYERDIR}/recipes-*/*.bbappend \
"

BBFILE_COLLECTIONS += "agl-refhw-gen3"
BBFILE_PATTERN_agl-refhw-gen3 = "^${LAYERDIR}"
BBFILE_PRIORITY_agl-refhw-gen3  = "11"

LAYERSERIES_COMPAT_agl-refhw-gen3  = "thud"