mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
oeqa/imagefeatures: Replace lzo with zst
We may remove lzo so switch the test case to zstd. (From OE-Core rev: f749a8b462b915713912342444f981125938a990) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -164,14 +164,14 @@ class ImageFeatures(OESelftestTestCase):
|
|||||||
"""
|
"""
|
||||||
Summary: Check for chaining many CONVERSION_CMDs together
|
Summary: Check for chaining many CONVERSION_CMDs together
|
||||||
Expected: 1. core-image-minimal can be built with
|
Expected: 1. core-image-minimal can be built with
|
||||||
ext4.bmap.gz.bz2.lzo.xz.u-boot and also create a
|
ext4.bmap.gz.bz2.zst.xz.u-boot and also create a
|
||||||
sha256sum
|
sha256sum
|
||||||
2. The above image has a valid sha256sum
|
2. The above image has a valid sha256sum
|
||||||
Product: oe-core
|
Product: oe-core
|
||||||
Author: Tom Rini <trini@konsulko.com>
|
Author: Tom Rini <trini@konsulko.com>
|
||||||
"""
|
"""
|
||||||
|
|
||||||
conv = "ext4.bmap.gz.bz2.lzo.xz.u-boot"
|
conv = "ext4.bmap.gz.bz2.zst.xz.u-boot"
|
||||||
features = 'IMAGE_FSTYPES += "%s %s.sha256sum"' % (conv, conv)
|
features = 'IMAGE_FSTYPES += "%s %s.sha256sum"' % (conv, conv)
|
||||||
self.write_config(features)
|
self.write_config(features)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user