From a4bca5d8ad129213b4150deda7c9b9958c8ac591 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Thu, 28 Aug 2025 10:54:11 +0200 Subject: [PATCH] package/rauc: drop uboot-tools select 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 Signed-off-by: Julien Olivain --- 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