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