summaryrefslogtreecommitdiffstats
path: root/meta-blsched/conf/layer.conf
blob: 68a179ae4e6c65a9fda7fccd894a450e8e16c2c1 (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 recipes-* directories, add to BBFILES
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
	${LAYERDIR}/recipes-*/*/*.bbappend"

BBFILE_COLLECTIONS += "blsched"
BBFILE_PATTERN_blsched = "^${LAYERDIR}/"
BBFILE_PRIORITY_blsched = "6"