From 0ff2cdad22a52edde1ea2652d4e565d164e77597 Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Sun, 22 Jan 2023 19:12:00 +0100 Subject: Prepare Nifty Needlefish 14.0.3 Update the distro configuration. Bug-AGL: SPEC-4676 Signed-off-by: Jan-Simon Moeller Change-Id: If0edb8951ef4e26fa617bb77ab5944fc052b0113 Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/28411 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(-) diff --git a/meta-agl-core/conf/distro/poky-agl.conf b/meta-agl-core/conf/distro/poky-agl.conf index 2bd58aa3f..c0fd8420f 100644 --- a/meta-agl-core/conf/distro/poky-agl.conf +++ b/meta-agl-core/conf/distro/poky-agl.conf @@ -8,10 +8,10 @@ DISTRO_NAME = "Automotive Grade Linux" # Release flags DISTRO_CODENAME = "needlefish" AGL_BRANCH = "needlefish" -AGLVERSION = "14.0.2" +AGLVERSION = "14.0.3" # switch devel/release -AGLRELEASETYPE ?= "agldevelopment" +#AGLRELEASETYPE ?= "agldevelopment" AGLRELEASETYPE := "aglrelease" OVERRIDES .= ":${AGLRELEASETYPE}" @@ -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 = "1663330000" -REPRODUCIBLE_TIMESTAMP_ROOTFS = "1663330000" +export SOURCE_DATE_EPOCH = "1674500000" +REPRODUCIBLE_TIMESTAMP_ROOTFS = "1674500000" # SDK -- cgit 1.2.3-korg