From afefff76b20bc60d9e7f05a2aa6ee3bd5b141677 Mon Sep 17 00:00:00 2001 From: Toni Saario Date: Thu, 17 Oct 2024 12:25:49 +0300 Subject: [PATCH] Coin: fix VxWorks target arch on intel MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Wrong emulator is started because of this and none of tests run. Change-Id: I47fee8d69feadccfdd8b5c27e7ff63df550352fa Reviewed-by: Simo Fält --- .../cmake_platforms_qemu_vxworks_tests_static.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coin/platform_configs/cmake_platforms_qemu_vxworks_tests_static.yaml b/coin/platform_configs/cmake_platforms_qemu_vxworks_tests_static.yaml index f2fa09ec..278196f0 100644 --- a/coin/platform_configs/cmake_platforms_qemu_vxworks_tests_static.yaml +++ b/coin/platform_configs/cmake_platforms_qemu_vxworks_tests_static.yaml @@ -19,7 +19,7 @@ Configurations: Id: 'vxworks-x86_64-tests' Template: 'qtci-linux-Ubuntu-22.04-x86_64-51' Target os: 'VxWorks' - Target arch: 'ARMv7' + Target arch: 'X86_64' Compiler: 'Clang' Target compiler: 'Clang' Platform dependency: 'vxworks-x86_64-buildtest'