summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMirza Krak <mirza.krak@northern.tech>2018-08-20 15:09:06 +0200
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-08-20 16:52:33 +0200
commit7c60fa9f88ed20c98819dc777ef0e2ae09d7874b (patch)
tree1dea0bf15cbdfaf09016bc72008d069aba1d4e87
parent1770251816a0b6a80cd7418bb2156e9ccc5ca402 (diff)
downloadbuildroot-7c60fa9f88ed20c98819dc777ef0e2ae09d7874b.tar.gz
buildroot-7c60fa9f88ed20c98819dc777ef0e2ae09d7874b.zip
package/mender: select BR2_PACKAGE_UBOOT_TOOLS_FWPRINTENV
The Mender client uses fw_printenv/fw_setenv to manipulate the U-boot environment, e.g to change the boot candidate after a update has been done. Signed-off-by: Mirza Krak <mirza.krak@northern.tech> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-rw-r--r--package/mender/Config.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/mender/Config.in b/package/mender/Config.in
index e461857486..aeb0b2694f 100644
--- a/package/mender/Config.in
+++ b/package/mender/Config.in
@@ -3,6 +3,8 @@ config BR2_PACKAGE_MENDER
depends on BR2_PACKAGE_HOST_GO_ARCH_SUPPORTS
depends on BR2_PACKAGE_HOST_GO_CGO_LINKING_SUPPORTS
depends on BR2_TOOLCHAIN_HAS_THREADS
+ select BR2_PACKAGE_UBOOT_TOOLS # runtime
+ select BR2_PACKAGE_UBOOT_TOOLS_FWPRINTENV # runtime
help
Mender is an open source over-the-air (OTA) software updater
for embedded Linux devices. Mender comprises a client
OpenPOWER on IntegriCloud