blob: 16a56c1dc97e4881a083071294a362c382b2a72e [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 Geisslerc0ef7ee2022-09-30 14:09:35 -050010LAYERSERIES_COMPAT_inventec = "kirkstone langdale"
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