Re: [PATCH 1/1] Dockerfile: install xilinx-bootgen package

2024-03-15 Thread Tom Rini
On Wed, 28 Feb 2024 08:23:09 +0100, Heinrich Schuchardt wrote: > Bootgen is used in a binman test. The test is skipped without the binary. > > Applied to u-boot/next, thanks! -- Tom

[PATCH 1/1] Dockerfile: install xilinx-bootgen package

2024-02-27 Thread Heinrich Schuchardt
Bootgen is used in a binman test. The test is skipped without the binary. Signed-off-by: Heinrich Schuchardt --- tools/docker/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/docker/Dockerfile b/tools/docker/Dockerfile index 6122776bc6..884b1089e0 100644 --- a/tools/docker/Do