Config.in 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. config BR2_PACKAGE_MENDER
  2. bool "mender"
  3. depends on BR2_PACKAGE_HOST_GO_TARGET_ARCH_SUPPORTS
  4. depends on BR2_PACKAGE_HOST_GO_TARGET_CGO_LINKING_SUPPORTS
  5. depends on BR2_TOOLCHAIN_HAS_THREADS
  6. select BR2_PACKAGE_OPENSSL
  7. select BR2_PACKAGE_OPENSSL_FORCE_LIBOPENSSL
  8. select BR2_PACKAGE_LIBOPENSSL_ENABLE_MD4
  9. select BR2_PACKAGE_LIBOPENSSL_ENABLE_RMD160
  10. help
  11. Mender is an open source over-the-air (OTA) software updater
  12. for embedded Linux devices. Mender comprises a client
  13. running at the embedded device, as well as a server that
  14. manages deployments across many devices.
  15. Notes:
  16. For systems using uboot as the bootloader:
  17. - uboot must have the mender uboot patches applied.
  18. - uboot-tools must be selected.
  19. - fw_printenv must be functional on the device.
  20. The Mender Uboot patches are at:
  21. https://github.com/mendersoftware/meta-mender/
  22. For more information on Manual U-Boot integration, see:
  23. https://docs.mender.io/2.6/system-updates-yocto-project/board-integration/bootloader-support/u-boot/manual-u-boot-integration
  24. For systems using Grub2 as the bootloader:
  25. - Mender depends on the mender-grubenv package.
  26. - The mender-grubenv package provides a fw_printenv script,
  27. which is not compatible with the uboot-tools fw_printenv
  28. script.
  29. The mender project recommends using uboot to load Grub2 as a
  30. secondary bootloader whenever possible. Using Grub2 as a
  31. secondary bootloader prevents users from porting the patches
  32. for uboot to each new device.
  33. https://github.com/mendersoftware/mender
  34. comment "mender needs a toolchain w/ threads"
  35. depends on BR2_PACKAGE_HOST_GO_TARGET_ARCH_SUPPORTS
  36. depends on BR2_PACKAGE_HOST_GO_TARGET_CGO_LINKING_SUPPORTS
  37. depends on !BR2_TOOLCHAIN_HAS_THREADS