Ken Chen | e772877 | 2018-01-05 15:18:31 +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 |
Brad Bishop | e5b8445 | 2018-08-31 06:34:03 -0400 | [diff] [blame] | 5 | BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ |
| 6 | ${LAYERDIR}/recipes-*/*/*.bbappend" |
Ken Chen | e772877 | 2018-01-05 15:18:31 +0800 | [diff] [blame] | 7 | |
| 8 | BBFILE_COLLECTIONS += "arm" |
| 9 | BBFILE_PATTERN_arm = "^${LAYERDIR}/" |
| 10 | LAYERVERSION_arm = "1" |
Patrick Williams | aaf307d | 2020-11-03 16:15:19 -0600 | [diff] [blame] | 11 | |
Andrew Geissler | 5cbb9c9 | 2021-03-31 15:08:43 -0500 | [diff] [blame] | 12 | LAYERSERIES_COMPAT_arm = "gatesgarth hardknott" |