diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2024-05-31 11:45:36 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2024-06-04 15:26:02 +0000 |
commit | 72db0487778e4f1be390fdf2ca1a8816bc9a80d2 (patch) | |
tree | 688f87c59404bcce4edfb77a2691c6b4e99c920a /meta-agl-core/conf | |
parent | 2bec309d4322df3316f166f51ce6d6fd93f7131d (diff) |
Prepare Royal Ricefish Milestone 1ricefish_17.91.0ricefish/17.91.017.91.0
Update the distro manifest file.
Bug-AGL: SPEC-5154
Change-Id: I9b01ab24c97033ba53b69bba1a1a36ff6d8d0bd5
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/29959
Diffstat (limited to 'meta-agl-core/conf')
-rw-r--r-- | meta-agl-core/conf/distro/poky-agl.conf | 6 |
1 files 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 |