Skip to content
Snippets Groups Projects
Commit b6912ac8 authored by Stevan Radaković's avatar Stevan Radaković
Browse files

ohos-image.bbclass: Add bz2 compression for qemu targets


We need compressed rootfs images for faster download from LAVA side.

Signed-off-by: default avatarStevan Radaković <stevan.radakovic@linaro.org>
parent 9f92f14b
No related branches found
No related tags found
No related merge requests found
...@@ -67,9 +67,9 @@ WIC_ROOTA_PARTITION_EXTRA_ARGS_stm32mp1-av96 ?= "--uuid e91c4e10-16e6-4c0e-bd0e- ...@@ -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 # We avoid any other fstypes (for qemu) by default as the OS depends on a
# specific partition table provided through the wic configuration. # 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" 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_qemux86-64 ?= "x-qemux86-directdisk.wks.in"
WKS_FILE_seco-imx8mm-c61 ?= "x-imx-uboot-bootpart.wks.in" WKS_FILE_seco-imx8mm-c61 ?= "x-imx-uboot-bootpart.wks.in"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment