Fix sflow dbg container build rule to include hsflowd debug symbols. (#15912)
#### Why I did it The sflow debug container does not include the debug symbols of hsflowd. #### How I did it Add the hsflowd debug dependency. #### How to verify it Build the sflow debug container, get into the container, open gdb to load the hsflowd program. Verified debug symbol is available.
This commit is contained in:
parent
f207a9b0e0
commit
0cb63f7860
@ -8,6 +8,7 @@ $(DOCKER_SFLOW)_PATH = $(DOCKERS_PATH)/$(DOCKER_SFLOW_STEM)
|
||||
|
||||
$(DOCKER_SFLOW)_DEPENDS += $(SWSS) $(HSFLOWD) $(SFLOWTOOL) $(PSAMPLE)
|
||||
$(DOCKER_SFLOW)_DBG_DEPENDS = $($(DOCKER_SWSS_LAYER_BULLSEYE)_DBG_DEPENDS)
|
||||
$(DOCKER_SFLOW)_DBG_DEPENDS += $(HSFLOWD_DBG)
|
||||
$(DOCKER_TEAMD)_DBG_DEPENDS += $(SWSS_DBG) $(LIBSWSSCOMMON_DBG)
|
||||
$(DOCKER_SFLOW)_DBG_IMAGE_PACKAGES = $($(DOCKER_SWSS_LAYER_BULLSEYE)_DBG_IMAGE_PACKAGES)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user