Skip to content
Snippets Groups Projects
Commit 7a5149bc authored by Chase Qi's avatar Chase Qi
Browse files

oniro-image-base-tests: bump rootfs size to 2500M


Building the base test image with debug mode enabled returns the below
error.

```
ERROR: File system image of partition / is larger (2269180 kB) than its
allowed size 2097152 kB.
```

Increasing rootfs size to 2500M solves the issue.

Signed-off-by: default avatarChase Qi <chase.qi@linaro.org>
parent 3ddebb37
No related branches found
No related tags found
1 merge request!181.oniro-ci: enable wic image debug mode for LAVA testing
......@@ -19,3 +19,5 @@ EXTRA_IMAGE_FEATURES:append = " ptest-pkgs"
# For testing purposes, we want to have an extra ext4 format for the root
# filesystem.
IMAGE_FSTYPES:append = " ext4"
ROOT_PARTITION_SIZE = "2500M"
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