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
10 lines
353 B
Makefile
10 lines
353 B
Makefile
BFN_SAI = bfnsdk_20211117_sai_1.9.1_deb10.deb
|
|
$(BFN_SAI)_URL = "https://github.com/barefootnetworks/sonic-release-pkgs/raw/dev/$(BFN_SAI)"
|
|
|
|
$(BFN_SAI)_DEPENDS += $(LIBNL_GENL3_DEV)
|
|
$(eval $(call add_conflict_package,$(BFN_SAI),$(LIBSAIVS_DEV)))
|
|
$(BFN_SAI)_RDEPENDS += $(LIBNL_GENL3)
|
|
|
|
SONIC_ONLINE_DEBS += $(BFN_SAI)
|
|
$(BFN_SAI_DEV)_DEPENDS += $(BFN_SAI)
|