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 += "inventec"
9BBFILE_PATTERN_inventec := "^${LAYERDIR}/"
10LAYERSERIES_COMPAT_inventec = "nanbield scarthgap"
11BBFILE_PRIORITY_inventec = "6"
12
13# Provide a variable that points the base of the hpe layer.
14INVENTECBASE = '${@os.path.normpath("${LAYERDIR}/")}'
15
16