]> git.baikalelectronics.ru Git - uboot.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)
commitb70d6985797229092f6773160dd7e21a44d1280d
tree3ed815ab6105a6655fe25c91dace40c47336f8c6
parent42bab0c447da8db19c60ebf5763a91c450ba329d
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