diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-01-22 19:12:00 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-01-23 12:00:14 +0000 |
commit | 0ff2cdad22a52edde1ea2652d4e565d164e77597 (patch) | |
tree | 9cf1328f7a0589403adbf7dc483c9d55eccd3e85 | |
parent | cc422ba11f0a18b830422d41e47ba85481daa258 (diff) |
Prepare Nifty Needlefish 14.0.3needlefish_14.0.3needlefish/14.0.314.0.3
Update the distro configuration.
Bug-AGL: SPEC-4676
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
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
-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 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 |