All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] Dockerfile: use lz4 instead of lz4-tools
@ 2025-05-05 14:43 Heinrich Schuchardt
  2025-05-05 14:44 ` Tom Rini
  2025-05-09 22:49 ` Tom Rini
  0 siblings, 2 replies; 3+ messages in thread
From: Heinrich Schuchardt @ 2025-05-05 14:43 UTC (permalink / raw)
  To: Tom Rini; +Cc: Simon Glass, u-boot, Heinrich Schuchardt

Since Ubuntu Jammy lz4-tools is only a virtual package which pulls in
lz4 as dependency.

Update documentation too.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
---
 doc/build/gcc.rst       | 2 +-
 tools/docker/Dockerfile | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/build/gcc.rst b/doc/build/gcc.rst
index 480e0e3091e..c76a7fbd732 100644
--- a/doc/build/gcc.rst
+++ b/doc/build/gcc.rst
@@ -25,7 +25,7 @@ Depending on the build targets further packages maybe needed
 
     sudo apt-get install bc bison build-essential coccinelle \
       device-tree-compiler dfu-util efitools flex gdisk graphviz imagemagick \
-      liblz4-tool libgnutls28-dev libguestfs-tools libncurses-dev \
+      libgnutls28-dev libguestfs-tools libncurses-dev \
       libpython3-dev libsdl2-dev libssl-dev lz4 lzma lzma-alone openssl \
       pkg-config python3 python3-asteval python3-coverage python3-filelock \
       python3-pkg-resources python3-pycryptodome python3-pyelftools \
diff --git a/tools/docker/Dockerfile b/tools/docker/Dockerfile
index 1d7d2a1877e..ceb7a25ad4d 100644
--- a/tools/docker/Dockerfile
+++ b/tools/docker/Dockerfile
@@ -97,7 +97,6 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
 	libjson-glib-dev \
 	libgnutls28-dev \
 	libgnutls30 \
-	liblz4-tool \
 	libpixman-1-dev \
 	libpython3-dev \
 	libsdl1.2-dev \
@@ -108,6 +107,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
 	libtool \
 	libudev-dev \
 	libusb-1.0-0-dev \
+	lz4 \
 	lzma-alone \
 	lzop \
 	mount \
-- 
2.48.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-05-09 22:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-05 14:43 [PATCH 1/1] Dockerfile: use lz4 instead of lz4-tools Heinrich Schuchardt
2025-05-05 14:44 ` Tom Rini
2025-05-09 22:49 ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.