Files
operating-system/buildroot/package/mender-artifact/Config.in.host
Pascal Vizeli 5a6678147e Update buildroot 2020.02.01 (#622)
* Update buildroot 2020.02.01

Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch>

* Fix LN

* Fix wpa

Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch>

* Fix lint

Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch>

* fix-network

Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch>

* Fix script

Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch>
2020-04-16 20:03:01 +02:00

19 lines
691 B
Plaintext

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