diff mbox series

[yocto-autobuilder-helper] config.json: Match the machine spec to task for rv32 qemu jobs

Message ID 20231128183809.1480960-1-raj.khem@gmail.com
State New
Headers show
Series [yocto-autobuilder-helper] config.json: Match the machine spec to task for rv32 qemu jobs | expand

Commit Message

Khem Raj Nov. 28, 2023, 6:38 p.m. UTC
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 config.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/config.json b/config.json
index e95a292..c4b31e3 100644
--- a/config.json
+++ b/config.json
@@ -589,7 +589,7 @@ 
             "TEMPLATE" : "ltp-qemu"
         },
         "qemuriscv32" : {
-            "MACHINE" : "qemuriscv64",
+            "MACHINE" : "qemuriscv32",
             "TEMPLATE" : "arch-qemu"
         },
         "qemuriscv64" : {
@@ -597,7 +597,7 @@ 
             "TEMPLATE" : "arch-qemu"
         },
         "qemuriscv32-tc" : {
-            "MACHINE" : "qemuriscv64",
+            "MACHINE" : "qemuriscv32",
             "TEMPLATE" : "toolchain-qemu"
         },
         "qemuriscv64-tc" : {