Skip to content

Commit

Permalink
Update Broadcom SAI version (#827)
Browse files Browse the repository at this point in the history
  • Loading branch information
qiluo-msft authored Jul 21, 2017
1 parent 50f42ec commit 7158fc0
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.1.3_amd64.deb
BRCM_SAI = libsaibcm_3.0.2.1_amd64.deb
# TODO: upload new SAI build to blob
$(BRCM_SAI)_URL = "https://sonicstorage.blob.core.windows.net/packages/libsaibcm_3.0.1.1~20170615210204.28_amd64.deb"
$(BRCM_SAI)_URL = "https://sonicstorage.blob.core.windows.net/packages/libsaibcm_3.0.2.1_amd64.deb"

BRCM_SAI_DEV = libsaibcm-dev_3.0.1.3_amd64.deb
BRCM_SAI_DEV = libsaibcm-dev_3.0.2.1_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.1.1~20170615210204.28_amd64.deb"
$(BRCM_SAI_DEV)_URL = "https://sonicstorage.blob.core.windows.net/packages/libsaibcm-dev_3.0.2.1_amd64.deb"

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

0 comments on commit 7158fc0

Please sign in to comment.