Skip to content

Commit

Permalink
[Nephos] Upgrade SAI to v1.2.3 (#1494)
Browse files Browse the repository at this point in the history
- What I did
Upgrading SAI version from v1.0 to v1.2.3

- How I did it
Updating platform/nephos/sai.mk

- How to verify it
Checking the image can build successfully in the branch master

- Description for the changelog
Upgrade SAI to v1.2.3

- A picture of a cute animal (not mandatory but encouraged)

Signed-off-by: Sam Yang <yang.kaiyu@gmail.com>
  • Loading branch information
kaiyu22 authored and lguohan committed Mar 14, 2018
1 parent dd48995 commit 2beb78f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions platform/nephos/sai.mk
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
NEPHOS_SAI = libsainps_2.0.3_amd64.deb
$(NEPHOS_SAI)_URL = "https://github.com/NephosInc/SONiC/raw/master/sai/libsainps_2.0.3_amd64.deb"

NEPHOS_SAI_DEV = libsainps-dev_2.0.3a63-20180110_amd64.deb
NEPHOS_SAI_DEV = libsainps-dev_2.0.3_sai_1.2.3_amd64.deb
$(eval $(call add_derived_package,$(NEPHOS_SAI),$(NEPHOS_SAI_DEV)))
$(NEPHOS_SAI_DEV)_URL = "https://github.com/NephosInc/SONiC/raw/master/sai/libsainps-dev_2.0.3a63-20180110_amd64.deb"
$(NEPHOS_SAI_DEV)_URL = "https://github.com/NephosInc/SONiC/raw/master/sai/libsainps-dev_2.0.3_sai_1.2.3_amd64.deb"

SONIC_ONLINE_DEBS += $(NEPHOS_SAI) $(NEPHOS_SAI_DEV)
$(NEPHOS_SAI_DEV)_DEPENDS += $(NEPHOS_SAI)

0 comments on commit 2beb78f

Please sign in to comment.