diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2025-01-13 11:29:36 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2025-01-14 09:02:36 +0000 |
commit | 41c021261484aa60ad20ded5a98d6dd83dda94f3 (patch) | |
tree | 4b7825680e746c1610f1702f86bafeba1f35318c | |
parent | 88b617996df9e40d625330d3c2513b3ada0a7230 (diff) |
Prepare Super Salmon Milestone 3salmon_18.93.0salmon/18.93.018.93.0salmon
Update the distro configuration.
Bug-AGL: SPEC-5333
Change-Id: I44eae3737683981a293ea37f9f7b3766ba0c1555
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
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
-rw-r--r-- | meta-agl-core/conf/distro/poky-agl.conf | 8 |
1 files 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 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 |