]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
oeqa/selftest/cases: add basic barebox tests
authorEnrico Jorns <ejo@pengutronix.de>
Fri, 11 Oct 2024 12:01:17 +0000 (14:01 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 11 Oct 2024 12:04:22 +0000 (13:04 +0100)
commit9284ceb4d32a51c77792d9009bba400d0b17d731
tree6e2342830270998007b3734f47f44e394b7b586f
parentcadbd937e6358f9811f3ba7cf20cc50f8edcd844
oeqa/selftest/cases: add basic barebox tests

This adds basic tests for qemuarm and qemuarm64.

So far, barebox fails to run properly under KVM for the same reasons
u-boot fails to run.

A patch series to address the problem was submitted by Ahmad Fatoum
after debugging the oe-selftest failures for this series:

https://lore.kernel.org/barebox/20241009060511.4121157-1-a.fatoum@pengutronix.de/

For now, simply disable KVM for these tests.

Signed-off-by: Enrico Jorns <ejo@pengutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/selftest/cases/barebox.py [new file with mode: 0644]