config.py: ping meta-qt6 to 6.5.2 branch

This repository is currently only needed for building meta-webosose, so
simplify things and pin it to the branch that webosose requires.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Ross Burton 2024-01-30 13:29:12 +00:00 committed by Richard Purdie
parent 43b1651530
commit 284924d6c2

View File

@ -56,7 +56,7 @@ repos = {
"master"],
"bitbake": ["ssh://git@push.openembedded.org/bitbake", "master"],
"auto-upgrade-helper": ["ssh://git@push.yoctoproject.org/auto-upgrade-helper", "master"],
"meta-qt6": ["http://code.qt.io/yocto/meta-qt6.git", "dev"],
"meta-qt6": ["http://code.qt.io/yocto/meta-qt6.git", "6.5.2"],
"meta-qt4": ["ssh://git@push.yoctoproject.org/meta-qt4", "master"],
"meta-qt3": ["ssh://git@push.yoctoproject.org/meta-qt3", "master"],
"meta-mingw": ["ssh://git@push.yoctoproject.org/meta-mingw", "master"],