aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2022-02-24 12:11:59 +0200
committerSamuli Piippo <samuli.piippo@qt.io>2022-02-28 16:59:41 +0000
commitff91613a8f3c074f314271cefa121fac3ddc75f5 (patch)
tree0a966a04bb9e3a991578221c494401f9b7f9bea0
parentae8929cf649c82f129d47e108ea69f39484958a0 (diff)
meta-qt6: use latest revision for CI builds
The included manifest is nowadays used only for CI builds to make sure we have controlled set of meta layers. The release builds are already done against latest revision of meta-qt6, switch to same process in the CI builds. This may cause unexpected build breaks when merging unrelated commits, but it will help us detect those breaks earlier. Change-Id: I7ef9444a1a425c9192919f9c60478048f321c923 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io> (cherry picked from commit 54c41cf7460770b44549035c502ed7cb24a55fda)
-rw-r--r--scripts/manifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/manifest.xml b/scripts/manifest.xml
index d528cd0b..958bb40a 100644
--- a/scripts/manifest.xml
+++ b/scripts/manifest.xml
@@ -36,7 +36,7 @@
fetch="ssh://codereview.qt-project.org/yocto"/>
<project name="meta-qt6"
remote="qt"
- revision="610f2629a5d598b7e9393371917426fb9469fbab"
+ revision="6.2"
upstream="6.2"
path="sources/meta-qt6"/>