From b5a7ebe9627b28b207ccccba4f26c6d4a937d6a8 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Wed, 9 Nov 2022 19:31:25 +0000 Subject: [PATCH] oeqa/selftest/imagefeatures: remove hardcoded MACHINE in test_image_gen_debugfs There's no need for this to be built for genericx86-64, we want to test the current MACHINE. Signed-off-by: Ross Burton Signed-off-by: Alexandre Belloni --- meta/lib/oeqa/selftest/cases/imagefeatures.py | 1 - 1 file changed, 1 deletion(-) diff --git a/meta/lib/oeqa/selftest/cases/imagefeatures.py b/meta/lib/oeqa/selftest/cases/imagefeatures.py index d3fd52851c0..f259ebb8041 100644 --- a/meta/lib/oeqa/selftest/cases/imagefeatures.py +++ b/meta/lib/oeqa/selftest/cases/imagefeatures.py @@ -271,7 +271,6 @@ SKIP_RECIPE[busybox] = "Don't build this" image_name = 'core-image-minimal' features = 'IMAGE_GEN_DEBUGFS = "1"\n' features += 'IMAGE_FSTYPES_DEBUGFS = "tar.bz2"\n' - features += 'MACHINE = "genericx86-64"\n' self.write_config(features) bitbake(image_name) -- 2.47.3