moyan_yyb | 111b57c | 2021-02-03 16:55:13 +0800 | [diff] [blame] | 1 | # We have a conf and classes directory, add to BBPATH |
2 | BBPATH .= ":${LAYERDIR}" | ||||
3 | # We have recipes-* directories, add to BBFILES | ||||
4 | |||||
5 | BBFILE_COLLECTIONS += "alibaba-layer" | ||||
6 | BBFILE_PATTERN_alibaba-layer = "^${LAYERDIR}/" | ||||
7 | LAYERSERIES_COMPAT_alibaba-layer = "dunfell gatesgarth" |