summaryrefslogtreecommitdiffstats
path: root/meta-agl-distro
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2019-04-29 13:15:24 +0000
committerGerrit Code Review <gerrit@automotivelinux.org>2019-04-29 13:15:24 +0000
commite12a7f77b22776129887cdfbd6159be4838b7795 (patch)
tree23f50317492d9dc070903d11d7553cf29e272bc6 /meta-agl-distro
parent8b574fbdb84705c133a7b10f880aef1e499badde (diff)
parentc820f23f529c2789b8eddf3c78e92fc3166443ce (diff)
Merge "Change the navigation application default to the new navigation application"
Diffstat (limited to 'meta-agl-distro')
-rw-r--r--meta-agl-distro/conf/distro/poky-agl.conf3
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"