b5056518cd
Other changes: - Openssl is now a dependency. - Set new license hashes due to new dependencies. - Set new license file hash due to a year change. Signed-off-by: Adam Duskett <aduskett@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
22 lines
853 B
Plaintext
22 lines
853 B
Plaintext
config BR2_PACKAGE_MENDER
|
|
bool "mender"
|
|
depends on BR2_PACKAGE_HOST_GO_TARGET_ARCH_SUPPORTS
|
|
depends on BR2_PACKAGE_HOST_GO_TARGET_CGO_LINKING_SUPPORTS
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
select BR2_PACKAGE_OPENSSL
|
|
select BR2_PACKAGE_XZ
|
|
select BR2_PACKAGE_UBOOT_TOOLS if BR2_TARGET_UBOOT # runtime
|
|
select BR2_PACKAGE_UBOOT_TOOLS_FWPRINTENV if BR2_TARGET_UBOOT # runtime
|
|
help
|
|
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.
|
|
|
|
https://github.com/mendersoftware/mender
|
|
|
|
comment "mender needs a toolchain w/ threads"
|
|
depends on BR2_PACKAGE_HOST_GO_TARGET_ARCH_SUPPORTS
|
|
depends on BR2_PACKAGE_HOST_GO_TARGET_CGO_LINKING_SUPPORTS
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|