37287d2eef
* BFN fixes for sonic master bld (#26) * Need to still update sde deb package with sai1.3.3, will be done in seperate commit * Update bfn sde url - sai1.3.3
6 lines
264 B
Makefile
6 lines
264 B
Makefile
BFN_PLATFORM = bfnplatform_1.0.0_amd64.deb
|
|
$(BFN_PLATFORM)_URL = "https://github.com/barefootnetworks/sonic-release-pkgs/raw/sde-sai1.3.3/bfnplatform_1.0.0_amd64.deb"
|
|
|
|
SONIC_ONLINE_DEBS += $(BFN_PLATFORM) # $(BFN_SAI_DEV)
|
|
$(BFN_SAI_DEV)_DEPENDS += $(BFN_PLATFORM)
|