blob: 93db95c5c2134f29ff68b4a80b90c170c17aec91 [file] [log] [blame]
John Wangaf0bc6e2018-11-29 11:22:01 +08001# We have a conf and classes directory, add to BBPATH
2BBPATH .= ":${LAYERDIR}"
3
4# We have recipes-* directories, add to BBFILES
5BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
6 ${LAYERDIR}/recipes-*/*/*.bbappend"
7
8BBFILE_COLLECTIONS += "on5263m5-layer"
9BBFILE_PATTERN_on5263m5-layer = ""
10BBFILE_PRIORITY_on5263m5-layer = "5"
11LAYERSERIES_COMPAT_on5263m5-layer = "sumo"
12