summaryrefslogtreecommitdiffstats
path: root/meta-nuc/conf/layer.conf
blob: 174411ffe331ab10b6912b383ef62e8bf8bc31b9 (plain)
1
2
3
4
5
6
7
8
9
10
# We have a conf and classes directory, add to BBPATH
BBPATH .= ":${LAYERDIR}"

# We have a recipes directory, add to BBFILES
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
	${LAYERDIR}/recipes-*/*/*.bbappend"

BBFILE_COLLECTIONS += "nuc"
BBFILE_PATTERN_nuc := "^${LAYERDIR}/"
BBFILE_PRIORITY_nuc = "6"