From 41c021261484aa60ad20ded5a98d6dd83dda94f3 Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Mon, 13 Jan 2025 11:29:36 +0100 Subject: Prepare Super Salmon Milestone 3 Update the distro configuration. Bug-AGL: SPEC-5333 Change-Id: I44eae3737683981a293ea37f9f7b3766ba0c1555 Signed-off-by: Jan-Simon Moeller Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/30757 Tested-by: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account ci-image-build: Jenkins Job builder account --- meta-agl-core/conf/distro/poky-agl.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'meta-agl-core') diff --git a/meta-agl-core/conf/distro/poky-agl.conf b/meta-agl-core/conf/distro/poky-agl.conf index 335f4f6a0..20891e876 100644 --- a/meta-agl-core/conf/distro/poky-agl.conf +++ b/meta-agl-core/conf/distro/poky-agl.conf @@ -10,8 +10,8 @@ DISTRO_NAME = "Automotive Grade Linux" # Release flags DISTRO_CODENAME = "salmon" -AGL_BRANCH = "master" -AGLVERSION = "18.92.0" +AGL_BRANCH = "salmon" +AGLVERSION = "18.93.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 = "1734348334" -REPRODUCIBLE_TIMESTAMP_ROOTFS = "1734348334" +export SOURCE_DATE_EPOCH = "1736761334" +REPRODUCIBLE_TIMESTAMP_ROOTFS = "1736761334" # SDK -- cgit 1.2.3-korg