[Marvell] Updated armhf SAI deb version info. (#6863)

Modified the MRVL SAI debian version format to include debian revision number. This helps in identifying the SAI deb causing any build/runtime issue.

Signed-off-by: Rajkumar Pennadam Ramamoorthy <rpennadamram@marvell.com>
This commit is contained in:
Rajkumar-Marvell 2021-02-25 22:47:45 +05:30 committed by Guohan Lu
parent 5bdbfcfb26
commit 45cb76fe25

View File

@ -1,7 +1,7 @@
# Marvell SAI # Marvell SAI
export MRVL_SAI_VERSION = 1.7.1 export MRVL_SAI_VERSION = 1.7.1-1
export MRVL_SAI = mrvllibsai_m0_MASTER_$(PLATFORM_ARCH)_$(MRVL_SAI_VERSION).deb export MRVL_SAI = mrvllibsai_$(PLATFORM_ARCH)_$(MRVL_SAI_VERSION).deb
$(MRVL_SAI)_SRC_PATH = $(PLATFORM_PATH)/sai $(MRVL_SAI)_SRC_PATH = $(PLATFORM_PATH)/sai
$(eval $(call add_conflict_package,$(MRVL_SAI),$(LIBSAIVS_DEV))) $(eval $(call add_conflict_package,$(MRVL_SAI),$(LIBSAIVS_DEV)))