summaryrefslogtreecommitdiffstats
path: root/meta-agl-demo-control-panel
AgeCommit message (Collapse)AuthorFilesLines
2024-10-29agl-demo-control-panel: Update dependency and Bump SRCREVSuchinton Chakravarty1-1/+2
This commit adds `python3-requests` as a runtime dependency and bumps the SRCREV to include the latest patch which fixes the Tire Pressure button clipping issue. Bug-AGL: SPEC-5161 Change-Id: I52f64e888481871d77c0d8b9ee0de64ef3a9b619 Signed-off-by: Suchinton Chakravarty <suchinton.2001@gmail.com> Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl-demo/+/30454 Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Tested-by: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account ci-image-build: Jenkins Job builder account
2024-10-24agl-demo-control-panel: Bump SRCREVSuchinton Chakravarty1-1/+2
- Bump SRCREV for agl-demo-contorl-panel. - Add cantools as runtime dependency. Change-Id: I3b83e2ca800a526a581c6206195a958d6b1acbdb Signed-off-by: Suchinton Chakravarty <suchinton.2001@gmail.com> Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl-demo/+/30438 ci-image-build: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Tested-by: Jenkins Job builder account
2024-09-30AGL Demo Control Panel: Enable Networking and QtQuickSuchinton Chakravarty2-1/+3
This commit adds Networking to enable CAN playback and QtQickWidgets to render the QML Gauges. Bug-AGL: SPEC-5161 Change-Id: I97567e4ef1612cac0de7e0be81c7c95c6eba9d2e Signed-off-by: Suchinton Chakravarty <suchinton.2001@gmail.com> Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl-demo/+/30324 ci-image-build: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account Tested-by: Jenkins Job builder account Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
2024-07-24Pre-compile resources and remove unused dependenciessalmon_18.90.0salmon/18.90.018.90.0Suchinton3-8/+17
V1: - Use rcc to compile qrc resource file on host, and remove post install step to compile on target. - Remove PySide6 as dependency for demo control panel as python3-qtwidgets is no longer used to provide toggle button, and pyside6-rcc is not provided. V2: - Replace PySide6 with PyQt6 at the resouce compile step - Add dynamic layer for meta-qt6 to provide QtWidgets and QtSvg - Update runtime dependencies to provide bash and python3-rich for CLI interface Bug-AGL: SPEC-5195 Change-Id: Ic390369a37f266b94b82397ba61a4f95ec0ed492 Signed-off-by: Suchinton <suchinton.2001@gmail.com> Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl-demo/+/30107 ci-image-build: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Tested-by: Jenkins Job builder account
2024-07-24Move agl-demo-control-panel into own layer and feature during qt6 migrationJan-Simon Moeller18-0/+478
This creates a temporary sublayer for the demo control panel until meta-agl-demo itself is migrated to qt6. Bug-AGL: SPEC-5195 Change-Id: I07f97385600fb695e182b11c528225d5510185d9 Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl-demo/+/30067