mirror of
git://git.yoctoproject.org/yocto-autobuilder2.git
synced 2025-07-17 02:49:05 +02:00
config.py: Update meta-qt6 from 6.7.2 to 6.8.1
meta-qt6 is only used for the webosose builder and webosose now uses 6.8.1 after:f2155a6afc
c9440cb8f0
This update avoids: WARNING: meta-qt6/recipes-qt/squish/squish_7.2-20240124-0915.bb: squish is currenly not supported, build produces empty packages! shown on webosose builds on autobuilder, newer squish is included in meta-qt6 since: https://codereview.qt-project.org/c/yocto/meta-qt6/+/611845/6 this time without "inherit disable-build" which was showing that warning while parsing. Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
784602f374
commit
21b5aa780e
|
@ -61,7 +61,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.7.2"],
|
||||
"meta-qt6": ["http://code.qt.io/yocto/meta-qt6.git", "6.8.1"],
|
||||
"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"],
|
||||
|
|
|
@ -180,7 +180,7 @@ branchdefaults = {
|
|||
'branch_meta-virtualization': 'kirkstone',
|
||||
'branch_oecore': 'kirkstone',
|
||||
'branch_meta-webosose': 'kirkstone-webos',
|
||||
'branch_meta-qt6': '6.7.2',
|
||||
'branch_meta-qt6': '6.8.1',
|
||||
},
|
||||
'honister': {
|
||||
'branch': 'honister',
|
||||
|
|
Loading…
Reference in New Issue
Block a user