Skip to content

Commit 6f37181

Browse files
suneshlguohan
authored andcommitted
[barefoot]: updating deb package for platform and sai (#2397)
1 parent a1e382a commit 6f37181

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

platform/barefoot/bfn-platform.mk

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
BFN_PLATFORM = bfnplatform_1.0.0_amd64.deb
2-
$(BFN_PLATFORM)_URL = "https://github.com/barefootnetworks/sonic-release-pkgs/raw/rel_8_5/bfnplatform_1.0.0_amd64.deb"
1+
BFN_PLATFORM = bfnplatform_8.5.x.59217b4.deb
2+
$(BFN_PLATFORM)_URL = "https://github.com/barefootnetworks/sonic-release-pkgs/raw/rel_8_5/bfnplatform_8.5.x.59217b4.deb"
33

44
SONIC_ONLINE_DEBS += $(BFN_PLATFORM) # $(BFN_SAI_DEV)
55
$(BFN_SAI_DEV)_DEPENDS += $(BFN_PLATFORM)

platform/barefoot/bfn-sai.mk

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
BFN_SAI = bfnsdk_1.0.0_amd64.deb
2-
$(BFN_SAI)_URL = "https://github.com/barefootnetworks/sonic-release-pkgs/raw/rel_8_5/bfnsdk_1.0.0_amd64.deb"
1+
BFN_SAI = bfnsdk_8.5.x.59217b4.deb
2+
$(BFN_SAI)_URL = "https://github.com/barefootnetworks/sonic-release-pkgs/raw/rel_8_5/bfnsdk_8.5.x.59217b4.deb"
33

44
SONIC_ONLINE_DEBS += $(BFN_SAI) # $(BFN_SAI_DEV)
55
$(BFN_SAI_DEV)_DEPENDS += $(BFN_SAI)

0 commit comments

Comments
 (0)