From fe84957439fe87f3d90e72c7ca1cf1699aab83fc Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Wed, 12 Feb 2020 11:55:52 +0200 Subject: Change meta-boot2qt platform configs to Module only This is a workaround for Coin issues where it combines both Legacy instruction platforms from default.yaml and module_config.yaml platforms from meta-boot2qt.yaml. Task-number: COIN-508 Change-Id: I970400cd7d326788ec274c38789d61b4a524989b Reviewed-by: Toni Saario Reviewed-by: Aapo Keskimolo --- coin/platform_configs/meta-boot2qt.yaml | 83 +++++++++++++++++---------------- 1 file changed, 43 insertions(+), 40 deletions(-) diff --git a/coin/platform_configs/meta-boot2qt.yaml b/coin/platform_configs/meta-boot2qt.yaml index 95cc79c4..e1446696 100644 --- a/coin/platform_configs/meta-boot2qt.yaml +++ b/coin/platform_configs/meta-boot2qt.yaml @@ -1,40 +1,43 @@ -- - Template: 'qtci-linux-Ubuntu-18.04-x86_64' - Compiler: 'Yocto' - Target arch: 'TARGET1' -- - Template: 'qtci-linux-Ubuntu-18.04-x86_64' - Compiler: 'Yocto' - Target arch: 'TARGET2' -- - Template: 'qtci-linux-Ubuntu-18.04-x86_64' - Compiler: 'Yocto' - Target arch: 'TARGET3' -- - Template: 'qtci-linux-Ubuntu-18.04-x86_64' - Compiler: 'Yocto' - Target arch: 'TARGET4' -- - Template: 'qtci-linux-Ubuntu-18.04-x86_64' - Compiler: 'Yocto' - Target arch: 'TARGET5' -- - Template: 'qtci-linux-Ubuntu-18.04-x86_64' - Compiler: 'Yocto' - Target arch: 'TARGET6' -- - Template: 'qtci-linux-Ubuntu-18.04-x86_64' - Compiler: 'Yocto' - Target arch: 'TARGET7' -- - Template: 'qtci-linux-Ubuntu-18.04-x86_64' - Compiler: 'Yocto' - Target arch: 'TARGET8' -- - Template: 'qtci-linux-Ubuntu-18.04-x86_64' - Compiler: 'Yocto' - Target arch: 'TARGET9' -- - Template: 'qtci-linux-Ubuntu-18.04-x86_64' - Compiler: 'Yocto' - Target arch: 'TARGET10' +Version: 2 +Module only: True +Configurations: + - + Template: 'qtci-linux-Ubuntu-18.04-x86_64' + Compiler: 'Yocto' + Target arch: 'TARGET1' + - + Template: 'qtci-linux-Ubuntu-18.04-x86_64' + Compiler: 'Yocto' + Target arch: 'TARGET2' + - + Template: 'qtci-linux-Ubuntu-18.04-x86_64' + Compiler: 'Yocto' + Target arch: 'TARGET3' + - + Template: 'qtci-linux-Ubuntu-18.04-x86_64' + Compiler: 'Yocto' + Target arch: 'TARGET4' + - + Template: 'qtci-linux-Ubuntu-18.04-x86_64' + Compiler: 'Yocto' + Target arch: 'TARGET5' + - + Template: 'qtci-linux-Ubuntu-18.04-x86_64' + Compiler: 'Yocto' + Target arch: 'TARGET6' + - + Template: 'qtci-linux-Ubuntu-18.04-x86_64' + Compiler: 'Yocto' + Target arch: 'TARGET7' + - + Template: 'qtci-linux-Ubuntu-18.04-x86_64' + Compiler: 'Yocto' + Target arch: 'TARGET8' + - + Template: 'qtci-linux-Ubuntu-18.04-x86_64' + Compiler: 'Yocto' + Target arch: 'TARGET9' + - + Template: 'qtci-linux-Ubuntu-18.04-x86_64' + Compiler: 'Yocto' + Target arch: 'TARGET10' -- cgit v1.2.3