diff options
author | Ross Burton <ross.burton@arm.com> | 2025-05-29 13:42:18 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-06-02 22:17:24 +0100 |
commit | ee6d8de39bcd8d0621888b01a7f9d269508a641e (patch) | |
tree | e40161c4d43c9ce0b83c5869cd20b7f25b27c8b7 | |
parent | b49d5e40c90e318199c91bfa35622153232c4a1d (diff) | |
download | poky-ee6d8de39bcd8d0621888b01a7f9d269508a641e.tar.gz |
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.
(From OE-Core rev: 38d87f71a2147d12269ce5cf12e54aed488ff509)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-core/images/core-image-ptest.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/images/core-image-ptest.bb b/meta/recipes-core/images/core-image-ptest.bb index 73270d1067..017f05f81b 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" | |||
23 | IMAGE_ROOTFS_EXTRA_SPACE:virtclass-mcextend-mdadm = "1524288" | 23 | IMAGE_ROOTFS_EXTRA_SPACE:virtclass-mcextend-mdadm = "1524288" |
24 | IMAGE_ROOTFS_EXTRA_SPACE:virtclass-mcextend-strace = "1524288" | 24 | IMAGE_ROOTFS_EXTRA_SPACE:virtclass-mcextend-strace = "1524288" |
25 | IMAGE_ROOTFS_EXTRA_SPACE:virtclass-mcextend-lttng-tools = "1524288" | 25 | IMAGE_ROOTFS_EXTRA_SPACE:virtclass-mcextend-lttng-tools = "1524288" |
26 | IMAGE_ROOTFS_EXTRA_SPACE:virtclass-mcextend-util-linux = "1524288" | ||
26 | 27 | ||
27 | # tar-ptest in particular needs more space | 28 | # tar-ptest in particular needs more space |
28 | IMAGE_ROOTFS_EXTRA_SPACE:virtclass-mcextend-tar = "1524288" | 29 | IMAGE_ROOTFS_EXTRA_SPACE:virtclass-mcextend-tar = "1524288" |