[PATCH 1/1] Dockerfile: install xilinx-bootgen package
Heinrich Schuchardt
heinrich.schuchardt at canonical.com
Wed Feb 28 08:23:09 CET 2024
Bootgen is used in a binman test. The test is skipped without the binary.
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt at canonical.com>
---
tools/docker/Dockerfile | 1 +
1 file changed, 1 insertion(+)
diff --git a/tools/docker/Dockerfile b/tools/docker/Dockerfile
index 6122776bc6..884b1089e0 100644
--- a/tools/docker/Dockerfile
+++ b/tools/docker/Dockerfile
@@ -116,6 +116,7 @@ RUN apt-get update && apt-get install -y \
virtualenv \
vboot-kernel-utils \
vboot-utils \
+ xilinx-bootgen \
xxd \
zip \
&& rm -rf /var/lib/apt/lists/*
--
2.43.0
More information about the U-Boot
mailing list