diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2022-11-21 14:54:01 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2022-11-23 14:55:04 +0000 |
commit | fc9f15eef866d83933c1a2f7a74e6b22f3297c16 (patch) | |
tree | 04dc3f8514cb54c71efe302edfb3a5c9f6647189 /meta-agl-core/conf/distro | |
parent | e01f289d60c4f25b5483bc2a5e4d6887f50eb309 (diff) |
Prepare Optimistic Octopus Milestone 1octopus_14.91.0octopus/14.91.014.91.0
Update the distro configuration.
Bug-AGL: SPEC-4616
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: Iba55e4e0e51bfec2a1949a0fc9775760a6a8732b
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/28177
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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-agl-core/conf/distro/poky-agl.conf b/meta-agl-core/conf/distro/poky-agl.conf index e795732da..220f4c152 100644 --- a/meta-agl-core/conf/distro/poky-agl.conf +++ b/meta-agl-core/conf/distro/poky-agl.conf @@ -8,11 +8,11 @@ DISTRO_NAME = "Automotive Grade Linux" # Release flags DISTRO_CODENAME = "octopus" AGL_BRANCH = "master" -AGLVERSION = "14.90.0" +AGLVERSION = "14.91.0" # switch devel/release AGLRELEASETYPE ?= "agldevelopment" -#AGLRELEASETYPE := "aglrelease" +AGLRELEASETYPE := "aglrelease" OVERRIDES .= ":${AGLRELEASETYPE}" |