From b6912ac84676c97a34edf270af95e96132c52749 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stevan=20Radakovi=C4=87?= <stevan.radakovic@linaro.org> Date: Tue, 22 Jun 2021 14:39:23 +0200 Subject: [PATCH] ohos-image.bbclass: Add bz2 compression for qemu targets MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We need compressed rootfs images for faster download from LAVA side. Signed-off-by: Stevan Radaković <stevan.radakovic@linaro.org> --- meta-ohos-core/classes/ohos-image.bbclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-ohos-core/classes/ohos-image.bbclass b/meta-ohos-core/classes/ohos-image.bbclass index 77f5fa79..82575254 100644 --- a/meta-ohos-core/classes/ohos-image.bbclass +++ b/meta-ohos-core/classes/ohos-image.bbclass @@ -67,9 +67,9 @@ WIC_ROOTA_PARTITION_EXTRA_ARGS_stm32mp1-av96 ?= "--uuid e91c4e10-16e6-4c0e-bd0e- # We avoid any other fstypes (for qemu) by default as the OS depends on a # specific partition table provided through the wic configuration. -IMAGE_FSTYPES_qemux86 ?= "wic" +IMAGE_FSTYPES_qemux86 ?= "wic wic.bz2" WKS_FILE_qemux86 ?= "x-qemux86-directdisk.wks.in" -IMAGE_FSTYPES_qemux86-64 ?= "wic" +IMAGE_FSTYPES_qemux86-64 ?= "wic wic.bz2" WKS_FILE_qemux86-64 ?= "x-qemux86-directdisk.wks.in" WKS_FILE_seco-imx8mm-c61 ?= "x-imx-uboot-bootpart.wks.in" -- GitLab