blob: 566d63ddc406c6b028e8a0a34fc883ec3758c269 [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}/meta-common/recipes-*/*/*.bb \
6 ${LAYERDIR}/meta-common/recipes-*/*/*.bbappend"
7
8BBFILE_COLLECTIONS += "inspur-layer"
9BBFILE_PATTERN_inspur-layer = ""
10LAYERVERSION_inspur-layer = "1"
11LAYERSERIES_COMPAT_inspur-layer = "sumo"
12
13INSPURBASE = '${@os.path.normpath("${LAYERDIR}/")}'
14