]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
oeqa/selftest/bblock/fitimage: Fix changing MACHINE during the test
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 3 Oct 2025 15:15:07 +0000 (16:15 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 4 Oct 2025 10:14:10 +0000 (11:14 +0100)
commited24b94e9a5dd396bcfe3b416309dda9e1e5a05b
tree574a83c2a51d96116237ee8f5c6a969c7978c891
parent42fa323a63fd85fe8cf8b9ab9f4045a21a472197
oeqa/selftest/bblock/fitimage: Fix changing MACHINE during the test

With config fragments, changing MACHINE in the test like this no
longer works. Use the forcevarable override to allow it to work.
This also needs a tweak to bitbake to work correctly, sent
seperately. Whilst ugly, this avoids the need to start changing
config fragments.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/selftest/cases/bblock.py
meta/lib/oeqa/selftest/cases/fitimage.py