Skip to content
Snippets Groups Projects
Verified Commit d9e2dfb1 authored by Davide Gardenal's avatar Davide Gardenal
Browse files

oniro-image-extra-dev: bump rootfs size


When building oniro-image-extra-dev the task do_image_wic returns an error
because the size of "/" is over the fixed size. This solves the issue.

Signed-off-by: Davide Gardenal's avatarDavide Gardenal <davide.gardenal@huawei.com>
parent 5f2122e5
No related branches found
No related tags found
1 merge request!130oniro-image-dev: bump rootfs size to build -dev images
......@@ -14,4 +14,4 @@ IMAGE_INSTALL:append = "\
EXTRA_IMAGE_FEATURES += "dev-pkgs dbg-pkgs src-pkgs tools-sdk tools-debug tools-profile"
# With the EXTRA_IMAGE_FEATURES we need to bump the default size of the rootfs
ROOT_PARTITION_SIZE = "2G"
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