From 58e35ecf32af3aaf18af1e9576de74892f61cae5 Mon Sep 17 00:00:00 2001 From: Toshi Umemura Date: Mon, 19 Dec 2016 18:10:59 +0900 Subject: Add recipe for mapviewer This patch addes recipe for mapviewer. mapviewer is a child application which communicates with navigation app on homescreen. In CES2017 demo this app is launched at virtual screen next to homescreen. (invisible on homescreen) Mapviewer dislay on virtual screen is transported to meter cluster side via ethernet. That will be shown at center of meter cluster with 384x368. window manager tries to change the position to be sent to a cluster after systemd execute LayerManagerControl set surface. In order to avoid this sleep is added as a tentative solution. Change-Id: I903ef19b2550b01e1c90e8960d1edda01b46297d Signed-off-by: ynakamura Signed-off-by: Naoto Yamaguchi --- recipes-demo-hmi/navigation/navigation_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-demo-hmi/navigation/navigation_git.bb') diff --git a/recipes-demo-hmi/navigation/navigation_git.bb b/recipes-demo-hmi/navigation/navigation_git.bb index 290def05..97ba1f33 100644 --- a/recipes-demo-hmi/navigation/navigation_git.bb +++ b/recipes-demo-hmi/navigation/navigation_git.bb @@ -9,7 +9,7 @@ DEPENDS = " \ RDEPENDS_${PN} = " flite openjtalk " -SRCREV="292c7f5abad2da32a9dc0d0314ba6aa8673fa052" +SRCREV="1b7218335b5b7a5312e3611138c70c49a27a3b9f" SRC_URI="git://github.com/AGLExport/gpsnavi.git \ file://flite.in \ file://jtalk.in \ -- cgit 1.2.3-korg