Brad Bishop | b4e277f | 2015-10-19 11:39:59 -0400 | [diff] [blame] | 1 | # We have a conf and classes directory, add to BBPATH |
2 | BBPATH .= ":${LAYERDIR}" | ||||
3 | |||||
Brad Bishop | 6112d7d | 2015-10-28 08:15:06 -0500 | [diff] [blame] | 4 | # We have recipes-* directories, add to BBFILES |
5 | BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ | ||||
6 | ${LAYERDIR}/recipes-*/*/*.bbappend" | ||||
7 | |||||
Brad Bishop | b4e277f | 2015-10-19 11:39:59 -0400 | [diff] [blame] | 8 | BBFILE_COLLECTIONS += "barreleye" |
9 | BBFILE_PATTERN_barreleye = "" |