summaryrefslogtreecommitdiffstats
path: root/meta-agl/meta-agl-distro/conf/distro/poky-agl.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-agl/meta-agl-distro/conf/distro/poky-agl.conf')
-rw-r--r--meta-agl/meta-agl-distro/conf/distro/poky-agl.conf9
1 files changed, 6 insertions, 3 deletions
diff --git a/meta-agl/meta-agl-distro/conf/distro/poky-agl.conf b/meta-agl/meta-agl-distro/conf/distro/poky-agl.conf
index 15d8ccb9..d1c580ea 100644
--- a/meta-agl/meta-agl-distro/conf/distro/poky-agl.conf
+++ b/meta-agl/meta-agl-distro/conf/distro/poky-agl.conf
@@ -6,9 +6,9 @@ DISTRO_NAME = "Automotive Grade Linux"
# Release flags
-DISTRO_CODENAME = "halibut"
-AGL_BRANCH = "halibut"
-AGLVERSION = "8.0.2"
+DISTRO_CODENAME = "icefish"
+AGL_BRANCH = "icefish"
+AGLVERSION = "9.0.1"
# switch devel/release
#AGLRELEASETYPE ?= "agldevelopment"
AGLRELEASETYPE ?= "aglrelease"
@@ -172,3 +172,6 @@ do_package_write_rpm[vardepsexclude] += "ARCHIVER_TOPDIR PF"
# Set preferred provider to new navi application
PREFERRED_RPROVIDER_virtual/navigation ?= "ondemandnavi"
+
+# Set preferred provider for low-can device mapping configuration
+PREFERRED_RPROVIDER_virtual/low-can-dev-mapping ?= "dev-mapping"