blob: 435d1ddec3fa6db5d1c99b513d61611da0f8a4e8 [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
4
5BBFILE_COLLECTIONS += "alibaba-layer"
6BBFILE_PATTERN_alibaba-layer = "^${LAYERDIR}/"
Andrew Geissler5cbb9c92021-03-31 15:08:43 -05007LAYERSERIES_COMPAT_alibaba-layer = "gatesgarth hardknott"