237849a330
- Why I did it Pick up fix from new hw-management package: Fix gearbox thermal zone name, which was lack suffix thermal zone number - How I did it Update the hw-management version number in the make file Update hw-management submodule pointer - How to verify it Run platform related test cases on Mellanox platform
11 lines
364 B
Makefile
11 lines
364 B
Makefile
# Mellanox HW Management
|
|
|
|
MLNX_HW_MANAGEMENT_VERSION = 7.0010.2304
|
|
|
|
export MLNX_HW_MANAGEMENT_VERSION
|
|
|
|
MLNX_HW_MANAGEMENT = hw-management_1.mlnx.$(MLNX_HW_MANAGEMENT_VERSION)_amd64.deb
|
|
$(MLNX_HW_MANAGEMENT)_SRC_PATH = $(PLATFORM_PATH)/hw-management
|
|
$(MLNX_HW_MANAGEMENT)_DEPENDS += $(LINUX_HEADERS) $(LINUX_HEADERS_COMMON)
|
|
SONIC_MAKE_DEBS += $(MLNX_HW_MANAGEMENT)
|