Files
2026-04-23 17:07:55 +08:00

16 lines
519 B
Plaintext

# 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 = "langdale mickledore"
BBFILE_PRIORITY_inventec = "6"
# Provide a variable that points the base of the hpe layer.
INVENTECBASE = '${@os.path.normpath("${LAYERDIR}/")}'