From 2e8dbab520652afa5e39e74793bdc917aa9ee86b Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Fri, 16 Sep 2022 08:21:03 +0200 Subject: Change master branch name to octopus Long live the new codename 'Optimistic Octopus'. Signed-off-by: Jan-Simon Moeller Change-Id: I1f12f334a2082ffa813cb453aa976ef5f995732c Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/27998 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 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/meta-agl-core/conf/distro/poky-agl.conf b/meta-agl-core/conf/distro/poky-agl.conf index 78c9d0321..e795732da 100644 --- a/meta-agl-core/conf/distro/poky-agl.conf +++ b/meta-agl-core/conf/distro/poky-agl.conf @@ -6,13 +6,13 @@ DISTRO_NAME = "Automotive Grade Linux" # Release flags -DISTRO_CODENAME = "needlefish" +DISTRO_CODENAME = "octopus" AGL_BRANCH = "master" -AGLVERSION = "13.93.0" +AGLVERSION = "14.90.0" # switch devel/release AGLRELEASETYPE ?= "agldevelopment" -AGLRELEASETYPE := "aglrelease" +#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 = "1593400000" -REPRODUCIBLE_TIMESTAMP_ROOTFS = "1593400000" +export SOURCE_DATE_EPOCH = "1663300000" +REPRODUCIBLE_TIMESTAMP_ROOTFS = "1663300000" # SDK -- cgit 1.2.3-korg