2018-05-04 11:21:59 +02:00
|
|
|
config BR2_PACKAGE_MENDER
|
|
|
|
bool "mender"
|
2019-02-06 14:23:57 +01:00
|
|
|
depends on BR2_PACKAGE_HOST_GO_TARGET_ARCH_SUPPORTS
|
|
|
|
depends on BR2_PACKAGE_HOST_GO_TARGET_CGO_LINKING_SUPPORTS
|
2018-05-04 11:21:59 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
2019-05-29 14:37:27 +02:00
|
|
|
select BR2_PACKAGE_XZ
|
2019-06-06 17:52:15 +02:00
|
|
|
select BR2_PACKAGE_UBOOT_TOOLS if BR2_TARGET_UBOOT # runtime
|
|
|
|
select BR2_PACKAGE_UBOOT_TOOLS_FWPRINTENV if BR2_TARGET_UBOOT # 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"
|
2019-02-06 14:23:57 +01:00
|
|
|
depends on BR2_PACKAGE_HOST_GO_TARGET_ARCH_SUPPORTS
|
|
|
|
depends on BR2_PACKAGE_HOST_GO_TARGET_CGO_LINKING_SUPPORTS
|
2018-05-04 11:21:59 +02:00
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|