summaryrefslogtreecommitdiffstats
path: root/recipes-demo-hmi/navigation/navigation_git.bb
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2018-12-20 22:30:11 -0500
committerJosé Bollo <jose.bollo@iot.bzh>2019-01-02 08:41:18 +0000
commit3b619c6ed499f2fc6ef650a5b11dde71b4f3e6a0 (patch)
tree7d2b459655535c06168795a6b3304613d094ea17 /recipes-demo-hmi/navigation/navigation_git.bb
parent8f8f17a76fec4500a62232d23895bdc0b86fe234 (diff)
navigation: Add 4A support
To properly support 4A in the navigation app, add a patch to pull in the 4A binding, add some code to open / close the "navigation" role, and use a simple gstreamer pipeline to play the generated files. The existing playback script templates have had their playback commands removed, but are retained for driving the voice file generation. Note that a patch is being used for now, as gpsnavi is managed outside of AGL on github. Additionally, that repository has no flounder branch, and its HEAD does not work on flounder at present, complicating things. Change-Id: Ie5c63c2ae22237a80dc034b98d7279d3c203273f Signed-off-by: Scott Murray <scott.murray@konsulko.com> (cherry picked from commit 6f1a4e94f9b978639e858fbe8ce98012a1781ee5)
Diffstat (limited to 'recipes-demo-hmi/navigation/navigation_git.bb')
-rwxr-xr-xrecipes-demo-hmi/navigation/navigation_git.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-demo-hmi/navigation/navigation_git.bb b/recipes-demo-hmi/navigation/navigation_git.bb
index d4e69b56..119d7d10 100755
--- a/recipes-demo-hmi/navigation/navigation_git.bb
+++ b/recipes-demo-hmi/navigation/navigation_git.bb
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM="file://LICENSE;md5=3595e9c703a847d990664d2b396a9df0 \
DEPENDS = " \
glib-2.0 freetype sqlite3 wayland zlib expat openssl virtual/libgles2 virtual/libgl virtual/egl \
- wayland libdbus-c++ af-main af-binder libwindowmanager libhomescreen \
+ wayland libdbus-c++ af-main af-binder libwindowmanager libhomescreen gstreamer1.0 \
"
RDEPENDS_${PN} = " flite openjtalk glib-2.0 freetype sqlite3 wayland zlib expat openssl \
@@ -20,6 +20,7 @@ RDEPENDS_${PN} += " agl-service-navigation "
SRCREV="2d83844150cce0e245a3d90af67f43385604b569"
SRC_URI="git://github.com/AGLExport/gpsnavi.git;branch=agl \
+ file://0001-add-4A-playback-support.patch \
file://download_mapdata_jp.sh \
file://download_mapdata_uk.sh \
file://org.agl.naviapi.conf \