From: Ross Burton Date: Thu, 29 May 2025 12:42:18 +0000 (+0100) Subject: core-image-ptest: increase the size of the util-linux image X-Git-Tag: uninative-4.8~303 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38d87f71a2147d12269ce5cf12e54aed488ff509;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git core-image-ptest: increase the size of the util-linux image The util-linux test suite since 2.41 needs at least 300MB of free space for logs, and the standard image only has 250MB when it's booted. Signed-off-by: Ross Burton Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/images/core-image-ptest.bb b/meta/recipes-core/images/core-image-ptest.bb index 73270d10676..017f05f81b7 100644 --- a/meta/recipes-core/images/core-image-ptest.bb +++ b/meta/recipes-core/images/core-image-ptest.bb @@ -23,6 +23,7 @@ IMAGE_ROOTFS_EXTRA_SPACE = "324288" IMAGE_ROOTFS_EXTRA_SPACE:virtclass-mcextend-mdadm = "1524288" IMAGE_ROOTFS_EXTRA_SPACE:virtclass-mcextend-strace = "1524288" IMAGE_ROOTFS_EXTRA_SPACE:virtclass-mcextend-lttng-tools = "1524288" +IMAGE_ROOTFS_EXTRA_SPACE:virtclass-mcextend-util-linux = "1524288" # tar-ptest in particular needs more space IMAGE_ROOTFS_EXTRA_SPACE:virtclass-mcextend-tar = "1524288"