9a72d04728
Fix build issue. 1. Fix BFN platform build scripts after migration to Deb11: https://github.com/Azure/sonic-buildimage/pull/9271 2. Update SDK package to fix linkage issue caused by missing sai_query_stats_capability() newly added in syncd: https://github.com/Azure/sonic-buildimage/pull/9287
6 lines
239 B
Makefile
6 lines
239 B
Makefile
BFN_PLATFORM = bfnplatform_20211117_sai_1.9.1_deb10.deb
|
|
$(BFN_PLATFORM)_URL = "https://github.com/barefootnetworks/sonic-release-pkgs/raw/dev/$(BFN_PLATFORM)"
|
|
|
|
SONIC_ONLINE_DEBS += $(BFN_PLATFORM)
|
|
$(BFN_SAI_DEV)_DEPENDS += $(BFN_PLATFORM)
|