diff mbox series

[yocto-autobuilder-helper,kirkstone] config.json: Set SDKMACHINE to aarch64 for oe-selftest-armhost

Message ID c75330ec1df13016457eefa7af9eefb623ee3bbd.1661522326.git.steve@sakoman.com
State New
Headers show
Series [yocto-autobuilder-helper,kirkstone] config.json: Set SDKMACHINE to aarch64 for oe-selftest-armhost | expand

Commit Message

Steve Sakoman Aug. 26, 2022, 2 p.m. UTC
From: Ross Burton <ross.burton@arm.com>

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>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 65281a56452cf2bc547c60c0b2131422ab48a3d2)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
---
 config.json | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/config.json b/config.json
index 101ddff..298caf6 100644
--- a/config.json
+++ b/config.json
@@ -836,6 +836,7 @@ 
             "TEMPLATE" : "selftest"
         },
         "oe-selftest-armhost" : {
+            "SDKMACHINE": "aarch64",
             "TEMPLATE" : "selftest"
         },
         "reproducible" : {