From 6bce7625d9426e6438bbb0c42cba7d64001e2f13 Mon Sep 17 00:00:00 2001 From: Andrei Gherzan <andrei.gherzan@huawei.com> Date: Wed, 26 Jan 2022 12:54:54 +0100 Subject: [PATCH] oniro-image-extra-dev: Bump rootfs size to accomodate kirkstone/master Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com> --- meta-oniro-core/recipes-core/images/oniro-image-extra-dev.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 8133eb79..6faafb43 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 @@ -13,5 +13,5 @@ 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 size of the rootfs slightly -ROOT_PARTITION_SIZE = "1300M" +# With the EXTRA_IMAGE_FEATURES we need to bump the default size of the rootfs +ROOT_PARTITION_SIZE = "2G" -- GitLab