mirror of
git://git.yoctoproject.org/yocto-autobuilder2.git
synced 2025-07-19 12:49:03 +02:00
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:
parent
43b1651530
commit
284924d6c2
|
@ -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"],
|
||||
|
|
Loading…
Reference in New Issue
Block a user