Skip to content

Commit 6f8dbac

Browse files
author
Andriy Kokhan
authored
[BFN] Fixed BFN platform build (#9271)
Fix BFN platform build scripts after migration to Deb11 Signed-off-by: Andriy Kokhan <[email protected]>
1 parent 7077474 commit 6f8dbac

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

platform/barefoot/docker-syncd-bfn-rpc.mk

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ $(DOCKER_SYNCD_BFN_RPC)_DEPENDS += $(SYNCD_RPC_DBG) \
1212
endif
1313
$(DOCKER_SYNCD_BFN_RPC)_LOAD_DOCKERS += $(DOCKER_SYNCD_BASE)
1414
SONIC_DOCKER_IMAGES += $(DOCKER_SYNCD_BFN_RPC)
15+
SONIC_BUSTER_DOCKERS += $(DOCKER_SYNCD_BFN_RPC)
1516
ifeq ($(ENABLE_SYNCD_RPC),y)
1617
SONIC_INSTALL_DOCKER_IMAGES += $(DOCKER_SYNCD_BFN_RPC)
1718
endif

platform/barefoot/docker-syncd-bfn.mk

+2
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@ $(DOCKER_SYNCD_BASE)_VERSION = 1.0.0
1515
$(DOCKER_SYNCD_BASE)_PACKAGE_NAME = syncd
1616

1717
$(DOCKER_SYNCD_BASE)_RUN_OPT += -v /host/warmboot:/var/warmboot
18+
19+
SONIC_BUSTER_DOCKERS += $(DOCKER_SYNCD_BASE)

0 commit comments

Comments
 (0)