[Buildroot] [git commit] package/rauc: drop uboot-tools select

Julien Olivain ju.o at free.fr
Sun Sep 28 15:10:48 UTC 2025


commit: https://git.buildroot.net/buildroot/commit/?id=a4bca5d8ad129213b4150deda7c9b9958c8ac591
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Users may be building U-Boot outside Buildroot or Build U-Boot but not use
the rauc u-boot bootloader backend (E.G. as using the U-Boot environment is
tricky in secure boot setups) - So replace the selects by a note in the help
text.

Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
Signed-off-by: Julien Olivain <ju.o at free.fr>
---
 package/rauc/Config.in | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/package/rauc/Config.in b/package/rauc/Config.in
index 8d0c0a4f2a..9a910963a3 100644
--- a/package/rauc/Config.in
+++ b/package/rauc/Config.in
@@ -9,14 +9,15 @@ config BR2_PACKAGE_RAUC
 	# uses ENGINE_* API
 	select BR2_PACKAGE_LIBOPENSSL_ENGINES
 	select BR2_PACKAGE_SQUASHFS # run-time dependency
-	select BR2_PACKAGE_UBOOT_TOOLS if BR2_TARGET_UBOOT # run-time dependency
-	select BR2_PACKAGE_UBOOT_TOOLS_FWPRINTENV if BR2_TARGET_UBOOT
 	help
 	  RAUC is the Robust Auto-Update Controller developed by
 	  Pengutronix. It supports updating embedded Linux
 	  systems over the network or from disks and provides a
 	  d-bus interface.
 
+	  Notice: The U-Boot bootloader support requires fw_getenv /
+	  fw_setenv from uboot-tools.
+
 	  http://rauc.io/
 
 if BR2_PACKAGE_RAUC


More information about the buildroot mailing list