blob: ff581a440b537296109db617d537f8fcf50394c6 [file] [log] [blame]
# We have a conf and classes directory, add to BBPATH
BBPATH .= ":${LAYERDIR}"
# We have recipes-* directories, add to BBFILES
BBFILES += "${LAYERDIR}/meta-common/recipes-*/*/*.bb \
${LAYERDIR}/meta-common/recipes-*/*/*.bbappend"
BBFILE_COLLECTIONS += "inventec"
BBFILE_PATTERN_inventec := "^${LAYERDIR}/"
LAYERSERIES_COMPAT_inventec = "honister kirkstone"
BBFILE_PRIORITY_inventec = "6"
# Provide a variable that points the base of the hpe layer.
INVENTECBASE = '${@os.path.normpath("${LAYERDIR}/")}'