meta-oe-ptest-image-poco: Increase size tp 1G

image size is >500M leaves no free space

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj
2023-09-17 22:54:08 -07:00
parent de2f8bc53d
commit 803e679cf2

View File

@@ -23,6 +23,7 @@ IMAGE_OVERHEAD_FACTOR = "1.0"
IMAGE_ROOTFS_EXTRA_SPACE = "324288"
# If a particular ptest needs more space, it can be customized:
#IMAGE_ROOTFS_EXTRA_SPACE:virtclass-mcextend-<pn> = "1024288"
IMAGE_ROOTFS_EXTRA_SPACE:virtclass-mcextend-poco = "1024288"
# ptests need more memory than standard to avoid the OOM killer
QB_MEM = "-m 1024"