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 | |
Brad Bishop | 7fe43db | 2016-04-15 09:53:23 -0400 | [diff] [blame] | 4 | # We have recipes-* directories, add to BBFILES |
Patrick Williams | be0ce66 | 2016-04-01 15:48:43 -0500 | [diff] [blame] | 5 | BBFILES += "${LAYERDIR}/common/recipes-*/*/*.bb \ |
| 6 | ${LAYERDIR}/common/recipes-*/*/*.bbappend" |
| 7 | |
Brad Bishop | 0e8aea6 | 2015-09-25 14:31:27 -0400 | [diff] [blame] | 8 | BBFILE_COLLECTIONS += "openpower" |
Brad Bishop | 7fe43db | 2016-04-15 09:53:23 -0400 | [diff] [blame] | 9 | BBFILE_PATTERN_openpower = "^${LAYERDIR}/" |
| 10 | LAYERVERSION_openpower = "1" |