77b9feaa1f
* fixed barefoot platform build * added TNA config * updated port_config.ini Signed-off-by: Andriy Kokhan <akokhan@barefootnetworks.com>
11 lines
485 B
Makefile
11 lines
485 B
Makefile
ifdef BLDENV
|
|
BFN_PLATFORM = bfnplatform_8.9.x.98de3ce_pr_deb9.deb
|
|
$(BFN_PLATFORM)_URL = "https://github.com/barefootnetworks/sonic-release-pkgs/raw/rel_8_9/bfnplatform_8.9.x.98de3ce_pr_deb9.deb"
|
|
else
|
|
BFN_PLATFORM = bfnplatform_8.9.x.98de3ce_pr_deb8.deb
|
|
$(BFN_PLATFORM)_URL = "https://github.com/barefootnetworks/sonic-release-pkgs/raw/rel_8_9/bfnplatform_8.9.x.98de3ce_pr_deb8.deb"
|
|
endif
|
|
|
|
SONIC_ONLINE_DEBS += $(BFN_PLATFORM) # $(BFN_SAI_DEV)
|
|
$(BFN_SAI_DEV)_DEPENDS += $(BFN_PLATFORM)
|