dashboard: update SRCREV 17/30917/2
authorScott Murray <scott.murray@konsulko.com>
Mon, 14 Apr 2025 18:02:37 +0000 (14:02 -0400)
committerScott Murray <scott.murray@konsulko.com>
Wed, 16 Apr 2025 15:10:04 +0000 (15:10 +0000)
Update SRCREV to pick up:

205f7f3 Import Qt6 conversion patch

and drop the patch now that it is no longer required.

Bug-AGL: SPEC-5413

Change-Id: I8a7ac2f755589a860436dbe27567f32220424181
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl-demo/+/30917
Tested-by: Jenkins Job builder account
ci-image-build: Jenkins Job builder account
ci-image-boot-test: Jenkins Job builder account

recipes-demo/dashboard/dashboard/0001-Migrate-to-Qt-6.patch [deleted file]
recipes-demo/dashboard/dashboard_git.bb

diff --git a/recipes-demo/dashboard/dashboard/0001-Migrate-to-Qt-6.patch b/recipes-demo/dashboard/dashboard/0001-Migrate-to-Qt-6.patch
deleted file mode 100644 (file)
index b43008f..0000000
+++ /dev/null
@@ -1,72 +0,0 @@
-From 00e6b77cef1f3b07dc49653d513628e452d71a8d Mon Sep 17 00:00:00 2001
-From: Indivara Weerasuriya <1806262-indivara@users.noreply.git.qt.io>
-Date: Wed, 24 Jul 2024 09:05:10 +0900
-Subject: [PATCH] Migrate to Qt 6
-
----
- app/Dashboard.qml    | 8 ++++----
- app/TirePressure.qml | 4 ++--
- 2 files changed, 6 insertions(+), 6 deletions(-)
-
-diff --git a/app/Dashboard.qml b/app/Dashboard.qml
-index 1a797c6..5aabaf0 100644
---- a/app/Dashboard.qml
-+++ b/app/Dashboard.qml
-@@ -118,7 +118,7 @@ ApplicationWindow {
-     Image {
-         id: car
-         anchors.centerIn: parent
--        source: './images/HMI_Dashboard_Car.png'
-+        source: 'qrc:/images/HMI_Dashboard_Car.png'
-     }
-     TirePressure {
-@@ -167,7 +167,7 @@ ApplicationWindow {
-         Image {
-             id: speedIcon
--            source: './images/HMI_Dashboard_Speed_Icon.svg'
-+            source: 'qrc:/images/HMI_Dashboard_Speed_Icon.svg'
-         }
-         ProgressBar {
-             id: tachometer
-@@ -187,7 +187,7 @@ ApplicationWindow {
-         }
-         Image {
-             id: fuelIcon
--            source: './images/HMI_Dashboard_Fuel_Icon.svg'
-+            source: 'qrc:/images/HMI_Dashboard_Fuel_Icon.svg'
-         }
-         ProgressBar {
-             Layout.fillWidth: true
-@@ -196,7 +196,7 @@ ApplicationWindow {
-                 anchors.left: parent.left
-                 anchors.leftMargin: -40
-                 anchors.bottom: parent.top
--                source: './images/HMI_Dashboard_Fuel_Details.svg'
-+                source: 'qrc:/images/HMI_Dashboard_Fuel_Details.svg'
-                 GridLayout {
-                     anchors.fill: parent
-                     columns: 2
-diff --git a/app/TirePressure.qml b/app/TirePressure.qml
-index 437cf2f..eb02482 100644
---- a/app/TirePressure.qml
-+++ b/app/TirePressure.qml
-@@ -31,7 +31,7 @@ Image {
-             when: !mirror
-             PropertyChanges {
-                 target: root
--                source: './images/HMI_Dashboard_LeftTire.svg'
-+                source: 'qrc:/images/HMI_Dashboard_LeftTire.svg'
-             }
-             AnchorChanges {
-                 target: title
-@@ -47,7 +47,7 @@ Image {
-             when: mirror
-             PropertyChanges {
-                 target: root
--                source: './images/HMI_Dashboard_RightTire.svg'
-+                source: 'qrc:/images/HMI_Dashboard_RightTire.svg'
-             }
-             AnchorChanges {
-                 target: title
index c438540..4126829 100644 (file)
@@ -17,9 +17,8 @@ PV = "2.0+git${SRCPV}"
 SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/dashboard;protocol=https;branch=${AGL_BRANCH} \
            file://dashboard.conf \
            file://dashboard.token \
-           file://0001-Migrate-to-Qt-6.patch \
            "
-SRCREV  = "b1b67ab525555a082ca257ad08fc4fba9b1f74e3"
+SRCREV  = "205f7f3510b4abf04c4020416c985e657e29c908"
 
 S = "${WORKDIR}/git"