mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 12:59:02 +02:00
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>
This commit is contained in:
parent
b49d5e40c9
commit
ee6d8de39b
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user