]> Git Repo - buildroot-mgba.git/commit
boot/uboot: add BR2_TARGET_UBOOT_USE_BINMAN option
authorDario Binacchi <[email protected]>
Sun, 7 Apr 2024 10:34:58 +0000 (12:34 +0200)
committerArnout Vandecappelle <[email protected]>
Sun, 7 Apr 2024 20:26:07 +0000 (22:26 +0200)
commit1aec48341274edfc1bf1ccc3a208f4be07458c6a
tree3c33052295a54346ac6abb6060bf3e403e5e8007
parent8a4c3c91e7af89397438bcf329954b1503b03a5e
boot/uboot: add BR2_TARGET_UBOOT_USE_BINMAN option

Recent version of U-Boot use binman to provide a mechanism for building
images, from simple SPL + U-Boot combinations, to more complex
arrangements with many parts.

This tool uses additional host python modules that must be provided by
Buildroot. So introduce a new option BR2_TARGET_UBOOT_USE_BINMAN to
add additional host packages in U-Boot build dependency to use binman.

The binman requirement is directly included in buildman dependency
(tools/buildman/requirements.txt) since within U-Boot, binman is
invoked by the build system, here buildman [1].

[1] https://docs.u-boot.org/en/v2024.01/develop/package/binman.html#invoking-binman-within-u-boot

Co-developed-by: Romain Naour <[email protected]>
Signed-off-by: Dario Binacchi <[email protected]>
Signed-off-by: Romain Naour <[email protected]>
Signed-off-by: Arnout Vandecappelle <[email protected]>
boot/uboot/Config.in
boot/uboot/uboot.mk
This page took 0.032813 seconds and 4 git commands to generate.