blob: 149bdf8fd996ce489fe57d59d47c4e514bae9053 [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}/"
9LAYERSERIES_COMPAT = "dunfell gatesgarth"