summaryrefslogtreecommitdiffstats
path: root/recipes-demo-hmi/navigation/navigation-maps-uk_1.0.bb
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2018-12-04 17:31:48 -0500
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2018-12-20 21:10:18 +0000
commit25c0b44e2e741b348e424249d82e29b9578d8d78 (patch)
tree5b227de6c94bd265aadf75d071679586bb9d58dc /recipes-demo-hmi/navigation/navigation-maps-uk_1.0.bb
parentdac8f03df4a2abaa8e588fa4487e731bc0253a08 (diff)
Add agl-demo-preload feature
Add a feature to preload the maps for the navigation app and the API key for the POI app. The intent is to allow building an image that works "out of the box" without manually installing things. The selection of UK or Japan maps can be controlled by setting the variable DEMO_MAPS_LOCALE to either "uk" (default) or "jp" in local.conf or site.conf. The POI API key should be set in one of those locations with the variable POIAPP_API_KEY (default value is an empty string). Change-Id: I25537935ddac740090f2121d0a83305c746185b0 Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Diffstat (limited to 'recipes-demo-hmi/navigation/navigation-maps-uk_1.0.bb')
-rwxr-xr-xrecipes-demo-hmi/navigation/navigation-maps-uk_1.0.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes-demo-hmi/navigation/navigation-maps-uk_1.0.bb b/recipes-demo-hmi/navigation/navigation-maps-uk_1.0.bb
new file mode 100755
index 00000000..1718c36b
--- /dev/null
+++ b/recipes-demo-hmi/navigation/navigation-maps-uk_1.0.bb
@@ -0,0 +1,14 @@
+SUMMARY = "AGL Reference Navigation application UK maps"
+DESCRIPTION = "Preload the UK maps for the AGL Navigation application."
+HOMEPAGE = "http://agl.wismobi.com/"
+SECTION = "apps"
+LICENSE = "Proprietary"
+LIC_FILES_CHKSUM="file://${COMMON_LICENSE_DIR}/Proprietary;md5=0557f9d92cf58f2ccdd50f62f8ac0b28"
+
+SRC_URI = "http://agl.wismobi.com/data/UnitedKingdom_TR9/navi_data_UK.tar.gz"
+SRC_URI[md5sum] = "f711c6d2c88553a1de4db9f7e12f6e8e"
+SRC_URI[sha256sum] = "515bdc81ac0615d541e0d18c186ad5cd24de2d47b60e13079a918f6dec802fd7"
+
+require navigation-maps.inc
+
+RCONFLICTS_${PN} = "navigation-maps-jp"