From e302f9668bc399d671128d325ed108be1a48ee69 Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Thu, 3 Aug 2023 14:41:40 +0200 Subject: Update distro configuration for Quirky Quillback Change for the upcoming AGL release 'Quirky Quillback'. Bug-AGL: SPEC-4873 Change-Id: I5c000ce0020a3b5efafbf2258258545c81a03839 Signed-off-by: Jan-Simon Moeller Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/29098 Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account --- meta-agl-core/conf/distro/poky-agl.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'meta-agl-core') diff --git a/meta-agl-core/conf/distro/poky-agl.conf b/meta-agl-core/conf/distro/poky-agl.conf index dd60dd906..758574fb4 100644 --- a/meta-agl-core/conf/distro/poky-agl.conf +++ b/meta-agl-core/conf/distro/poky-agl.conf @@ -6,9 +6,9 @@ DISTRO_NAME = "Automotive Grade Linux" # Release flags -DISTRO_CODENAME = "pike" +DISTRO_CODENAME = "quillback" AGL_BRANCH = "master" -AGLVERSION = "15.92.0" +AGLVERSION = "16.90.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 = "1691000000" +REPRODUCIBLE_TIMESTAMP_ROOTFS = "1691000000" # SDK -- cgit 1.2.3-korg