From 9e95c7ed5309f35b3b0232c5135c529cd18f724b Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Fri, 2 Jul 2021 22:07:21 +0200 Subject: Prepare Lucky Lamprey Milestone 3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update the distro configuration. Change-Id: Ib7ffb28cc71da5b28f95bcbe89c6b3fadbe981c7 Bug-AGL: SPEC-4006 Signed-off-by: Jan-Simon Möller Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/26479 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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-agl-core/conf/distro/poky-agl.conf b/meta-agl-core/conf/distro/poky-agl.conf index 3e3a64e29..02b9004bf 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 = "lamprey" AGL_BRANCH = "lamprey" -AGLVERSION = "11.92.0" +AGLVERSION = "11.93.0" # switch devel/release -AGLRELEASETYPE ?= "agldevelopment" -#AGLRELEASETYPE ?= "aglrelease" +#AGLRELEASETYPE ?= "agldevelopment" +AGLRELEASETYPE ?= "aglrelease" OVERRIDES .= ":${AGLRELEASETYPE}" # -- cgit 1.2.3-korg