diff options
author | Toshi Umemura <toshihiro.umemura@itage.co.jp> | 2016-12-19 18:10:59 +0900 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2016-12-27 14:54:43 +0000 |
commit | 58e35ecf32af3aaf18af1e9576de74892f61cae5 (patch) | |
tree | 3d746846df135ec716ec833d2277405361ba44e7 /recipes-platform/images/agl-demo-platform.bb | |
parent | 0a57ab1ff1bb75f529bc46ae1e96ce4d80c68979 (diff) |
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 <ynakamura@jp.adit-jv.com>
Signed-off-by: Naoto Yamaguchi <i33399_YAMAGUCHI@aisin-aw.co.jp>
Diffstat (limited to 'recipes-platform/images/agl-demo-platform.bb')
-rw-r--r-- | recipes-platform/images/agl-demo-platform.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-platform/images/agl-demo-platform.bb b/recipes-platform/images/agl-demo-platform.bb index 7313a9542..f0ee0b10b 100644 --- a/recipes-platform/images/agl-demo-platform.bb +++ b/recipes-platform/images/agl-demo-platform.bb @@ -71,6 +71,7 @@ IMAGE_INSTALL_append = " \ climatecontrolplugin \ navigation \ poiapp \ + mapviewer \ ${IMAGE_MOST_HVAC} \ ${IMAGE_AGL_APPS} \ ${IMAGE_TTF_FONTS} \ |