From 0e7d06009e2c75664317cff987735d266805ca38 Mon Sep 17 00:00:00 2001 From: Heikki Halmet Date: Mon, 23 May 2022 09:21:59 +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. Pick-to: 6.3 6.4 Change-Id: I8b3567bca3ac040725253764775249a0b0dee8eb Reviewed-by: Simo Fält --- coin/module_config.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/coin/module_config.yaml b/coin/module_config.yaml index 868b37f3dc..619122a26c 100644 --- a/coin/module_config.yaml +++ b/coin/module_config.yaml @@ -4,6 +4,12 @@ accept_configuration: property: features not_contains_value: Disable +machine_type: + Build: + cores: 4 + Test: + cores: 4 + instructions: Build: - !include "{{qt/qtbase}}/coin_qtbase_build_template_v2.yaml" -- cgit v1.2.3