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 | |
11 | LAYERSERIES_COMPAT_neptune = "dunfell gatesgarth" |