diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-04-03 23:52:54 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-04-04 09:40:02 +0000 |
commit | 33ac6e22d9fc9869a8dea2dfc93797126d973ac8 (patch) | |
tree | 245870b5ae124908358d51a4049937ed6309bce6 /meta-agl-core/conf/distro/poky-agl.conf | |
parent | c4c3b584c23209ad7f9ff587eb48ba462fd0ed2c (diff) |
Prepare Optimistic Octopus 15.0.1octopus_15.0.1octopus/15.0.115.0.1
Update the distro configuration.
Bug-AGL: SPEC-4737
Change-Id: Ide698c4972dbd51b42a2d477b0524a5bd03f8db5
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/28621
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/conf/distro/poky-agl.conf')
-rw-r--r-- | meta-agl-core/conf/distro/poky-agl.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-agl-core/conf/distro/poky-agl.conf b/meta-agl-core/conf/distro/poky-agl.conf index 7b5bb70df..13512a4ed 100644 --- a/meta-agl-core/conf/distro/poky-agl.conf +++ b/meta-agl-core/conf/distro/poky-agl.conf @@ -8,10 +8,10 @@ DISTRO_NAME = "Automotive Grade Linux" # Release flags DISTRO_CODENAME = "octopus" AGL_BRANCH = "octopus" -AGLVERSION = "15.0.0" +AGLVERSION = "15.0.1" # switch devel/release -AGLRELEASETYPE ?= "agldevelopment" +#AGLRELEASETYPE ?= "agldevelopment" AGLRELEASETYPE := "aglrelease" OVERRIDES .= ":${AGLRELEASETYPE}" @@ -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 = "1677000000" -REPRODUCIBLE_TIMESTAMP_ROOTFS = "1677000000" +export SOURCE_DATE_EPOCH = "1680600000" +REPRODUCIBLE_TIMESTAMP_ROOTFS = "1680600000" # SDK |