Brad Bishop | 0e8aea6 | 2015-09-25 14:31:27 -0400 | [diff] [blame] | 1 | # We have a conf and classes directory, add to BBPATH |
2 | BBPATH .= ":${LAYERDIR}" | ||||
3 | |||||
Patrick Williams | be0ce66 | 2016-04-01 15:48:43 -0500 | [diff] [blame] | 4 | BBFILES += "${LAYERDIR}/common/recipes-*/*/*.bb \ |
5 | ${LAYERDIR}/common/recipes-*/*/*.bbappend" | ||||
6 | |||||
Brad Bishop | 0e8aea6 | 2015-09-25 14:31:27 -0400 | [diff] [blame] | 7 | BBFILE_COLLECTIONS += "openpower" |
8 | BBFILE_PATTERN_openpower = "" |