aboutsummaryrefslogtreecommitdiffstats
path: root/conf/layer.conf
blob: 7f30fa762530cee380808ba79234c4651d594466 (plain)
1
2
3
4
5
6
7
8
9
10
11
# 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 += "quark-bsp"
BBFILE_PATTERN_quark-bsp := "^${LAYERDIR}/"
BBFILE_PRIORITY_quark-bsp = "6"