diff options
author | Ross Burton <ross.burton@arm.com> | 2022-11-09 19:31:25 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-11-11 13:43:40 +0000 |
commit | d72b13cef14fac5dbfff13df33ba2b9041d3a3bd (patch) | |
tree | 30f9357b6b931b041ed0b57403fbb05dc947dce5 /meta/lib | |
parent | ba9d3e732a1499ad985f2f5a70fe0f76580f580a (diff) | |
download | poky-d72b13cef14fac5dbfff13df33ba2b9041d3a3bd.tar.gz |
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.
(From OE-Core rev: b5a7ebe9627b28b207ccccba4f26c6d4a937d6a8)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib')
-rw-r--r-- | meta/lib/oeqa/selftest/cases/imagefeatures.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/lib/oeqa/selftest/cases/imagefeatures.py b/meta/lib/oeqa/selftest/cases/imagefeatures.py index d3fd52851c..f259ebb804 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" | |||
271 | image_name = 'core-image-minimal' | 271 | image_name = 'core-image-minimal' |
272 | features = 'IMAGE_GEN_DEBUGFS = "1"\n' | 272 | features = 'IMAGE_GEN_DEBUGFS = "1"\n' |
273 | features += 'IMAGE_FSTYPES_DEBUGFS = "tar.bz2"\n' | 273 | features += 'IMAGE_FSTYPES_DEBUGFS = "tar.bz2"\n' |
274 | features += 'MACHINE = "genericx86-64"\n' | ||
275 | self.write_config(features) | 274 | self.write_config(features) |
276 | 275 | ||
277 | bitbake(image_name) | 276 | bitbake(image_name) |