Fix mic_cr_loop_pack-to-zip_riscv64 case fail.
authorwanchao-xu <wanchao.xu@samsung.com>
Mon, 5 Feb 2024 06:06:31 +0000 (14:06 +0800)
committerwanchao-xu <wanchao.xu@samsung.com>
Tue, 6 Feb 2024 07:15:30 +0000 (15:15 +0800)
  * Mic failed to do chroot for riscv64 image, because no enough spcae to copy the qemu emulator into the riscv64 image disk.

Change-Id: I72df9d0853df9b39a791d1a8556ba1c0918c7882
Signed-off-by: wanchao-xu <wanchao.xu@samsung.com>
fixtures/ks_files/handset_blackbay_riscv64.ks

index d4aef560c1f0e40a940dac7d93fdc25a55d3e6b9..70d3a5cec70e7ebca5dd02ba4d1361f4c1197027 100755 (executable)
@@ -4,7 +4,7 @@ lang en_US.UTF-8
 keyboard us
 timezone --utc America/Los_Angeles
 
-part / --size 848 --ondisk sda --fstype=ext3 --label platform
+part / --size 848 --ondisk sda --fstype=ext4 --label platform
 
 rootpw tizen
 bootloader  --timeout=0  --append="rootdelay=5 security=none"