diff mbox series

[yocto-autobuilder2] config.py: Drop meta-qt3/4

Message ID 20250926155506.26751-1-richard.purdie@linuxfoundation.org
State New
Headers show
Series [yocto-autobuilder2] config.py: Drop meta-qt3/4 | expand

Commit Message

Richard Purdie Sept. 26, 2025, 3:55 p.m. UTC
These haven't been used for a long time.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 config.py | 2 --
 1 file changed, 2 deletions(-)
diff mbox series

Patch

diff --git a/config.py b/config.py
index b578d6cb..1b14538c 100644
--- a/config.py
+++ b/config.py
@@ -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"],