blob: bda219fbe2a979dab8cc585aeebd96a94f1250ed [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"
John Wang96b38402019-01-24 11:01:26 +080011LAYERSERIES_COMPAT_inspur-layer = "thud"
John Wangaf0bc6e2018-11-29 11:22:01 +080012
13INSPURBASE = '${@os.path.normpath("${LAYERDIR}/")}'
14