diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2021-12-01 23:31:33 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2021-12-04 21:06:45 +0000 |
commit | 663448671faeb859778c05de00849d14f06e74ba (patch) | |
tree | 24df5442cdc7376b6cf5734a07a99e717518d752 /meta-agl-core/conf | |
parent | bad73bf315325c3428e331984f9d17bb8b2873b3 (diff) |
Update the distro config for lamprey 12.1.0lamprey_12.1.0lamprey/12.1.012.1.0
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
Diffstat (limited to 'meta-agl-core/conf')
-rw-r--r-- | meta-agl-core/conf/distro/poky-agl.conf | 10 |
1 files 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" |