From 663448671faeb859778c05de00849d14f06e74ba Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Wed, 1 Dec 2021 23:31:33 +0100 Subject: Update the distro config for lamprey 12.1.0 Change the version and the SDE timestamp. Bug-AGL: SPEC-4163 Signed-off-by: Jan-Simon Moeller 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 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/meta-agl-core/conf/distro/poky-agl.conf b/meta-agl-core/conf/distro/poky-agl.conf index 7324b3211..a6a0d257f 100644 --- a/meta-agl-core/conf/distro/poky-agl.conf +++ b/meta-agl-core/conf/distro/poky-agl.conf @@ -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" -- cgit 1.2.3-korg