diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2019-04-14 00:28:30 +0200 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2019-04-14 00:28:34 +0200 |
commit | c820f23f529c2789b8eddf3c78e92fc3166443ce (patch) | |
tree | 3b687ba6f431dd1ca9650d1a38707598116b59af /meta-agl-distro/conf/distro | |
parent | cfc5a8fdce67a750e5e786ee51907abdedf86249 (diff) |
Change the navigation application default to the new navigation application
Now that the new navigation application is ready,
change the default navigation application.
This replaces https://gerrit.automotivelinux.org/gerrit/#/c/19831/ .
Change-Id: Iac516672087d231d5ea0b43764ce12e3d3c20580
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'meta-agl-distro/conf/distro')
-rw-r--r-- | meta-agl-distro/conf/distro/poky-agl.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-agl-distro/conf/distro/poky-agl.conf b/meta-agl-distro/conf/distro/poky-agl.conf index 601d447f6..ce29582fd 100644 --- a/meta-agl-distro/conf/distro/poky-agl.conf +++ b/meta-agl-distro/conf/distro/poky-agl.conf @@ -158,3 +158,6 @@ DIRFILES_pn-nativesdk-cmake = "1" # We exclude the conflicting vars from the sstate task hash. # This needs to be verified. do_package_write_rpm[vardepsexclude] += "ARCHIVER_TOPDIR PF" + +# Set preferred provider to new navi application +PREFERRED_RPROVIDER_virtual/navigation ?= "ondemandnavi" |