From be6f8e99b3ac4fd4526bcd6030b79499f68a7604 Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Mon, 23 May 2022 23:58:39 +0200 Subject: Prepare Lucky Lamprey 12.1.3 Update the distro configuration for the 12.1.3 release. Bug-AGL: SPEC-4398 Signed-off-by: Jan-Simon Moeller Change-Id: I352ed4ff5a0432e914c95d2c0f4f00e5beb23d5f Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/27521 --- 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 f8aab698b..463dd6f5a 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 = "12.1.2" +AGLVERSION = "12.1.3" # switch devel/release -AGLRELEASETYPE ?= "agldevelopment" -#AGLRELEASETYPE ?= "aglrelease" +#AGLRELEASETYPE ?= "agldevelopment" +AGLRELEASETYPE ?= "aglrelease" OVERRIDES .= ":${AGLRELEASETYPE}" # -- cgit 1.2.3-korg