Re: [PATCH v2 2/4] tools: docker: Build and install genimage

2021-09-11 Thread Tom Rini
On Thu, Aug 26, 2021 at 11:33:33PM +0800, Bin Meng wrote: > genimage [1] is a tool to create flash/disk images. This is required > by some targets, e.g.: sifive_unleashed, to generate sdcard or spi-nor > images for real hardware, as well as U-Boot CI testing. > > [1] https://github.com/pengutroni

Re: [PATCH v2 2/4] tools: docker: Build and install genimage

2021-08-26 Thread Tom Rini
On Thu, Aug 26, 2021 at 11:33:33PM +0800, Bin Meng wrote: > genimage [1] is a tool to create flash/disk images. This is required > by some targets, e.g.: sifive_unleashed, to generate sdcard or spi-nor > images for real hardware, as well as U-Boot CI testing. > > [1] https://github.com/pengutroni

[PATCH v2 2/4] tools: docker: Build and install genimage

2021-08-26 Thread Bin Meng
genimage [1] is a tool to create flash/disk images. This is required by some targets, e.g.: sifive_unleashed, to generate sdcard or spi-nor images for real hardware, as well as U-Boot CI testing. [1] https://github.com/pengutronix/genimage Signed-off-by: Bin Meng --- Changes in v2: - Build gen