blob: 977654c82b86cf4fa7f02a93d27c8fad26188ffd [file] [log] [blame]
Jorge Cisneros8a445a02020-09-03 21:09:03 +00001# 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 += "hpe-layer"
9BBFILE_PATTERN_hpe-layer := "^${LAYERDIR}/"
Patrick Williamsf2b52912020-11-03 16:15:19 -060010LAYERSERIES_COMPAT_hpe-layer = "dunfell gatesgarth"
Jorge Cisneros8a445a02020-09-03 21:09:03 +000011
12# Provide a variable that points the base of the hpe layer.
13HPEBASE = '${@os.path.normpath("${LAYERDIR}/")}'