[bfn] Added GENL3 dependency for SAI (#4069)
Signed-off-by: Andriy Kokhan <akokhan@barefootnetworks.com>
This commit is contained in:
parent
dc994b8425
commit
d236298688
@ -1,5 +1,5 @@
|
||||
BFN_PLATFORM = bfnplatform_9.1.0.fddc672_deb9.deb
|
||||
$(BFN_PLATFORM)_URL = "https://github.com/barefootnetworks/sonic-release-pkgs/raw/rel_9_1/bfnplatform_9.1.0.fddc672_deb9.deb"
|
||||
$(BFN_PLATFORM)_URL = "https://github.com/barefootnetworks/sonic-release-pkgs/raw/rel_9_1/$(BFN_PLATFORM)"
|
||||
|
||||
SONIC_ONLINE_DEBS += $(BFN_PLATFORM)
|
||||
$(BFN_SAI_DEV)_DEPENDS += $(BFN_PLATFORM)
|
||||
|
@ -1,5 +1,8 @@
|
||||
BFN_SAI = bfnsdk_9.1.0.fddc672_deb9.deb
|
||||
$(BFN_SAI)_URL = "https://github.com/barefootnetworks/sonic-release-pkgs/raw/rel_9_1/bfnsdk_9.1.0.fddc672_deb9.deb"
|
||||
$(BFN_SAI)_URL = "https://github.com/barefootnetworks/sonic-release-pkgs/raw/rel_9_1/$(BFN_SAI)"
|
||||
|
||||
$(BFN_SAI)_DEPENDS += $(LIBNL_GENL3_DEV)
|
||||
$(BFN_SAI)_RDEPENDS += $(LIBNL_GENL3)
|
||||
|
||||
SONIC_ONLINE_DEBS += $(BFN_SAI)
|
||||
$(BFN_SAI_DEV)_DEPENDS += $(BFN_SAI)
|
||||
|
Loading…
Reference in New Issue
Block a user