From 797369f262fecef776ac0aae6bbee71c045872bd Mon Sep 17 00:00:00 2001 From: Toni Saario Date: Wed, 1 Jun 2022 14:42:44 +0300 Subject: Coin: Add core count config MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reflects what has been configured in the Coin. Allows removing the rules from Coin and brings them visible. Change-Id: Ic042a31b047e180584b08a0e0550cb962c72e14c Reviewed-by: Simo Fält (cherry picked from commit c2d33828f421c5ad3510b9603deca424d2da539d) Reviewed-by: Qt Cherry-pick Bot --- coin/module_config.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/coin/module_config.yaml b/coin/module_config.yaml index aaf332382..628a967aa 100644 --- a/coin/module_config.yaml +++ b/coin/module_config.yaml @@ -4,6 +4,10 @@ accept_configuration: property: features not_contains_value: Disable +machine_type: + Build: + cores: 4 + instructions: Build: - !include "{{qt/qtbase}}/coin_module_build_template_v2.yaml" -- cgit v1.2.3