blob: eee2e7b98927d7a3a7247d33c9b6cb10e21f9591 [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"
Mike Garrettdac74ad2021-11-18 16:22:24 -06009BBFILE_PATTERN_hpe-layer := "^${LAYERDIR}/meta-common/"
Patrick Williams9d21a942023-11-24 18:20:05 -060010LAYERSERIES_COMPAT_hpe-layer = "nanbield scarthgap"
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}/")}'