blob: 0ce75bf39abf3383d6977e0b06f153851586f8a7 [file] [log] [blame]
Brian Yange023ada2018-04-17 02:15:54 -04001# We have a conf and classes directory, add to BBPATH
2BBPATH .= ":${LAYERDIR}"
3
Habeeb Mohammed74872b52021-09-03 13:16:38 -07004# We have recipes-* directories, add to BBFILES
5BBFILES += "${LAYERDIR}/meta-common/recipes-*/*/*.bb \
6 ${LAYERDIR}/meta-common/recipes-*/*/*.bbappend"
Patrick Williamsdf0b24b2020-11-03 16:15:19 -06007
Habeeb Mohammed74872b52021-09-03 13:16:38 -07008BBFILE_COLLECTIONS += "inventec"
9BBFILE_PATTERN_inventec := "^${LAYERDIR}/"
Andrew Geisslera93aa3e2023-01-13 09:41:33 -060010LAYERSERIES_COMPAT_inventec = "langdale mickledore"
Habeeb Mohammed74872b52021-09-03 13:16:38 -070011BBFILE_PRIORITY_inventec = "6"
12
13# Provide a variable that points the base of the hpe layer.
14INVENTECBASE = '${@os.path.normpath("${LAYERDIR}/")}'
15