summaryrefslogtreecommitdiffstats
path: root/meta-tlk/conf/layer.conf
blob: fc0da6135d411cea8ead8e422c604e928cf9b68c (plain)
1
2
3
4
5
6
# We have a conf and classes directory, add to BBPATH
BBPATH := "${BBPATH}:${LAYERDIR}"

# We have recipes-* directories, add to BBFILES
BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \
	${LAYERDIR}/recipes-*/*/*.bbappend"