From a162d8c5a6ad1ab099d52c61afeae4577f28004e Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Tue, 14 Feb 2023 09:33:33 +0000 Subject: [PATCH] coin: always use the latest platforms for CI build Change the CI dependencies so that we always get the VM configurations from the qt5.git dev branch. This makes sure that all Yocto builds, regardless of the Qt version, are using the same host VM version. Pick-to: 6.5 6.4 6.2 Change-Id: Iceb5ca006b8d83ed636d59566a115d64d3919e38 Reviewed-by: Mikko Gronoff --- coin/dependencies.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/coin/dependencies.yaml b/coin/dependencies.yaml index 53aa67d..e708d8e 100644 --- a/coin/dependencies.yaml +++ b/coin/dependencies.yaml @@ -1,2 +1,5 @@ +product_dependency: + ../../qt/qt5: + ref: "dev" dependencies: {}