xref: /openbmc/openbmc/meta-hpe/conf/layer.conf (revision 92b42cb3)
1# 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}/meta-common/"
10LAYERSERIES_COMPAT_hpe-layer = "honister kirkstone"
11
12# Provide a variable that points the base of the hpe layer.
13HPEBASE = '${@os.path.normpath("${LAYERDIR}/")}'
14