mirror of
git://git.yoctoproject.org/yocto-autobuilder2.git
synced 2025-07-05 13:14:47 +02:00
config.py: Update meta-qt6 from 6.6.0 to 6.7.2
meta-qt6 is only used for the webosose builder and webosose now needs Qt6.7. Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
29a5a12025
commit
1cc6527125
|
@ -60,7 +60,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", "6.6.0"],
|
||||
"meta-qt6": ["http://code.qt.io/yocto/meta-qt6.git", "6.7.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"],
|
||||
|
|
|
@ -163,7 +163,7 @@ branchdefaults = {
|
|||
'branch_meta-virtualization': 'kirkstone',
|
||||
'branch_oecore': 'kirkstone',
|
||||
'branch_meta-webosose': 'kirkstone-webos',
|
||||
'branch_meta-qt6': '6.6.0',
|
||||
'branch_meta-qt6': '6.7.2',
|
||||
},
|
||||
'honister': {
|
||||
'branch': 'honister',
|
||||
|
|
Loading…
Reference in New Issue
Block a user