diff options
author | Lorenzo Tilve <ltilve@igalia.com> | 2020-09-08 10:26:03 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-09-08 15:51:55 +0000 |
commit | 13109053397fd99ad6ce38f9a2edc4e9fc6e009f (patch) | |
tree | a8afe6c662b743846c3865fd869f147483d3a53c /recipes-demo-hmi/html5-homescreen/html5-homescreen_git.bb | |
parent | c37ceb26f408455d8bfc964d7e8b0e81e903f7c9 (diff) |
html5-homescreen: Avoid autostart of launcher on qemu
When launching automatically the html5-laucher from the html5-homescreen
using the sw compositing pipeline on qemu, a race condition is happening
that is breaking the UI.
This is removing this autostart of the launcher, which still can
be started manually, while the racing issues are fixed.
Bug-AGL: SPEC-3544
Signed-off-by: Lorenzo Tilve <ltilve@igalia.com>
Change-Id: Ic9e3dbf68d69d3042b0e850e63c7ff0c210cf1a4
Diffstat (limited to 'recipes-demo-hmi/html5-homescreen/html5-homescreen_git.bb')
-rw-r--r-- | recipes-demo-hmi/html5-homescreen/html5-homescreen_git.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-demo-hmi/html5-homescreen/html5-homescreen_git.bb b/recipes-demo-hmi/html5-homescreen/html5-homescreen_git.bb index 37ca70737..a44f72f45 100644 --- a/recipes-demo-hmi/html5-homescreen/html5-homescreen_git.bb +++ b/recipes-demo-hmi/html5-homescreen/html5-homescreen_git.bb @@ -8,6 +8,9 @@ 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" |