33f1bd1f02
mender-artifact is a host tool to generate update images in the Mender artifact file format. This package uses the binary archive from github because it bundles the external dependencies. Example usage: $ mender-artifact write rootfs-image \ --update rootfs.ext4 \ --output-path rootfs.mender \ --artifact-name "release-v1.0.0" \ --device-type "beaglebone" Above will generate a Mender artifact called "rootfs.mender" containing the "rootfs.ext4" image along with meta-data. One can read-out the meta-data with the following command: $ mender-artifact read rootfs.mender Mender artifact: Name: release-v1.0.0 Format: mender Version: 2 Signature: no signature Compatible devices: '[beaglebone]' Updates: 0000: Type: rootfs-image Files: name: rootfs.ext4 size: 52428800 modified: 2018-08-27 09:10:55 +0200 CEST checksum: e70b113fb0964a810a3043586eb4fc1c48e684ba78b02ba65fead4aa3e540d87 Signed-off-by: Angelo Compagnucci <angelo@amarulasolutions.com> Tested-by: Adam Duskett <aduskett@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
75 lines
2.9 KiB
Plaintext
75 lines
2.9 KiB
Plaintext
menu "Host utilities"
|
|
|
|
source "package/aespipe/Config.in.host"
|
|
source "package/android-tools/Config.in.host"
|
|
source "package/btrfs-progs/Config.in.host"
|
|
source "package/cargo/Config.in.host"
|
|
source "package/cbootimage/Config.in.host"
|
|
source "package/checkpolicy/Config.in.host"
|
|
source "package/checksec/Config.in.host"
|
|
source "package/cmake/Config.in.host"
|
|
source "package/cramfs/Config.in.host"
|
|
source "package/cryptsetup/Config.in.host"
|
|
source "package/dfu-util/Config.in.host"
|
|
source "package/dos2unix/Config.in.host"
|
|
source "package/dosfstools/Config.in.host"
|
|
source "package/dtc/Config.in.host"
|
|
source "package/e2fsprogs/Config.in.host"
|
|
source "package/e2tools/Config.in.host"
|
|
source "package/f2fs-tools/Config.in.host"
|
|
source "package/faketime/Config.in.host"
|
|
source "package/fwup/Config.in.host"
|
|
source "package/genext2fs/Config.in.host"
|
|
source "package/genimage/Config.in.host"
|
|
source "package/genpart/Config.in.host"
|
|
source "package/gnupg/Config.in.host"
|
|
source "package/go/Config.in.host"
|
|
source "package/go-bootstrap/Config.in.host"
|
|
source "package/google-breakpad/Config.in.host"
|
|
source "package/gptfdisk/Config.in.host"
|
|
source "package/imx-mkimage/Config.in.host"
|
|
source "package/imx-usb-loader/Config.in.host"
|
|
source "package/jq/Config.in.host"
|
|
source "package/jsmin/Config.in.host"
|
|
source "package/lpc3250loader/Config.in.host"
|
|
source "package/lttng-babeltrace/Config.in.host"
|
|
source "package/mender-artifact/Config.in.host"
|
|
source "package/mfgtools/Config.in.host"
|
|
source "package/mkpasswd/Config.in.host"
|
|
source "package/mtd/Config.in.host"
|
|
source "package/mtools/Config.in.host"
|
|
source "package/mxsldr/Config.in.host"
|
|
source "package/omap-u-boot-utils/Config.in.host"
|
|
source "package/openocd/Config.in.host"
|
|
source "package/opkg-utils/Config.in.host"
|
|
source "package/parted/Config.in.host"
|
|
source "package/patchelf/Config.in.host"
|
|
source "package/pkgconf/Config.in.host"
|
|
source "package/pru-software-support/Config.in.host"
|
|
source "package/pwgen/Config.in.host"
|
|
source "package/python-cython/Config.in.host"
|
|
source "package/python-lxml/Config.in.host"
|
|
source "package/python-six/Config.in.host"
|
|
source "package/python-xlrd/Config.in.host"
|
|
source "package/qemu/Config.in.host"
|
|
source "package/raspberrypi-usbboot/Config.in.host"
|
|
source "package/rauc/Config.in.host"
|
|
source "package/rcw/Config.in.host"
|
|
source "package/rustc/Config.in.host"
|
|
source "package/s6-rc/Config.in.host"
|
|
source "package/sam-ba/Config.in.host"
|
|
source "package/squashfs/Config.in.host"
|
|
source "package/sunxi-tools/Config.in.host"
|
|
source "package/swig/Config.in.host"
|
|
source "package/tegrarcm/Config.in.host"
|
|
source "package/ti-cgt-pru/Config.in.host"
|
|
source "package/uboot-tools/Config.in.host"
|
|
source "package/util-linux/Config.in.host"
|
|
source "package/utp_com/Config.in.host"
|
|
source "package/vboot-utils/Config.in.host"
|
|
source "package/xorriso/Config.in.host"
|
|
source "package/zip/Config.in.host"
|
|
source "package/zstd/Config.in.host"
|
|
|
|
endmenu
|