blob: 430ef5e3750eb4ffd41c90eb7810e543dceead42 [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}/"
7LAYERSERIES_COMPAT_alibaba-layer = "dunfell gatesgarth"