config.py: Drop meta-qt3/4

These haven't been used for a long time.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2025-09-26 16:54:33 +01:00
parent 1d913d9a24
commit c2c4594835

View File

@ -56,8 +56,6 @@ repos = {
"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.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"],
"meta-gplv2": ["ssh://git@push.yoctoproject.org/meta-gplv2", "master"],
"meta-patchtest": ["ssh://git@push.yoctoproject.org/meta-patchtest", "master"],