From 33ac6e22d9fc9869a8dea2dfc93797126d973ac8 Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Mon, 3 Apr 2023 23:52:54 +0200 Subject: Prepare Optimistic Octopus 15.0.1 Update the distro configuration. Bug-AGL: SPEC-4737 Change-Id: Ide698c4972dbd51b42a2d477b0524a5bd03f8db5 Signed-off-by: Jan-Simon Moeller Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/28621 Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account --- meta-agl-core/conf/distro/poky-agl.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta-agl-core/conf/distro/poky-agl.conf b/meta-agl-core/conf/distro/poky-agl.conf index 7b5bb70df..13512a4ed 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 = "octopus" AGL_BRANCH = "octopus" -AGLVERSION = "15.0.0" +AGLVERSION = "15.0.1" # switch devel/release -AGLRELEASETYPE ?= "agldevelopment" +#AGLRELEASETYPE ?= "agldevelopment" AGLRELEASETYPE := "aglrelease" OVERRIDES .= ":${AGLRELEASETYPE}" @@ -27,8 +27,8 @@ DISTRO_BRANCH_VERSION_TAG = "${DISTRO_CODENAME}/${@'${DISTRO_VERSION}'.replace(' # reproducible builds: # Set the desired timestamps # E.g. update for (major) releases -export SOURCE_DATE_EPOCH = "1677000000" -REPRODUCIBLE_TIMESTAMP_ROOTFS = "1677000000" +export SOURCE_DATE_EPOCH = "1680600000" +REPRODUCIBLE_TIMESTAMP_ROOTFS = "1680600000" # SDK -- cgit 1.2.3-korg