blob: 16f6f2a7b51d30eb507c99f4dbafd65b93f36d8a [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"
Patrick Venturee8ec5682019-04-05 18:32:49 -070011LAYERSERIES_COMPAT_inspur-layer = "thud warrior"
John Wangaf0bc6e2018-11-29 11:22:01 +080012
13INSPURBASE = '${@os.path.normpath("${LAYERDIR}/")}'
14