blob: 89eca706a829e35c6bd45365d5bfb35128c0e365 [file] [log] [blame]
moyan_yyb111b57c2021-02-03 16:55:13 +08001# We have a conf and classes directory, add to BBPATH
2BBPATH .= ":${LAYERDIR}"
3# We have recipes-* directories, add to BBFILES
4BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
5 ${LAYERDIR}/recipes-*/*/*.bbappend"
6
7BBFILE_COLLECTIONS += ""
8BBFILE_PATTERN := "^${LAYERDIR}/"
Andrew Geissler5cbb9c92021-03-31 15:08:43 -05009LAYERSERIES_COMPAT = "gatesgarth hardknott"