Message ID | 20220712104551.3859618-1-ross.burton@arm.com |
---|---|
State | New |
Headers | show |
Series | [yocto-autobuilder-helper] config.json: Set SDKMACHINE to aarch64 for oe-selftest-armhost | expand |
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" : {
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=aarch64 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@arm.com> --- config.json | 1 + 1 file changed, 1 insertion(+)