diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-06-06 16:16:59 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-06-06 20:38:55 +0000 |
commit | 2cba0a151ec57550447bead9b0e2ca33dc9607ba (patch) | |
tree | a787a08696b8a3db93fc380a42dfbbb75a44d2c7 /meta-agl-core | |
parent | c69334b7342c0335ed0e0b18aa010f8cc57905d5 (diff) |
Prepare Optimistic Octopus 15.0.3
Update the distro configuration.
Bug-AGL: SPEC-4827
Change-Id: I018edfaaa8b9d87499b8977d4c270ccd37c65df7
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/28992
Tested-by: Jenkins Job builder account
ci-image-build: Jenkins Job builder account
ci-image-boot-test: Jenkins Job builder account
Diffstat (limited to 'meta-agl-core')
-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 4fe03b3cc..158a6a593 100644 --- a/meta-agl-core/conf/distro/poky-agl.conf +++ b/meta-agl-core/conf/distro/poky-agl.conf @@ -8,7 +8,7 @@ DISTRO_NAME = "Automotive Grade Linux" # Release flags DISTRO_CODENAME = "octopus" AGL_BRANCH = "octopus" -AGLVERSION = "15.0.2" +AGLVERSION = "15.0.3" # switch devel/release #AGLRELEASETYPE ?= "agldevelopment" @@ -27,8 +27,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 = "1683700000" -REPRODUCIBLE_TIMESTAMP_ROOTFS = "1683700000" +export SOURCE_DATE_EPOCH = "1686000000" +REPRODUCIBLE_TIMESTAMP_ROOTFS = "1686000000" # SDK |