Rick Altherr | b7975ed | 2017-01-30 13:43:55 -0800 | [diff] [blame] | 1 | # We have a conf and classes directory, add to BBPATH |
| 2 | BBPATH .= ":${LAYERDIR}" |
| 3 | |
Patrick Venture | 404ab0e | 2019-05-16 17:33:15 -0700 | [diff] [blame] | 4 | # We have recipes-* directories, add to BBFILES |
SpencerKu | fb8497d | 2020-05-25 16:08:35 +0800 | [diff] [blame] | 5 | BBFILES += "${LAYERDIR}/meta-common/recipes-*/*/*.bb \ |
| 6 | ${LAYERDIR}/meta-common/recipes-*/*/*.bbappend" |
Patrick Venture | 404ab0e | 2019-05-16 17:33:15 -0700 | [diff] [blame] | 7 | |
| 8 | BBFILE_COLLECTIONS += "quanta-layer" |
| 9 | BBFILE_PATTERN_quanta-layer := "^${LAYERDIR}/" |
Patrick Williams | 5d559d9 | 2020-11-03 16:15:20 -0600 | [diff] [blame] | 10 | LAYERSERIES_COMPAT_quanta-layer = "dunfell gatesgarth" |