2018-05-04 11:21:59 +02:00
|
|
|
config BR2_PACKAGE_MENDER
|
|
|
|
bool "mender"
|
|
|
|
depends on BR2_PACKAGE_HOST_GO_ARCH_SUPPORTS
|
|
|
|
depends on BR2_PACKAGE_HOST_GO_CGO_LINKING_SUPPORTS
|
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
2018-08-20 15:09:06 +02:00
|
|
|
select BR2_PACKAGE_UBOOT_TOOLS # runtime
|
|
|
|
select BR2_PACKAGE_UBOOT_TOOLS_FWPRINTENV # runtime
|
2018-05-04 11:21:59 +02:00
|
|
|
help
|
2018-06-10 16:43:53 +02:00
|
|
|
Mender is an open source over-the-air (OTA) software updater
|
|
|
|
for embedded Linux devices. Mender comprises a client
|
|
|
|
running at the embedded device, as well as a server that
|
|
|
|
manages deployments across many devices.
|
2018-05-04 11:21:59 +02:00
|
|
|
|
|
|
|
https://github.com/mendersoftware/mender
|
|
|
|
|
|
|
|
comment "mender needs a toolchain w/ threads"
|
|
|
|
depends on BR2_PACKAGE_HOST_GO_ARCH_SUPPORTS
|
|
|
|
depends on BR2_PACKAGE_HOST_GO_CGO_LINKING_SUPPORTS
|
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|