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

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

BBFILE_COLLECTIONS += "renesas"
BBFILE_PATTERN_renesas := "^${LAYERDIR}/"
BBFILE_PRIORITY_renesas = "5"