]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
Dockerfile: install xilinx-bootgen package
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Wed, 28 Feb 2024 07:23:09 +0000 (08:23 +0100)
committerTom 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

index 30cda72ec46ded0bcf664ada90dd2e304666db68..dae6c24c684d8d6fd9714cc558151226a2012d84 100644 (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/*