mirror of
https://github.com/u-boot/u-boot.git
synced 2024-12-04 10:03:41 +08:00
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>
This commit is contained in:
parent
25296cf3c0
commit
d3f9078bed
@ -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/*
|
||||
|
Loading…
Reference in New Issue
Block a user