Lancelot Kao | 31c4566 | 2020-09-22 14:53:57 -0500 | [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 += "kudo-layer" |
| 9 | BBFILE_PATTERN_kudo-layer = "^${LAYERDIR}/" |
Patrick Williams | 757831f | 2022-02-25 15:28:30 -0600 | [diff] [blame] | 10 | LAYERSERIES_COMPAT_kudo-layer = "honister kirkstone" |
William A. Kennington III | 7a94f6e | 2021-11-17 15:46:15 -0800 | [diff] [blame] | 11 | LAYERDEPENDS_kudo-layer = "core phosphor-layer google-layer fii-layer" |