From f87390e861863d65143115f7f7ce7aed78de876a Mon Sep 17 00:00:00 2001 From: Davide Gardenal <davide.gardenal@huawei.com> Date: Mon, 6 Jun 2022 16:38:38 +0200 Subject: [PATCH] oniro-image-extra-dev: bump rootfs size Signed-off-by: Davide Gardenal <davide.gardenal@huawei.com> --- meta-oniro-core/recipes-core/images/oniro-image-extra-dev.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oniro-core/recipes-core/images/oniro-image-extra-dev.bb b/meta-oniro-core/recipes-core/images/oniro-image-extra-dev.bb index 6faafb43..7510dfd2 100644 --- a/meta-oniro-core/recipes-core/images/oniro-image-extra-dev.bb +++ b/meta-oniro-core/recipes-core/images/oniro-image-extra-dev.bb @@ -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" -- GitLab