mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
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 <peter@korsgaard.com> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
f5e5db4b7e
commit
a4bca5d8ad
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user