Patrick Venture | 279e251 | 2018-09-14 09:40:26 -0700 | [diff] [blame] | 1 | # We have a conf and classes directory, add to BBPATH |
| 2 | BBPATH .= ":${LAYERDIR}" |
| 3 | |
| 4 | BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ |
| 5 | ${LAYERDIR}/recipes-*/*/*.bbappend" |
| 6 | |
| 7 | BBFILE_COLLECTIONS += "google-layer" |
Patrick Venture | 6c55f1f | 2019-05-07 14:02:42 -0700 | [diff] [blame] | 8 | BBFILE_PATTERN_google-layer := "^${LAYERDIR}/" |
Patrick Venture | 279e251 | 2018-09-14 09:40:26 -0700 | [diff] [blame] | 9 | LAYERVERSION_google-layer = "1" |
Patrick Williams | 8ae5d25 | 2020-11-03 16:15:19 -0600 | [diff] [blame] | 10 | LAYERSERIES_COMPAT_google-layer = "dunfell gatesgarth" |