[BFN] Update BFN sdk to SAI 1.11.0 (#12945)

Why I did it
SONiC moved to SAI 1.11.0

How I did it
Build package with SAI 1.11.0

How to verify it
Ran sanity for all included profiles
This commit is contained in:
Mykhailo Onipko 2022-12-06 10:47:31 +02:00 committed by GitHub
parent c55f4dca2d
commit 586d715f17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
BFN_PLATFORM = bfnplatform_20220815_sai_1.10_deb11.deb
BFN_PLATFORM = bfnplatform_20221130_sai_1.11.0_deb11.deb
$(BFN_PLATFORM)_URL = "https://github.com/barefootnetworks/sonic-release-pkgs/raw/dev/$(BFN_PLATFORM)"
SONIC_ONLINE_DEBS += $(BFN_PLATFORM)

View File

@ -1,4 +1,4 @@
BFN_SAI = bfnsdk_20220815_sai_1.10_deb11.deb
BFN_SAI = bfnsdk_20221130_sai_1.11.0_deb11.deb
$(BFN_SAI)_URL = "https://github.com/barefootnetworks/sonic-release-pkgs/raw/dev/$(BFN_SAI)"
$(BFN_SAI)_DEPENDS += $(LIBNL_GENL3_DEV)