diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2019-04-29 13:15:24 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2019-04-29 13:15:24 +0000 |
commit | e12a7f77b22776129887cdfbd6159be4838b7795 (patch) | |
tree | 23f50317492d9dc070903d11d7553cf29e272bc6 | |
parent | 8b574fbdb84705c133a7b10f880aef1e499badde (diff) | |
parent | c820f23f529c2789b8eddf3c78e92fc3166443ce (diff) |
Merge "Change the navigation application default to the new navigation application"
-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" |