diff mbox series

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

Message ID 20240228072309.476781-1-heinrich.schuchardt@canonical.com
State Accepted
Commit d3f9078bed900f9b359af6a09b2d90d9f9d5d3eb
Delegated to: Tom Rini
Headers show
Series [1/1] Dockerfile: install xilinx-bootgen package | expand

Commit Message

Heinrich Schuchardt Feb. 28, 2024, 7:23 a.m. UTC
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(+)

Comments

Tom Rini March 15, 2024, 12:19 p.m. UTC | #1
On Wed, 28 Feb 2024 08:23:09 +0100, Heinrich Schuchardt wrote:

> Bootgen is used in a binman test. The test is skipped without the binary.
> 
> 

Applied to u-boot/next, thanks!
diff mbox series

Patch

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/*