16a3929159
- Why I did it Update hw-mgmt to a new version to pick up support for the SN4600C A1 system. - How I did it Update the pointer of the hw-mgmt submodule Update the hw-mgmt version number Remove the staled code patch to hw-mgmt userspace code. - How to verify it Run platform regression on Mellanox platforms. Signed-off-by: Kebo Liu <kebol@nvidia.com>
11 lines
364 B
Makefile
11 lines
364 B
Makefile
# Mellanox HW Management
|
|
|
|
MLNX_HW_MANAGEMENT_VERSION = 7.0010.2347
|
|
|
|
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)
|