blob: 3c0300226c599122d582f8e1a939a2c6cddb78cc [file] [log] [blame]
Brad Bishopd7bf8c12018-02-25 22:55:05 -05001# We have a conf and classes directory, add to BBPATH
2BBPATH .= ":${LAYERDIR}"
3
4# We have recipes-* directories, add to BBFILES
5BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
6 ${LAYERDIR}/recipes-*/*/*.bbappend"
7
8BBFILE_COLLECTIONS += "%s"
9BBFILE_PATTERN_%s = "^${LAYERDIR}/"
10BBFILE_PRIORITY_%s = "%s"