Age | Commit message (Collapse) | Author | Files | Lines |
|
navigation is no longer used, and will not work with
agl-service-navigation rewrite so must be removed.
Bug-AGL: SPEC-2880
Change-Id: Ifbd96abfba2c46b1b20180ca86d5fcef2b1d5aae
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
Remove execute bits on recipe files, and scripts that have
respective modes set in do_install() task.
Bug-AGL: SPEC-2880
Change-Id: Ib7557010b9ad2afbf3186a2955ac03cd2c87e9e3
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
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>
|