From 8b7c12591a32336439625bb13c52fc8344c4280c Mon Sep 17 00:00:00 2001 From: Liang Qi Date: Fri, 26 Sep 2025 17:56:44 +0200 Subject: [PATCH] platform_configs: rename qtbase-new-compiler-testing to follow the syntax like others. Pick-to: 6.10 6.8 Change-Id: I64ce1b62d6a1caace624acd36c17be02005156c5 Reviewed-by: Tero Heikkinen --- coin/platform_configs/qtbase.yaml | 2 +- ...w-compiler-testing.yaml => qtbase_new_compiler_testing.yaml} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename coin/platform_configs/{qtbase-new-compiler-testing.yaml => qtbase_new_compiler_testing.yaml} (100%) diff --git a/coin/platform_configs/qtbase.yaml b/coin/platform_configs/qtbase.yaml index eb4a448d..07dcf570 100644 --- a/coin/platform_configs/qtbase.yaml +++ b/coin/platform_configs/qtbase.yaml @@ -10,7 +10,7 @@ Include: [ cmake_platforms_qemu_vxworks_buildtest_static.yaml, cmake_platforms_qemu_vxworks_tests_static.yaml, qtlite.yaml, - qtbase-new-compiler-testing.yaml, + qtbase_new_compiler_testing.yaml, quick-minimal.yaml, quick-bridges.yaml ] diff --git a/coin/platform_configs/qtbase-new-compiler-testing.yaml b/coin/platform_configs/qtbase_new_compiler_testing.yaml similarity index 100% rename from coin/platform_configs/qtbase-new-compiler-testing.yaml rename to coin/platform_configs/qtbase_new_compiler_testing.yaml