From fc9f15eef866d83933c1a2f7a74e6b22f3297c16 Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Mon, 21 Nov 2022 14:54:01 +0100 Subject: Prepare Optimistic Octopus Milestone 1 Update the distro configuration. Bug-AGL: SPEC-4616 Signed-off-by: Jan-Simon Moeller 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 --- meta-agl-core/conf/distro/poky-agl.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-agl-core') 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}" -- cgit 1.2.3-korg