summaryrefslogtreecommitdiffstats
path: root/meta-chiefriver/conf/layer.conf
blob: 5dc3c0218d3fd5a53a72e7337af90e23c254992d (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 += "chiefriver"
BBFILE_PATTERN_chiefriver := "^${LAYERDIR}/"
BBFILE_PRIORITY_chiefriver = "6"