From c5a6fba2c304df2e29c0f1aec5d972cc93a68083 Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Tue, 4 Jul 2023 15:51:16 +0200 Subject: Prepare Prickly Pike Milestone 2 Update the distro manifest. Bug-AGL: SPEC-4852 Change-Id: Idfccb3f4ff7d9b075148193a0633ba59ee82f6f2 Signed-off-by: Jan-Simon Moeller Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/29042 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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'meta-agl-core/conf') diff --git a/meta-agl-core/conf/distro/poky-agl.conf b/meta-agl-core/conf/distro/poky-agl.conf index ecff57f51..a23a04766 100644 --- a/meta-agl-core/conf/distro/poky-agl.conf +++ b/meta-agl-core/conf/distro/poky-agl.conf @@ -8,7 +8,7 @@ DISTRO_NAME = "Automotive Grade Linux" # Release flags DISTRO_CODENAME = "pike" AGL_BRANCH = "master" -AGLVERSION = "15.91.1" +AGLVERSION = "15.92.0" # switch devel/release AGLRELEASETYPE ?= "agldevelopment" @@ -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 = "1686000000" -REPRODUCIBLE_TIMESTAMP_ROOTFS = "1686000000" +export SOURCE_DATE_EPOCH = "1688500000" +REPRODUCIBLE_TIMESTAMP_ROOTFS = "1688500000" # SDK -- cgit 1.2.3-korg