Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(ui): remove the Qt-based UI #454

Merged
merged 1 commit into from
Mar 10, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion debian/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ mtda-docker
mtda-kvm
mtda-pytest
mtda-service
mtda-ui
mtda-www
10 changes: 0 additions & 10 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -110,16 +110,6 @@ Description: support for pytest code that uses MTDA
Provide helper classes to write tests with the pytest and MTDA
frameworks.

Package: mtda-ui
Architecture: all
Multi-Arch: foreign
Depends: mtda-client,
python3-py3qterm,
python3-pyqt5.qtmultimedia
Description: a simple user-interface for MTDA
Provide a simple client-side user-interface to interact with
devices under test.

Package: mtda-www
Architecture: all
Multi-Arch: foreign
Expand Down
1 change: 0 additions & 1 deletion debian/copyright
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ Files: .gitignore
docs/*.png
kas/*.yml
mtda-cli
mtda-ui
mtda.ini
setup.py
mtda/*.py
Expand Down
4 changes: 0 additions & 4 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ override_dh_auto_install:
rm -rf debian/mtda-kvm
rm -rf debian/mtda-pytest
rm -rf debian/mtda-service
rm -rf debian/mtda-ui
rm -rf debian/mtda-www
# lintian package-installs-python-pycache-dir
find debian -name "__pycache__" -type f -delete
Expand Down Expand Up @@ -74,9 +73,6 @@ override_dh_auto_install:
install -m 0755 -d debian/mtda-pytest$(MTDA_DIST)/
mv debian/mtda-service$(MTDA_DIST)/pytest.py debian/mtda-pytest$(MTDA_DIST)/
:
install -m 0755 -d debian/mtda-ui/usr/bin
mv debian/mtda-service/usr/bin/mtda-ui debian/mtda-ui/usr/bin/
:
install -m 0755 -d debian/mtda-www$(MTDA_DIST)/
install -m 0755 -d debian/mtda-www/etc/mtda/config.d/
install -m 0755 -d debian/mtda-www/usr/libexec/mtda/
Expand Down
3 changes: 0 additions & 3 deletions meta-isar/recipes-python/mtda/mtda_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ MTDA_FILES = " \
mtda-config \
mtda-service \
mtda-systemd-helper \
mtda-ui \
mtda-www \
mtda.ini \
mtda/ \
Expand All @@ -36,8 +35,6 @@ SRC_URI += "${@' '.join(['file://' + d.getVar('LAYERDIR_mtda') + '/../' + file f

S = "${WORKDIR}/working-repo"

DEPENDS += "py3qterm"

do_gen_working_repo() {
for file in ${MTDA_FILES}; do
cp -a ${LAYERDIR_mtda}/../$file ${S}/
Expand Down
23 changes: 0 additions & 23 deletions meta-isar/recipes-python/qt5/files/py3qterm-0.4/debian/changelog

This file was deleted.

This file was deleted.

20 changes: 0 additions & 20 deletions meta-isar/recipes-python/qt5/files/py3qterm-0.4/debian/control

This file was deleted.

48 changes: 0 additions & 48 deletions meta-isar/recipes-python/qt5/files/py3qterm-0.4/debian/copyright

This file was deleted.

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions meta-isar/recipes-python/qt5/files/py3qterm-0.4/debian/rules

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 0 additions & 2 deletions meta-isar/recipes-python/qt5/files/py3qterm-0.4/debian/watch

This file was deleted.

19 changes: 0 additions & 19 deletions meta-isar/recipes-python/qt5/py3qterm_0.4.bb

This file was deleted.

Loading