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