Prepare Koi 11.0.5
[AGL/meta-agl.git] / meta-agl-core / conf / distro / poky-agl.conf
index d362c1b..566c6f8 100644 (file)
@@ -8,7 +8,7 @@ DISTRO_NAME = "Automotive Grade Linux"
 # Release flags
 DISTRO_CODENAME = "koi"
 AGL_BRANCH = "koi"
-AGLVERSION = "11.0.3"
+AGLVERSION = "11.0.5"
 # switch  devel/release
 #AGLRELEASETYPE ?= "agldevelopment"
 AGLRELEASETYPE ?= "aglrelease"
@@ -40,10 +40,10 @@ INHERIT += "reproducible_build"
 SDK_VENDOR = "-aglsdk"
 SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}"
 
-# SDKPATH is the folder where the SDK is going to be installed
+# SDKPATHINSTALL is the folder where the SDK is going to be installed
 # Due to an issue with the qt5 environment (see SPEC-1667),
 # we add DEFAULTTUNE to the SDKPATH to mitigate the issue.
-SDKPATH = "/opt/agl-sdk/${SDK_VERSION}-${DEFAULTTUNE}"
+SDKPATHINSTALL = "/opt/agl-sdk/${SDK_VERSION}-${DEFAULTTUNE}"
 
 
 MAINTAINER = "AGL https://lists.automotivelinux.org/g/agl-dev-community"