aboutsummaryrefslogtreecommitdiffstats
path: root/coin
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2021-10-27 09:46:57 +0300
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-10-29 17:16:55 +0000
commitbf9fdb2b79963d5fc2e4fe4e792219f6d8529b05 (patch)
tree1a1c385fbeccfcf606203d8de88090aec1274fe4 /coin
parentc6fdd6a0d802578d85502376001d7f100a74ae4c (diff)
Coin: build Qt packagegroups in CI integrations
Current CI build using the toolchain recipe is a bit limited as the package_qa tasks were never ran for the Qt recipes. Also the rm_work was not done which lead to disk space running out in CI builds. Add both native and target packagegroup recipes to the target builds that will ensure that both of the above mentioned tasks are now run. Change-Id: Ifb73b807f4f9f551836bfa20003aaf88bc758d78 Reviewed-by: Pasi Petäjäjärvi <pasi.petajajarvi@qt.io> (cherry picked from commit 673457878e96bbd0bd24ce61e672a1da54f559ed) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'coin')
-rw-r--r--coin/module_config.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/coin/module_config.yaml b/coin/module_config.yaml
index 8572fa3..5a21b9d 100644
--- a/coin/module_config.yaml
+++ b/coin/module_config.yaml
@@ -143,7 +143,7 @@ instructions:
echo "include ${SOURCE_DIR}/coin/test-${DISTRO_CODENAME}.inc" >> conf/local.conf
# build toolchain which should include all supported recipes
- bitbake meta-toolchain-qt6
+ bitbake meta-toolchain-qt6 nativesdk-packagegroup-qt6-toolchain-host packagegroup-qt6-modules
filename: "{{.BuildDir}}/start-build"
fileMode: 420
- type: ExecuteCommand