From: Lorenzo Tilve Date: Fri, 11 Sep 2020 13:36:31 +0000 (+0200) Subject: html5-homescreen: revert avoiding autostart of launcher on qemu X-Git-Tag: 9.99.4^0 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=3091e2b5019a19318d64dc5656271166ce0cbc54;p=AGL%2Fmeta-agl-demo.git html5-homescreen: revert avoiding autostart of launcher on qemu With the changes added at gerrit 25237 and 25233 the workaround to avoid starting the launcher from the homescreen can be dropped. This reverts commit 13109053397fd99ad6ce38f9a2edc4e9fc6e009f. Bug-AGL: SPEC-3544 Signed-off-by: Lorenzo Tilve Change-Id: Ifd8f3e71e8bfa7be4342480cbfb22c1da5ca842b --- diff --git a/recipes-demo-hmi/html5-homescreen/files/0001-Disable-autostart-of-launcher-webapp.patch b/recipes-demo-hmi/html5-homescreen/files/0001-Disable-autostart-of-launcher-webapp.patch deleted file mode 100644 index 6a8efd70a..000000000 --- a/recipes-demo-hmi/html5-homescreen/files/0001-Disable-autostart-of-launcher-webapp.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 5112f934e4e5afca02467088d3c7008cbdc620d2 Mon Sep 17 00:00:00 2001 -From: Lorenzo Tilve -Date: Mon, 7 Sep 2020 06:53:52 +0200 -Subject: [PATCH] Disable autostart of launcher webapp - -Change-Id: I2eabab3772e4e5eb457f2c47670448554e72d14a ---- - src/config.json | 1 - - 1 file changed, 1 deletion(-) - -diff --git a/src/config.json b/src/config.json -index fb94d9d..febbb21 100644 ---- a/src/config.json -+++ b/src/config.json -@@ -18,7 +18,6 @@ - } - ], - "background": "webapps-html5-background", -- "launch": "webapps-html5-launcher", - "network": { - "bluetooth": "fab fa-bluetooth-b", - "ethernet": "fas fa-network-wired", --- -2.28.0 - diff --git a/recipes-demo-hmi/html5-homescreen/html5-homescreen_git.bb b/recipes-demo-hmi/html5-homescreen/html5-homescreen_git.bb index a44f72f45..37ca70737 100644 --- a/recipes-demo-hmi/html5-homescreen/html5-homescreen_git.bb +++ b/recipes-demo-hmi/html5-homescreen/html5-homescreen_git.bb @@ -8,9 +8,6 @@ PV = "1.0+git${SRCPV}" S = "${WORKDIR}/git/" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/html5-homescreen;protocol=https;branch=${AGL_BRANCH}" - -SRC_URI_append_qemuall = " file://0001-Disable-autostart-of-launcher-webapp.patch" - SRCREV = "${AGL_APP_REVISION}" DEPENDS = "nodejs-native"