diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-08-01 11:55:13 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-08-06 22:32:42 +0100 |
commit | 45f3bdce4423387acf0e8e303f40a59294943370 (patch) | |
tree | 0c9e0c77ea350d139cc9f85a9b0080b5dd86907a /meta-selftest | |
parent | b5f38c5ce3d16d79076cd5e0f43337bbc9be9d99 (diff) | |
download | poky-45f3bdce4423387acf0e8e303f40a59294943370.tar.gz |
bitbake/conf: Default to zstd compressed image output
Switch our default qemu images to use .zst compressed images by default
since this is the output format we release during the release process
and is the one that users would prefer to download. This makes the release
process use the actual generated output from the system and avoids post
processing.
(From OE-Core rev: aa5f60d1fcb716a2b2174dffcaf35442bff1f1fb)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-selftest')
-rw-r--r-- | meta-selftest/recipes-test/multiconfig/multiconfig-image-packager_0.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-selftest/recipes-test/multiconfig/multiconfig-image-packager_0.1.bb b/meta-selftest/recipes-test/multiconfig/multiconfig-image-packager_0.1.bb index d7785cee2e..f6cf0a47c8 100644 --- a/meta-selftest/recipes-test/multiconfig/multiconfig-image-packager_0.1.bb +++ b/meta-selftest/recipes-test/multiconfig/multiconfig-image-packager_0.1.bb | |||
@@ -3,7 +3,7 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384 | |||
3 | 3 | ||
4 | MCMACHINE:virtclass-mcextend-musl = "qemux86-64" | 4 | MCMACHINE:virtclass-mcextend-musl = "qemux86-64" |
5 | MCMACHINE:virtclass-mcextend-tiny = "qemux86" | 5 | MCMACHINE:virtclass-mcextend-tiny = "qemux86" |
6 | MCIMGTYPE:virtclass-mcextend-musl = "ext4" | 6 | MCIMGTYPE:virtclass-mcextend-musl = "ext4.zst" |
7 | MCIMGTYPE:virtclass-mcextend-tiny = "cpio.gz" | 7 | MCIMGTYPE:virtclass-mcextend-tiny = "cpio.gz" |
8 | 8 | ||
9 | MC_DEPLOY_DIR_IMAGE = "${TOPDIR}/tmp-mc-${MCNAME}/deploy/images/${MCMACHINE}" | 9 | MC_DEPLOY_DIR_IMAGE = "${TOPDIR}/tmp-mc-${MCNAME}/deploy/images/${MCMACHINE}" |