diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2022-09-16 08:21:03 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2022-09-16 13:52:52 +0000 |
commit | 2e8dbab520652afa5e39e74793bdc917aa9ee86b (patch) | |
tree | 77fffe8950a48877d1d90e75befbc652bc9b812c /meta-agl-core/conf/distro | |
parent | e4ea839db9c26e78175d61388c5408a79f6927dc (diff) |
Change master branch name to octopus
Long live the new codename 'Optimistic Octopus'.
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
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
Diffstat (limited to 'meta-agl-core/conf/distro')
-rw-r--r-- | meta-agl-core/conf/distro/poky-agl.conf | 10 |
1 files 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 |