summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2024-05-09 19:04:42 +0300
committerPatrick Williams <patrick@stwcx.xyz>2024-05-09 19:05:42 +0300
commit170a344f604874133d496fbf43ecc830cb6d7620 (patch)
tree810008ba53855a879822d19234192cc5fb5fb74b
parentc9e483ca4eb67ac212b764f1f7dec8588af72f19 (diff)
downloadopenbmc-170a344f604874133d496fbf43ecc830cb6d7620.tar.xz
meta-facebook: add tcpdump to all images
Networking team asked for tcpdump to be added to facilitate debug operations. Add it to the set of debug-utilities we include by default. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ie864fc23f8c22db33b41518a923185f4c737b99c
-rw-r--r--meta-facebook/recipes-phosphor/images/fb-phosphor-image.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-facebook/recipes-phosphor/images/fb-phosphor-image.inc b/meta-facebook/recipes-phosphor/images/fb-phosphor-image.inc
index d15ea1098f..84e4e40b40 100644
--- a/meta-facebook/recipes-phosphor/images/fb-phosphor-image.inc
+++ b/meta-facebook/recipes-phosphor/images/fb-phosphor-image.inc
@@ -19,6 +19,7 @@ OBMC_IMAGE_EXTRA_INSTALL:append = "\
jq \
strace \
tmux \
+ tcpdump \
wget \
"
OBMC_IMAGE_EXTRA_INSTALL:append:mf-fb-secondary-emmc = " \