blob: 3e91eb54814b924eec1440571e67e0b5d832a4b8 [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
John Wang728c9e52019-05-17 08:49:38 +08005BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
6 ${LAYERDIR}/recipes-*/*/*.bbappend"
John Wangaf0bc6e2018-11-29 11:22:01 +08007
8BBFILE_COLLECTIONS += "inspur-layer"
John Wang728c9e52019-05-17 08:49:38 +08009BBFILE_PATTERN_inspur-layer = "^${LAYERDIR}/"
George Liuf2d51ff2021-08-09 09:29:24 +080010LAYERSERIES_COMPAT_inspur-layer = "gatesgarth hardknott honister"