diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-07-04 15:51:16 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-07-18 18:09:33 +0000 |
commit | c5a6fba2c304df2e29c0f1aec5d972cc93a68083 (patch) | |
tree | 743170264e591e753c18918f495250f8620a5f93 /meta-agl-core/conf | |
parent | 6ceb50a297453017b88f37739be10e766d53ae21 (diff) |
Prepare Prickly Pike Milestone 2
Update the distro manifest.
Bug-AGL: SPEC-4852
Change-Id: Idfccb3f4ff7d9b075148193a0633ba59ee82f6f2
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/29042
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')
-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 ecff57f51..a23a04766 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 = "pike" AGL_BRANCH = "master" -AGLVERSION = "15.91.1" +AGLVERSION = "15.92.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 = "1686000000" -REPRODUCIBLE_TIMESTAMP_ROOTFS = "1686000000" +export SOURCE_DATE_EPOCH = "1688500000" +REPRODUCIBLE_TIMESTAMP_ROOTFS = "1688500000" # SDK |