From: Ross Burton Date: Wed, 9 Nov 2022 19:31:25 +0000 (+0000) Subject: oeqa/selftest/imagefeatures: remove hardcoded MACHINE in test_image_gen_debugfs X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~2540 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b5a7ebe9627b28b207ccccba4f26c6d4a937d6a8;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 --- 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)