Although bitbake.conf sets the default SDKMACHINE to the build
architecture, config.json resets that to i686.
As oe-selftest assumes that the SDKs it builds are usable on the host
machine, we should set SDKMACHINE=3Daarch64 in the oe-selftest-armhost
build.
A follow-up more invasive patch to clean up the SDKMACHINE assignments
is in progress, once it has been verified to not cause regressions.
Signed-off-by: Ross Burton <ross.burton@...>
---
config.json | 1 +
1 file changed, 1 insertion(+)
diff --git a/config.json b/config.json
index 15adeb3..ce76056 100644
--- a/config.json
+++ b/config.json
@@ -881,6 +881,7 @@
"TEMPLATE" : "selftest"
},
"oe-selftest-armhost" : {
+ "SDKMACHINE": "aarch64",
"TEMPLATE" : "selftest"
},
"reproducible" : {
--=20
2.34.1