summaryrefslogtreecommitdiff
path: root/meta-google/recipes-phosphor
diff options
context:
space:
mode:
authorJoel Stanley <joel@jms.id.au>2022-05-09 11:44:06 +0300
committerJoel Stanley <joel@jms.id.au>2022-05-09 11:50:58 +0300
commitf871593ddbb71c4d57384a9470b7803f3f2b7b12 (patch)
tree1377d096dbb88f8ac136a3c4d296fc21cf282a97 /meta-google/recipes-phosphor
parent62fd6303b89f96b918ec25b3a4f697e90ea6522c (diff)
downloadopenbmc-f871593ddbb71c4d57384a9470b7803f3f2b7b12.tar.xz
meta-google: Fix tcpdump append
When searching the tree for 'gmbc', I was surprised to find we had no machines that use the Google layer. That's because it's a typo, and the layer is called gbmc. Change-Id: I75f31456f5e48246fe387322c72301d8552ca2d2 Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'meta-google/recipes-phosphor')
-rw-r--r--meta-google/recipes-phosphor/images/obmc-phosphor-image.bbappend2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-google/recipes-phosphor/images/obmc-phosphor-image.bbappend b/meta-google/recipes-phosphor/images/obmc-phosphor-image.bbappend
index 931a159d6c..88a40d1ffb 100644
--- a/meta-google/recipes-phosphor/images/obmc-phosphor-image.bbappend
+++ b/meta-google/recipes-phosphor/images/obmc-phosphor-image.bbappend
@@ -18,7 +18,7 @@ OBMC_IMAGE_EXTRA_INSTALL:append:gbmc = \
# Include these useful utilities for all gbmc platforms
OBMC_IMAGE_EXTRA_INSTALL:append:gbmc = " ipmitool"
OBMC_IMAGE_EXTRA_INSTALL:append:gbmc = " lrzsz"
-OBMC_IMAGE_EXTRA_INSTALL:append:gmbc:dev = " tcpdump"
+OBMC_IMAGE_EXTRA_INSTALL:append:gbmc:dev = " tcpdump"
# Add gBMC update recipes
OBMC_IMAGE_EXTRA_INSTALL:append:gbmc = " dummy-gbmc-update"