Skip to content

Commit

Permalink
Marvell's updates for SONiC 201803 over SAI v1.2 (#1588)
Browse files Browse the repository at this point in the history
  • Loading branch information
ziverlichson authored and lguohan committed Apr 11, 2018
1 parent 0d5dc77 commit 622d357
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion platform/marvell/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ SONIC_ALL += $(SONIC_ONE_IMAGE) \
$(DOCKER_SYNCD_MRVL_RPC)

# Inject mrvl sai into sairedis
$(LIBSAIREDIS)_DEPENDS += $(MRVL_FPA) $(MRVL_SAI) #$(LIBSAITHRIFT_DEV_MRVL)
$(LIBSAIREDIS)_DEPENDS += $(MRVL_FPA) $(MRVL_SAI) $(LIBSAITHRIFT_DEV_MRVL)

# Runtime dependency on mrvl sai is set only for syncd
$(SYNCD)_RDEPENDS += $(MRVL_SAI)
4 changes: 2 additions & 2 deletions platform/marvell/sai.mk
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Marvell SAI

export MRVL_SAI_VERSION = 1.0.1
export MRVL_SAI_TAG = SONiC.201712
export MRVL_SAI_VERSION = 1.2.1
export MRVL_SAI_TAG = SONiC.201803
export MRVL_SAI = mrvllibsai_$(MRVL_SAI_VERSION).deb

$(MRVL_SAI)_SRC_PATH = $(PLATFORM_PATH)/sai
Expand Down
4 changes: 2 additions & 2 deletions platform/marvell/sdk.mk
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Marvell FPA

export MRVL_FPA_VERSION = 1.0.1
export MRVL_FPA_TAG = SONiC.201712
export MRVL_FPA_VERSION = 1.2.1
export MRVL_FPA_TAG = SONiC.201803
export MRVL_FPA = mrvllibfpa_$(MRVL_FPA_VERSION).deb

$(MRVL_FPA)_SRC_PATH = $(PLATFORM_PATH)/sdk
Expand Down

0 comments on commit 622d357

Please sign in to comment.