blob: 6ae62717008900ef619b70cc09859c6eb5f9a530 [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}/"
Patrick Williamsce142622021-08-23 16:26:20 -05009LAYERSERIES_COMPAT = "hardknott"