]> git.dujemihanovic.xyz Git - u-boot.git/commit
Dockerfile: add mkbootimg tool
authorSafae Ouajih <souajih@baylibre.com>
Sun, 5 Feb 2023 23:50:21 +0000 (00:50 +0100)
committerTom Rini <trini@konsulko.com>
Tue, 4 Apr 2023 18:50:47 +0000 (14:50 -0400)
commitf4449397551a82f0c1d9714d648f1efb90d56962
tree3ed815ab6105a6655fe25c91dace40c47336f8c6
parent83d48a3c8bfbbbc2a8ad951b211081f72fc268b6
Dockerfile: add mkbootimg tool

mkbootimg tool is part of the Android project and it is
used to pack Android boot images such as boot image
and vendor_boot image.

Use the following command to run mkbootimg:
$ python3 -m mkbootimg

Add mkbootimg to the docker file

Signed-off-by: Safae Ouajih <souajih@baylibre.com>
Tested-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
tools/docker/Dockerfile