From 3a11fd6479e95b4bf117d1ecfaa6981c022fb002 Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Wed, 25 May 2022 16:55:32 +0200 Subject: Prepare Magic Marlin 13.0.1 release Update the distro configuration. Bug-AGL: SPEC-4403 Signed-off-by: Jan-Simon Moeller Change-Id: Ia24cef52fa569d04c714802b518f50f1b580adf5 Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/27525 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 16206e649..b52024c62 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 = "marlin" AGL_BRANCH = "marlin" -AGLVERSION = "13.0.0" +AGLVERSION = "13.0.1" # switch devel/release -AGLRELEASETYPE ?= "agldevelopment" -#AGLRELEASETYPE ?= "aglrelease" +#AGLRELEASETYPE ?= "agldevelopment" +AGLRELEASETYPE ?= "aglrelease" OVERRIDES .= ":${AGLRELEASETYPE}" # -- cgit 1.2.3-korg