]> code.ossystems Code Review - openembedded-core.git/commit
package_rpm: use zstd instead of xz
authorAlexander Kanavin <alex.kanavin@gmail.com>
Mon, 4 Oct 2021 09:22:48 +0000 (11:22 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 11 Oct 2021 17:31:04 +0000 (18:31 +0100)
commite72c0b94554a9bc293844ec2bddb0c04ea19791d
treeee74cb4c134722179c3ccf093f651642735b2da8
parent0d9ca78951cfe98bfaaf426572c42dbbb6169cd6
package_rpm: use zstd instead of xz

zstd has similar time and space performance in compression but is
vastly faster in decompression, which benefits rootfs creation
(especially when installing very large packages) and on-target
package installation.

Also, ensure ZSTD_THREADS doesn't change sstate checksums. The
detailed explanation is in the commit making similar change for
XZ_THREADS.

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
meta/classes/package_rpm.bbclass
meta/conf/bitbake.conf