From 70ee918271b8ef7046fdb25fc315b09938b9b8a6 Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Fri, 25 Mar 2022 12:35:42 +0100 Subject: Update distro configuration for Magic Marlin 13.0.0 Update the distro configuration. Bug-AGL: SPEC-4311 Signed-off-by: Jan-Simon Moeller Change-Id: I6505030df6e6320f8b996a9110cb3f453ae14338 Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/27306 Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account Reviewed-by: Scott Murray --- meta-agl-core/conf/distro/poky-agl.conf | 4 ++-- 1 file 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 9f3b6c158..bc1a2c70c 100644 --- a/meta-agl-core/conf/distro/poky-agl.conf +++ b/meta-agl-core/conf/distro/poky-agl.conf @@ -7,8 +7,8 @@ DISTRO_NAME = "Automotive Grade Linux" # Release flags DISTRO_CODENAME = "marlin" -AGL_BRANCH = "master" -AGLVERSION = "12.93.0" +AGL_BRANCH = "marlin" +AGLVERSION = "13.0.0" # switch devel/release #AGLRELEASETYPE ?= "agldevelopment" AGLRELEASETYPE ?= "aglrelease" -- cgit 1.2.3-korg