From 72db0487778e4f1be390fdf2ca1a8816bc9a80d2 Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Fri, 31 May 2024 11:45:36 +0200 Subject: [PATCH] Prepare Royal Ricefish Milestone 1 Update the distro manifest file. Bug-AGL: SPEC-5154 Change-Id: I9b01ab24c97033ba53b69bba1a1a36ff6d8d0bd5 Signed-off-by: Jan-Simon Moeller Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/29959 --- 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 266a06d70..73c9a48f6 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.90.0" +AGLVERSION = "17.91.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 = "1706800000" -REPRODUCIBLE_TIMESTAMP_ROOTFS = "1706800000" +export SOURCE_DATE_EPOCH = "1718000000" +REPRODUCIBLE_TIMESTAMP_ROOTFS = "1718000000" # SDK -- 2.16.6