diff options
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2024-02-28 08:23:09 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-03-14 16:11:28 -0400 |
commit | d3f9078bed900f9b359af6a09b2d90d9f9d5d3eb (patch) | |
tree | 24b7fd42d3f5bc38318923ecf7b4b9b0968570da | |
parent | 25296cf3c0e5a52cd346784d2db8af646cedcd82 (diff) | |
download | u-boot-d3f9078bed900f9b359af6a09b2d90d9f9d5d3eb.zip u-boot-d3f9078bed900f9b359af6a09b2d90d9f9d5d3eb.tar.gz u-boot-d3f9078bed900f9b359af6a09b2d90d9f9d5d3eb.tar.bz2 |
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>
-rw-r--r-- | tools/docker/Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/docker/Dockerfile b/tools/docker/Dockerfile index 30cda72..dae6c24 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/* |