Skip to content

Commit 3dbff35

Browse files
committed
chore(ui): remove the Qt-based UI
Will be focusing on the CLI and www clients. Signed-off-by: Cedric Hombourger <[email protected]>
1 parent 5ab841c commit 3dbff35

File tree

19 files changed

+1
-593
lines changed

19 files changed

+1
-593
lines changed

debian/.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,4 @@ mtda-docker
1111
mtda-kvm
1212
mtda-pytest
1313
mtda-service
14-
mtda-ui
1514
mtda-www

debian/control

-10
Original file line numberDiff line numberDiff line change
@@ -110,16 +110,6 @@ Description: support for pytest code that uses MTDA
110110
Provide helper classes to write tests with the pytest and MTDA
111111
frameworks.
112112

113-
Package: mtda-ui
114-
Architecture: all
115-
Multi-Arch: foreign
116-
Depends: mtda-client,
117-
python3-py3qterm,
118-
python3-pyqt5.qtmultimedia
119-
Description: a simple user-interface for MTDA
120-
Provide a simple client-side user-interface to interact with
121-
devices under test.
122-
123113
Package: mtda-www
124114
Architecture: all
125115
Multi-Arch: foreign

debian/copyright

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ Files: .gitignore
88
docs/*.png
99
kas/*.yml
1010
mtda-cli
11-
mtda-ui
1211
mtda.ini
1312
setup.py
1413
mtda/*.py

debian/rules

-4
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ override_dh_auto_install:
3030
rm -rf debian/mtda-kvm
3131
rm -rf debian/mtda-pytest
3232
rm -rf debian/mtda-service
33-
rm -rf debian/mtda-ui
3433
rm -rf debian/mtda-www
3534
# lintian package-installs-python-pycache-dir
3635
find debian -name "__pycache__" -type f -delete
@@ -74,9 +73,6 @@ override_dh_auto_install:
7473
install -m 0755 -d debian/mtda-pytest$(MTDA_DIST)/
7574
mv debian/mtda-service$(MTDA_DIST)/pytest.py debian/mtda-pytest$(MTDA_DIST)/
7675
:
77-
install -m 0755 -d debian/mtda-ui/usr/bin
78-
mv debian/mtda-service/usr/bin/mtda-ui debian/mtda-ui/usr/bin/
79-
:
8076
install -m 0755 -d debian/mtda-www$(MTDA_DIST)/
8177
install -m 0755 -d debian/mtda-www/etc/mtda/config.d/
8278
install -m 0755 -d debian/mtda-www/usr/libexec/mtda/

meta-isar/recipes-python/mtda/mtda_git.bb

-3
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ MTDA_FILES = " \
2222
mtda-config \
2323
mtda-service \
2424
mtda-systemd-helper \
25-
mtda-ui \
2625
mtda-www \
2726
mtda.ini \
2827
mtda/ \
@@ -36,8 +35,6 @@ SRC_URI += "${@' '.join(['file://' + d.getVar('LAYERDIR_mtda') + '/../' + file f
3635

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

39-
DEPENDS += "py3qterm"
40-
4138
do_gen_working_repo() {
4239
for file in ${MTDA_FILES}; do
4340
cp -a ${LAYERDIR_mtda}/../$file ${S}/

meta-isar/recipes-python/qt5/files/py3qterm-0.4/debian/changelog

-23
This file was deleted.

meta-isar/recipes-python/qt5/files/py3qterm-0.4/debian/compat

-1
This file was deleted.

meta-isar/recipes-python/qt5/files/py3qterm-0.4/debian/control

-20
This file was deleted.

meta-isar/recipes-python/qt5/files/py3qterm-0.4/debian/copyright

-48
This file was deleted.

meta-isar/recipes-python/qt5/files/py3qterm-0.4/debian/patches/series

-1
This file was deleted.

meta-isar/recipes-python/qt5/files/py3qterm-0.4/debian/patches/use-pyqt5.patch

-19
This file was deleted.

meta-isar/recipes-python/qt5/files/py3qterm-0.4/debian/rules

-5
This file was deleted.

meta-isar/recipes-python/qt5/files/py3qterm-0.4/debian/source/format

-1
This file was deleted.

meta-isar/recipes-python/qt5/files/py3qterm-0.4/debian/source/local-options

-2
This file was deleted.

meta-isar/recipes-python/qt5/files/py3qterm-0.4/debian/watch

-2
This file was deleted.

meta-isar/recipes-python/qt5/py3qterm_0.4.bb

-19
This file was deleted.

0 commit comments

Comments
 (0)