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 |
Brad Bishop | d3f7893 | 2018-08-31 06:30:50 -0400 | [diff] [blame] | 5 | BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ |
| 6 | ${LAYERDIR}/recipes-*/*/*.bbappend" |
Patrick Williams | be0ce66 | 2016-04-01 15:48:43 -0500 | [diff] [blame] | 7 | |
Brad Bishop | 07c098b | 2018-09-18 10:29:42 -0400 | [diff] [blame] | 8 | BBFILE_COLLECTIONS += "openpower-layer" |
Brad Bishop | e11476a | 2019-05-01 16:13:08 -0400 | [diff] [blame] | 9 | BBFILE_PATTERN_openpower-layer := "^${LAYERDIR}/" |
Brad Bishop | 07c098b | 2018-09-18 10:29:42 -0400 | [diff] [blame] | 10 | LAYERVERSION_openpower-layer = "1" |
Brad Bishop | bf156b5 | 2019-09-18 09:17:47 -0400 | [diff] [blame] | 11 | LAYERDEPENDS_openpower-layer = "core phosphor-layer aspeed-layer" |
Adriana Kobylak | 8c6707f | 2021-08-06 17:35:36 +0000 | [diff] [blame] | 12 | LAYERSERIES_COMPAT_openpower-layer = "gatesgarth hardknott honister" |