projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25296cf
)
Dockerfile: install xilinx-bootgen package
author
Heinrich Schuchardt
<heinrich.schuchardt@canonical.com>
Wed, 28 Feb 2024 07:23:09 +0000
(08:23 +0100)
committer
Tom Rini
<trini@konsulko.com>
Thu, 14 Mar 2024 20:11:28 +0000
(16:11 -0400)
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
patch
|
blob
|
history
diff --git
a/tools/docker/Dockerfile
b/tools/docker/Dockerfile
index 30cda72ec46ded0bcf664ada90dd2e304666db68..dae6c24c684d8d6fd9714cc558151226a2012d84 100644
(file)
--- 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/*