summaryrefslogtreecommitdiffstats
path: root/meta-phosphor
diff options
context:
space:
mode:
authorJoel Stanley <joel@jms.id.au>2017-11-10 10:28:18 +1030
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2017-11-14 19:05:51 +0000
commit4064b1efd29742eb5e4b4dfd605eacb3c8433f65 (patch)
treea21ed2eaf84e07eb9db5606b2cb313a69835e755 /meta-phosphor
parentd93ae5f71957c103e22167263d7bfec1f7b44a69 (diff)
downloadtalos-openbmc-4064b1efd29742eb5e4b4dfd605eacb3c8433f65.tar.gz
talos-openbmc-4064b1efd29742eb5e4b4dfd605eacb3c8433f65.zip
obmc-phosphor-image: Add lrzsz
This adds xmodem receive shell tools so we can move files onto or off of the BMC over a serial console (without a network connection). This is helpful when debugging issues with failed network connectivity. Change-Id: Id12a3704c690230cb9111aa2f6f50962527e3987 Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'meta-phosphor')
-rw-r--r--meta-phosphor/classes/obmc-phosphor-image.bbclass1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-phosphor/classes/obmc-phosphor-image.bbclass b/meta-phosphor/classes/obmc-phosphor-image.bbclass
index bad16bafd..8b8149c2d 100644
--- a/meta-phosphor/classes/obmc-phosphor-image.bbclass
+++ b/meta-phosphor/classes/obmc-phosphor-image.bbclass
@@ -92,6 +92,7 @@ CORE_IMAGE_EXTRA_INSTALL_append = " bash \
ffdc \
rsync \
rng-tools \
+ lrzsz \
"
OBMC_IMAGE_EXTRA_INSTALL ?= ""
OpenPOWER on IntegriCloud