Config.in.host 691 B

123456789101112131415161718
  1. config BR2_PACKAGE_HOST_MENDER_ARTIFACT
  2. bool "host mender-artifact"
  3. depends on BR2_PACKAGE_HOST_GO_HOST_ARCH_SUPPORTS
  4. help
  5. The mender-artifact tool is a CLI implementation of the
  6. Mender artifacts library.
  7. A Mender artifact can be recognized by its .mender suffix.
  8. Mender artifacts can contain binaries, metadata, checksums,
  9. signatures and scripts that are used during a deployment.
  10. The artifact format acts as a wrapper, and uses the tar
  11. format to bundle several files into one.
  12. In its simplest form, an artifact contains just a rootfs
  13. image, along with its checksum, id and device type
  14. compatibility.
  15. https://github.com/mendersoftware/mender-artifact