mirror of
https://github.com/lingble/meta-tegra.git
synced 2025-10-29 11:32:30 +00:00
Support zstd compressed tegraflash images
zstd is a lot faster when compressing and decompressing, which helps with iteration speed. Use the CONVERSIONTYPES machinery builtin rather than re-implementing it ourselves here. Signed-off-by: Austin Schuh <austin.linux@gmail.com> Signed-off-by: Matt Madison <matt@madison.systems>
This commit is contained in:
committed by
Matt Madison
parent
206ec910d5
commit
0c07ff6ac8
@@ -67,7 +67,7 @@ IMAGE_ROOTFS_ALIGNMENT ?= "4"
|
||||
TEGRA_BLBLOCKSIZE ?= "${@int(d.getVar('IMAGE_ROOTFS_ALIGNMENT')) * 1024}"
|
||||
EXTRA_IMAGECMD:ext4 ?= "-i 4096 -b 4096"
|
||||
IMAGE_CLASSES += "image_types_tegra"
|
||||
IMAGE_FSTYPES += "tegraflash"
|
||||
IMAGE_FSTYPES += "tegraflash.tar.zst"
|
||||
|
||||
INITRAMFS_IMAGE ?= "tegra-minimal-initramfs"
|
||||
INITRAMFS_IMAGE_BUNDLE ?= "0"
|
||||
|
||||
Reference in New Issue
Block a user