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