blob: 3d2fce1f3a34118216d6298141ff230bc8f71db8 [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}/"
10LAYERSERIES_COMPAT_hpe-layer = "zeus warrior dunfell"
11
12# Provide a variable that points the base of the hpe layer.
13HPEBASE = '${@os.path.normpath("${LAYERDIR}/")}'