diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2024-09-09 21:26:55 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2024-09-10 10:29:09 +0000 |
commit | ba309eca4261ca26a45b5b727a0ade0030fbd618 (patch) | |
tree | 7239ac142601fec180da375f4ef715796008fac8 | |
parent | aa79a0529e4fe599654be2e5d8631cd5eadf659f (diff) |
Prepare Royal Ricefish 18.0.1ricefish_18.0.1ricefish/18.0.118.0.1
Update the distro configuration.
Bug-AGL: SPEC-5243
Change-Id: Iee8d4344d19d341c45563c2ced21af62ce9c8cfe
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/30268
ci-image-build: Jenkins Job builder account
ci-image-boot-test: Jenkins Job builder account
Tested-by: Jenkins Job builder account
-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 9bfab315c..7e69b8d0a 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 = "ricefish" -AGLVERSION = "18.0.0" +AGLVERSION = "18.0.1" # 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 = "1719930090" -REPRODUCIBLE_TIMESTAMP_ROOTFS = "1719930090" +export SOURCE_DATE_EPOCH = "1725908513" +REPRODUCIBLE_TIMESTAMP_ROOTFS = "1725908513" # SDK |