diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-08-03 14:41:40 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-08-04 14:29:15 +0000 |
commit | e302f9668bc399d671128d325ed108be1a48ee69 (patch) | |
tree | 6a90e6d8c2fbb7305a16e879469b8af089da83c0 /meta-agl-core/conf | |
parent | 2d0f4726b36f4a387f27543b4c81261c9686016d (diff) |
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 <jsmoeller@linuxfoundation.org>
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
Diffstat (limited to 'meta-agl-core/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 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 |