John Wang | af0bc6e | 2018-11-29 11:22:01 +0800 | [diff] [blame] | 1 | # We have a conf and classes directory, add to BBPATH |
| 2 | BBPATH .= ":${LAYERDIR}" |
| 3 | |
| 4 | # We have recipes-* directories, add to BBFILES |
John Wang | 728c9e5 | 2019-05-17 08:49:38 +0800 | [diff] [blame] | 5 | BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ |
| 6 | ${LAYERDIR}/recipes-*/*/*.bbappend" |
John Wang | af0bc6e | 2018-11-29 11:22:01 +0800 | [diff] [blame] | 7 | |
| 8 | BBFILE_COLLECTIONS += "inspur-layer" |
John Wang | 728c9e5 | 2019-05-17 08:49:38 +0800 | [diff] [blame] | 9 | BBFILE_PATTERN_inspur-layer = "^${LAYERDIR}/" |
George Liu | 87b6306 | 2020-11-26 13:57:56 +0800 | [diff] [blame] | 10 | LAYERSERIES_COMPAT_inspur-layer = "dunfell gatesgarth" |