diff options
author | Scott Murray <scott.murray@konsulko.com> | 2018-12-20 22:30:11 -0500 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2018-12-21 22:52:10 -0500 |
commit | 6f1a4e94f9b978639e858fbe8ce98012a1781ee5 (patch) | |
tree | 2bd1c325e8decbfb12bf698a00b0d58690e8ecf5 /recipes-demo-hmi/navigation/navigation_git.bb | |
parent | 9a67d7ae60a17d033fc5b6b3fb1728ed9451d122 (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>
Diffstat (limited to 'recipes-demo-hmi/navigation/navigation_git.bb')
-rwxr-xr-x | recipes-demo-hmi/navigation/navigation_git.bb | 3 |
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 f35a27551..8a42eb68c 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="66b2f6f062e0f141cdeecd449a2d7267078906d3" 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 \ |