From 1b45df8f9599ed1f0d4b71e741e0571cd841b21b Mon Sep 17 00:00:00 2001 From: Peter Marko Date: Fri, 5 Sep 2025 00:11:30 +0200 Subject: [PATCH] meta-oe-image-ptest: fix small typo memroy -> memory Signed-off-by: Peter Marko Signed-off-by: Khem Raj --- meta-oe/recipes-core/images/meta-oe-image-ptest.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-core/images/meta-oe-image-ptest.bb b/meta-oe/recipes-core/images/meta-oe-image-ptest.bb index b32df0e221..6361562de4 100644 --- a/meta-oe/recipes-core/images/meta-oe-image-ptest.bb +++ b/meta-oe/recipes-core/images/meta-oe-image-ptest.bb @@ -26,7 +26,7 @@ IMAGE_ROOTFS_EXTRA_SPACE:virtclass-mcextend-poco = "1024288" # ptests need more memory than standard to avoid the OOM killer QB_MEM = "-m 1024" -# If a particular ptest needs more memroy, it can be customized: +# If a particular ptest needs more memory, it can be customized: #QB_MEM:virtclass-mcextend- = "-m 4096" TEST_SUITES = "ping ssh parselogs ptest"