Skip to content

Commit

Permalink
[Broadcom]: Update SAI version to 3.0.2.2 (#854)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shuotian Cheng authored Jul 28, 2017
1 parent a88f1b2 commit 020e9f6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions platform/broadcom/sai.mk
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
BRCM_SAI = libsaibcm_3.0.2.1_amd64.deb
BRCM_SAI = libsaibcm_3.0.2.2_amd64.deb
# TODO: upload new SAI build to blob
$(BRCM_SAI)_URL = "https://sonicstorage.blob.core.windows.net/packages/libsaibcm_3.0.2.1_amd64.deb"
$(BRCM_SAI)_URL = "https://sonicstorage.blob.core.windows.net/packages/libsaibcm_3.0.2.2_amd64.deb"

BRCM_SAI_DEV = libsaibcm-dev_3.0.2.1_amd64.deb
BRCM_SAI_DEV = libsaibcm-dev_3.0.2.2_amd64.deb
$(eval $(call add_derived_package,$(BRCM_SAI),$(BRCM_SAI_DEV)))
# TODO: upload new SAI build to blob
$(BRCM_SAI_DEV)_URL = "https://sonicstorage.blob.core.windows.net/packages/libsaibcm-dev_3.0.2.1_amd64.deb"
$(BRCM_SAI_DEV)_URL = "https://sonicstorage.blob.core.windows.net/packages/libsaibcm-dev_3.0.2.2_amd64.deb"

SONIC_ONLINE_DEBS += $(BRCM_SAI) $(BRCM_SAI_DEV)
$(BRCM_SAI)_DEPENDS += $(BRCM_OPENNSL)
Expand Down

0 comments on commit 020e9f6

Please sign in to comment.