moyan_yyb | 111b57c | 2021-02-03 16:55:13 +0800 | [diff] [blame] | 1 | # We have a conf and classes directory, add to BBPATH |
2 | BBPATH .= ":${LAYERDIR}" | ||||
3 | # We have recipes-* directories, add to BBFILES | ||||
4 | BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ | ||||
5 | ${LAYERDIR}/recipes-*/*/*.bbappend" | ||||
6 | |||||
7 | BBFILE_COLLECTIONS += "" | ||||
8 | BBFILE_PATTERN := "^${LAYERDIR}/" | ||||
Andrew Geissler | 5cbb9c9 | 2021-03-31 15:08:43 -0500 | [diff] [blame] | 9 | LAYERSERIES_COMPAT = "gatesgarth hardknott" |