diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2024-06-21 11:37:04 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2024-06-25 11:04:31 +0000 |
commit | 9c99d6680bc5bd3e14085f2b58301ef52144a937 (patch) | |
tree | a7972969ec66ab51dd73249bc11c77dd1b9d7346 /meta-agl-core/conf | |
parent | ce55e2d760c3877ca754e24dfe76c16eb09ada68 (diff) |
Prepare Royal Ricefish Milestone 2ricefish_17.92.0ricefish/17.92.017.92.0
Update the distro configuration.
Bug-AGL: SPEC-5186
Change-Id: I8aeb4d3066ab0150bd66d248381a15c338a0a5ea
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/30008
ci-image-build: Jenkins Job builder account
Tested-by: Jenkins Job builder account
ci-image-boot-test: Jenkins Job builder account
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 73c9a48f6..cd18f4c39 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.91.0" +AGLVERSION = "17.92.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 = "1718000000" -REPRODUCIBLE_TIMESTAMP_ROOTFS = "1718000000" +export SOURCE_DATE_EPOCH = "1718892136" +REPRODUCIBLE_TIMESTAMP_ROOTFS = "1718892136" # SDK |