diff options
author | 2025-04-28 16:55:40 +0200 | |
---|---|---|
committer | 2025-04-29 10:24:32 +0000 | |
commit | d655b47bb267e6e167baaa49421b1ae26c25f74c (patch) | |
tree | e23f046417da31d35c70044ceab9e884ccbe66c9 | |
parent | 296d62ad1e6c45c04739645401056bf172e736cb (diff) |
Prepare Quirky Quillback 17.1.8quillback_17.1.8quillback/17.1.817.1.8quillback
Update the distro configuration.
Bug-AGL: SPEC-5426
Change-Id: Idfc5d4753e72bd2671bb8094678fc7bf65676fbc
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/30942
ci-image-boot-test: Jenkins Job builder account
Tested-by: Jenkins Job builder account
ci-image-build: 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 5afa95c3b..407787861 100644 --- a/meta-agl-core/conf/distro/poky-agl.conf +++ b/meta-agl-core/conf/distro/poky-agl.conf @@ -11,7 +11,7 @@ DISTRO_NAME = "Automotive Grade Linux" # Release flags DISTRO_CODENAME = "quillback" AGL_BRANCH = "quillback" -AGLVERSION = "17.1.7" +AGLVERSION = "17.1.8" # switch devel/release #AGLRELEASETYPE ?= "agldevelopment" @@ -29,8 +29,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 = "1742825515" -REPRODUCIBLE_TIMESTAMP_ROOTFS = "1742825515" +export SOURCE_DATE_EPOCH = "1745852026" +REPRODUCIBLE_TIMESTAMP_ROOTFS = "1745852026" # SDK |