From: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Date: Wed, 28 Feb 2024 07:23:09 +0000 (+0100)
Subject: Dockerfile: install xilinx-bootgen package
X-Git-Tag: v2025.01-rc5-pxa1908~555^2~32
X-Git-Url: http://git.dujemihanovic.xyz/html/static/git-favicon.png?a=commitdiff_plain;h=d3f9078bed900f9b359af6a09b2d90d9f9d5d3eb;p=u-boot.git

Dockerfile: install xilinx-bootgen package

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

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
---

diff --git a/tools/docker/Dockerfile b/tools/docker/Dockerfile
index 30cda72ec4..dae6c24c68 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/*