Skip to content

Commit 76957ca

Browse files
oleksandrivantsivyanjundeng
authored andcommitted
[nvidia-bluefield] Add additional SDK dependencies. (sonic-net#22301)
- Why I did it Add additional SDK dependencies to resolve rare compilation issue - How I did it Update Makefile - How to verify it Compile image
1 parent 2c24ca2 commit 76957ca

File tree

1 file changed

+2
-2
lines changed
  • platform/nvidia-bluefield/recipes

1 file changed

+2
-2
lines changed

platform/nvidia-bluefield/recipes/sdk.mk

+2-2
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ export DOCA_COMMON DOCA_COMMON_DEV
236236
DOCA_ARGP = doca-sdk-argp_${DOCA_DEB_VERSION}_${CONFIGURED_ARCH}.deb
237237
$(DOCA_ARGP)_DEPENDS += $(DOCA_COMMON)
238238
DOCA_ARGP_DEV = libdoca-sdk-argp-dev_${DOCA_DEB_VERSION}_${CONFIGURED_ARCH}.deb
239-
$(DOCA_ARGP_DEV)_DEPENDS = $(DOCA_ARGP)
239+
$(DOCA_ARGP_DEV)_DEPENDS = $(DOCA_ARGP) $(DOCA_COMMON_DEV)
240240

241241
DOCA_DEBS += $(DOCA_ARGP)
242242
DOCA_DEV_DEBS += $(DOCA_ARGP_DEV)
@@ -254,7 +254,7 @@ export DOCA_DPDK_BRIDGE DOCA_DPDK_BRIDGE_DEV
254254
DOCA_FLOW = doca-sdk-flow_${DOCA_DEB_VERSION}_${CONFIGURED_ARCH}.deb
255255
$(DOCA_FLOW)_DEPENDS += $(DOCA_COMMON)
256256
DOCA_FLOW_DEV = libdoca-sdk-flow-dev_${DOCA_DEB_VERSION}_${CONFIGURED_ARCH}.deb
257-
$(DOCA_FLOW_DEV)_DEPENDS = $(DOCA_FLOW)
257+
$(DOCA_FLOW_DEV)_DEPENDS = $(DOCA_FLOW) $(DOCA_DPDK_BRIDGE_DEV)
258258

259259
DOCA_DEBS += $(DOCA_FLOW)
260260
DOCA_DEV_DEBS += $(DOCA_FLOW_DEV)

0 commit comments

Comments
 (0)