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

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

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