0f50835c11
* draft upgrade to deb11 of syncd and syncd-rpc * upgrade to python3 * revert workaround with libsaithrift * Provide urls for sai and platform debs * Downgrade python3 to python2 * Remove saithrift-patches * Upgrade modules * remove unnecessary lib * remove more unnecessary modules * Update sdk reference * remove unnecessary packages from syncd-rpc
10 lines
352 B
Makefile
10 lines
352 B
Makefile
BFN_SAI = bfnsdk_20220815_sai_1.10_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)
|