[PATCH 1/1] Dockerfile: install xilinx-bootgen package

28 Feb
2024
28 Feb
'24
8:23 a.m.
Bootgen is used in a binman test. The test is skipped without the binary.
Signed-off-by: Heinrich Schuchardt heinrich.schuchardt@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
418
Age (days ago)
434
Last active (days ago)
1 comments
2 participants
participants (2)
-
Heinrich Schuchardt
-
Tom Rini