From 1974c1f2769e92d3ae74c45ac2844ce4e236d40b Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Mon, 27 Oct 2025 10:02:59 +0200 Subject: [PATCH] platform_configs: Add Packaging feature for yocto builds Needed to export release content from the yocto builds. Task-number: QTBUG-136634 Change-Id: I854b5b67d66aebc2b146e357785c987db47db362 Reviewed-by: Ari Parkkila Reviewed-by: Mikko Gronoff --- coin/platform_configs/yocto.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/coin/platform_configs/yocto.yaml b/coin/platform_configs/yocto.yaml index 1cddb0a1..35f3bf70 100644 --- a/coin/platform_configs/yocto.yaml +++ b/coin/platform_configs/yocto.yaml @@ -4,42 +4,52 @@ Configurations: - Template: 'qtci-linux-Ubuntu-24.04-x86_64-51' Compiler: 'Yocto' + Features: ['Packaging'] Target arch: 'TARGET1' - Template: 'qtci-linux-Ubuntu-24.04-x86_64-51' Compiler: 'Yocto' + Features: ['Packaging'] Target arch: 'TARGET2' - Template: 'qtci-linux-Ubuntu-24.04-x86_64-51' Compiler: 'Yocto' + Features: ['Packaging'] Target arch: 'TARGET3' - Template: 'qtci-linux-Ubuntu-24.04-x86_64-51' Compiler: 'Yocto' + Features: ['Packaging'] Target arch: 'TARGET4' - Template: 'qtci-linux-Ubuntu-24.04-x86_64-51' Compiler: 'Yocto' + Features: ['Packaging'] Target arch: 'TARGET5' - Template: 'qtci-linux-Ubuntu-24.04-x86_64-51' Compiler: 'Yocto' + Features: ['Packaging'] Target arch: 'TARGET6' - Template: 'qtci-linux-Ubuntu-24.04-x86_64-51' Compiler: 'Yocto' + Features: ['Packaging'] Target arch: 'TARGET7' - Template: 'qtci-linux-Ubuntu-24.04-x86_64-51' Compiler: 'Yocto' + Features: ['Packaging'] Target arch: 'TARGET8' - Template: 'qtci-linux-Ubuntu-24.04-x86_64-51' Compiler: 'Yocto' + Features: ['Packaging'] Target arch: 'TARGET9' - Template: 'qtci-linux-Ubuntu-24.04-x86_64-51' Compiler: 'Yocto' + Features: ['Packaging'] Target arch: 'TARGET10' - Template: 'qtci-linux-Ubuntu-24.04-x86_64-51'