blob: 715ba514203746b4d4bb2aeb9e93b187a8da3461 [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}/"
Patrick Williamsce142622021-08-23 16:26:20 -05007LAYERSERIES_COMPAT_alibaba-layer = "hardknott"