Update SDK installation path variable name
[AGL/meta-agl.git] / meta-agl-core / conf / distro / poky-agl.conf
index a6a0d25..ad54e83 100644 (file)
@@ -39,10 +39,10 @@ INHERIT += "reproducible_build"
 # SDK
 SDK_VENDOR = "-aglsdk"
 
-# 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"