Amithash Prasad | 0cc9463 | 2018-03-07 17:58:17 -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 += "neptune" |
| 9 | BBFILE_PATTERN_neptune = "" |
Patrick Williams | 34b1690 | 2020-11-03 16:15:20 -0600 | [diff] [blame] | 10 | |
Andrew Geissler | 5cbb9c9 | 2021-03-31 15:08:43 -0500 | [diff] [blame] | 11 | LAYERSERIES_COMPAT_neptune = "gatesgarth hardknott" |