From 8a2b0444d24bc03effabee0e793529b5070eef39 Mon Sep 17 00:00:00 2001
From: =?utf8?q?Jan-Simon=20M=C3=B6ller?= <jsmoeller@linuxfoundation.org>
Date: Wed, 27 Nov 2019 15:55:35 +0100
Subject: [PATCH] Bump distro config after release of RC1
MIME-Version: 1.0
Content-Type: text/plain; charset=utf8
Content-Transfer-Encoding: 8bit

Window open for RC2.

Change-Id: If247ce798874c5daa06f930e649e923ecce6e871
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
---
 meta-agl-distro/conf/distro/poky-agl.conf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-agl-distro/conf/distro/poky-agl.conf b/meta-agl-distro/conf/distro/poky-agl.conf
index 4f429226b..69ccf4149 100644
--- a/meta-agl-distro/conf/distro/poky-agl.conf
+++ b/meta-agl-distro/conf/distro/poky-agl.conf
@@ -10,8 +10,8 @@ DISTRO_CODENAME = "icefish"
 AGL_BRANCH = "master"
 AGLVERSION = "8.99.1"
 # switch  devel/release
-#AGLRELEASETYPE ?= "agldevelopment"
-AGLRELEASETYPE ?= "aglrelease"
+AGLRELEASETYPE ?= "agldevelopment"
+#AGLRELEASETYPE ?= "aglrelease"
 OVERRIDES .= ":${AGLRELEASETYPE}"
 #
 
-- 
2.16.6