diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-01-23 16:28:59 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-01-23 21:19:05 +0000 |
commit | f3dc1d6ce3d465308f56a03f3566c1d6d10e21c9 (patch) | |
tree | 03cfd73cb5e13d278d8dfb788eb2f31f5ac4c0ce | |
parent | 2f40613cbf42fd378feea57ccefbb3215ecc1355 (diff) |
Prepare Optimistic Octopus Milestone 3
Update the distro configuration.
Bug-AGL: SPEC-4677
Change-Id: If68d70f93ec35f9f921083f04779216ea33ca6e0
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/28413
Tested-by: Jenkins Job builder account
ci-image-build: Jenkins Job builder account
ci-image-boot-test: 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 cda899e98..5508c88a0 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 = "master" -AGLVERSION = "14.92.0" +AGLVERSION = "14.93.0" # 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 = "1671100000" -REPRODUCIBLE_TIMESTAMP_ROOTFS = "1671100000" +export SOURCE_DATE_EPOCH = "1674500000" +REPRODUCIBLE_TIMESTAMP_ROOTFS = "1674500000" # SDK |