U-Boot v2022.04 host tools (mkeficapsule) introduced new build
dependencies to libgnutls-devel and libuuid-devel. No runtime
dependencies are needed as the mkeficapsule executable is for
testing purpose and we didn't ship it since day 1.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
mkimage-fit-Unmmap-the-memory-before-closing-fd-in-fit_import_data.patch
is already in the U-Boot v2020.07 release. Hence remove it.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
* u-boot-tools: Add dtc to the dependency
When building images of Flattened Image Tree (FIT) format, the Device
Tree Compiler (dtc) will be called by 'mkimage'.
Add dtc to the dependency.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
* u-boot-tools: Add a patch to fix FIT image generation by mkimage
This adds a patch to fix the Flattened Image Tree (FIT) generation
on Windows. The same patch is already in the upstream U-Boot head
for next release, but not in the current v2020.04 release MSYS2 has.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
This adds a new package for MSYS2: u-boot-tools.
It includes various host tools from U-Boot, the universal bootloader.
The following tools are included:
- dumpimage.exe
- fdtgrep.exe
- fit_info.exe
- fit_check_sign.exe
- mkimage.exe
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>