Prepare Lucky Lamprey 12.1.18
[AGL/meta-agl.git] / meta-agl-core / conf / distro / poky-agl.conf
index 7324b32..84f4536 100644 (file)
@@ -8,10 +8,10 @@ DISTRO_NAME = "Automotive Grade Linux"
 # Release flags
 DISTRO_CODENAME = "lamprey"
 AGL_BRANCH = "lamprey"
-AGLVERSION = "12.0.1"
+AGLVERSION = "12.1.18"
 # switch  devel/release
-AGLRELEASETYPE ?= "agldevelopment"
-#AGLRELEASETYPE ?= "aglrelease"
+#AGLRELEASETYPE ?= "agldevelopment"
+AGLRELEASETYPE = "aglrelease"
 OVERRIDES .= ":${AGLRELEASETYPE}"
 #
 
@@ -30,8 +30,8 @@ AGL_DEFAULT_REVISION:aglrelease := "refs/tags/${DISTRO_BRANCH_VERSION_TAG}"
 # enable the flag
 BUILD_REPRODUCIBLE_BINARIES = "1"
 # Set the desired timestamps
-export SOURCE_DATE_EPOCH = "1593400000"
-REPRODUCIBLE_TIMESTAMP_ROOTFS = "1593400000"
+export SOURCE_DATE_EPOCH = "1708200000"
+REPRODUCIBLE_TIMESTAMP_ROOTFS = "1708200000"
 # inherit the class
 INHERIT += "reproducible_build"
 
@@ -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"