mirror of
https://git.yoctoproject.org/poky
synced 2026-02-15 21:23:04 +01:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
ba9d3e732a
commit
d72b13cef1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user