586d715f17
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
10 lines
354 B
Makefile
10 lines
354 B
Makefile
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)
|
|
$(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)
|