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}/" | ||||
Andrew Geissler | 5cbb9c9 | 2021-03-31 15:08:43 -0500 | [diff] [blame] | 7 | LAYERSERIES_COMPAT_alibaba-layer = "gatesgarth hardknott" |