diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-07-31 18:25:11 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-08-01 13:21:23 +0000 |
commit | 903e1080496f7b7e8584f92fb8506107c01e0c9c (patch) | |
tree | 7f287e74a0c0d5ce5674d0db95b0d69cdbc592f2 | |
parent | b6ac363077b77b6c5e7ba1165955a008cb24e473 (diff) |
Prepare Prickly Pike Milestone 3pike_15.93.0pike/15.93.015.93.0
Update the distro configuration for Prickly Pike Milestone 3
Bug-AGL: SPEC-4869
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: Ieb88e65c33b1a282c3e144e643d762435e65f226
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/29074
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 | 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 dd60dd906..121aa88d6 100644 --- a/meta-agl-core/conf/distro/poky-agl.conf +++ b/meta-agl-core/conf/distro/poky-agl.conf @@ -7,8 +7,8 @@ DISTRO_NAME = "Automotive Grade Linux" # Release flags DISTRO_CODENAME = "pike" -AGL_BRANCH = "master" -AGLVERSION = "15.92.0" +AGL_BRANCH = "pike" +AGLVERSION = "15.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 = "1688500000" -REPRODUCIBLE_TIMESTAMP_ROOTFS = "1688500000" +export SOURCE_DATE_EPOCH = "1690900000" +REPRODUCIBLE_TIMESTAMP_ROOTFS = "1690900000" # SDK |