From 9c99d6680bc5bd3e14085f2b58301ef52144a937 Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Fri, 21 Jun 2024 11:37:04 +0200 Subject: [PATCH] Prepare Royal Ricefish Milestone 2 Update the distro configuration. Bug-AGL: SPEC-5186 Change-Id: I8aeb4d3066ab0150bd66d248381a15c338a0a5ea Signed-off-by: Jan-Simon Moeller Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/30008 ci-image-build: Jenkins Job builder account Tested-by: 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(-) diff --git a/meta-agl-core/conf/distro/poky-agl.conf b/meta-agl-core/conf/distro/poky-agl.conf index 73c9a48f6..cd18f4c39 100644 --- a/meta-agl-core/conf/distro/poky-agl.conf +++ b/meta-agl-core/conf/distro/poky-agl.conf @@ -11,7 +11,7 @@ DISTRO_NAME = "Automotive Grade Linux" # Release flags DISTRO_CODENAME = "ricefish" AGL_BRANCH = "master" -AGLVERSION = "17.91.0" +AGLVERSION = "17.92.0" # switch devel/release #AGLRELEASETYPE ?= "agldevelopment" @@ -29,8 +29,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 = "1718000000" -REPRODUCIBLE_TIMESTAMP_ROOTFS = "1718000000" +export SOURCE_DATE_EPOCH = "1718892136" +REPRODUCIBLE_TIMESTAMP_ROOTFS = "1718892136" # SDK -- 2.16.6