initial buildroot for linux 5.15

This commit is contained in:
Huan.Feng
2021-12-06 14:12:13 +08:00
parent d7767d594e
commit 7b6fc358fa
12736 changed files with 508822 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
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