]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
oeqa/imagefeatures: Replace lzo with zst
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 28 May 2022 17:45:15 +0000 (18:45 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 29 May 2022 22:57:58 +0000 (23:57 +0100)
We may remove lzo so switch the test case to zstd.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/selftest/cases/imagefeatures.py

index 6d010b3e3a7e7464cc99677b471d24964ba2e633..a83fb2c57b0d92fcb9b020bf0f253df2403dd3f2 100644 (file)
@@ -164,14 +164,14 @@ class ImageFeatures(OESelftestTestCase):
         """
         Summary:     Check for chaining many CONVERSION_CMDs together
         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
                      2. The above image has a valid sha256sum
         Product:     oe-core
         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)
         self.write_config(features)