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:
Heinrich Schuchardt 2024-02-28 08:23:09 +01:00 committed by Tom Rini
parent 25296cf3c0
commit d3f9078bed

View File

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