From 803e679cf211b4cdc018293ebea64fdbd1e7ed02 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 17 Sep 2023 22:54:08 -0700 Subject: [PATCH] meta-oe-ptest-image-poco: Increase size tp 1G image size is >500M leaves no free space Signed-off-by: Khem Raj --- meta-oe/recipes-core/images/meta-oe-ptest-image.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/recipes-core/images/meta-oe-ptest-image.bb b/meta-oe/recipes-core/images/meta-oe-ptest-image.bb index 951d91f821..613da02977 100644 --- a/meta-oe/recipes-core/images/meta-oe-ptest-image.bb +++ b/meta-oe/recipes-core/images/meta-oe-ptest-image.bb @@ -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- = "1024288" +IMAGE_ROOTFS_EXTRA_SPACE:virtclass-mcextend-poco = "1024288" # ptests need more memory than standard to avoid the OOM killer QB_MEM = "-m 1024"