George Hung | 9f17c41 | 2020-05-07 15:41:27 +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 |
| 5 | BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ |
| 6 | ${LAYERDIR}/recipes-*/*/*.bbappend" |
| 7 | |
| 8 | BBFILE_COLLECTIONS += "gbs-layer" |
| 9 | BBFILE_PATTERN_gbs-layer := "^${LAYERDIR}/" |
Patrick Williams | 757831f | 2022-02-25 15:28:30 -0600 | [diff] [blame] | 10 | LAYERSERIES_COMPAT_gbs-layer = "honister kirkstone" |
William A. Kennington III | ad39430 | 2021-11-17 15:24:17 -0800 | [diff] [blame] | 11 | LAYERDEPENDS_gbs-layer = "core phosphor-layer google-layer quanta-layer" |