blob: cbad25467efc906983d8542c4d6dc5d765273f61 [file] [log] [blame]
John Wang42e8cb82018-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 Wang295f5c52019-05-17 08:49:38 +08005BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
6 ${LAYERDIR}/recipes-*/*/*.bbappend"
John Wang42e8cb82018-11-29 11:22:01 +08007
8BBFILE_COLLECTIONS += "inspur-layer"
John Wang295f5c52019-05-17 08:49:38 +08009BBFILE_PATTERN_inspur-layer = "^${LAYERDIR}/"
George Liu9f97e522020-04-29 16:27:22 +080010LAYERSERIES_COMPAT_inspur-layer = "warrior zeus dunfell"