Update the distro config for lamprey 12.1.0 50/26950/2 12.1.0 lamprey/12.1.0 lamprey_12.1.0
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Wed, 1 Dec 2021 22:31:33 +0000 (23:31 +0100)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Sat, 4 Dec 2021 21:06:45 +0000 (21:06 +0000)
Change the version and the SDE timestamp.

Bug-AGL: SPEC-4163
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: I6bff37ca3c045720dc2b75e300a349b26fdc288d
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/26950
ci-image-build: Jenkins Job builder account
ci-image-boot-test: Jenkins Job builder account
Tested-by: Jenkins Job builder account
meta-agl-core/conf/distro/poky-agl.conf

index 7324b32..a6a0d25 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.0"
 # 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 = "1638397300"
+REPRODUCIBLE_TIMESTAMP_ROOTFS = "1638397300"
 # inherit the class
 INHERIT += "reproducible_build"