From 0f1bcdcbe367a560dd57270f06cae593101e764b Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Sun, 9 Dec 2018 11:12:23 +0100 Subject: Cut Flounder 6.0.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We have quite a few updates merged already, thus it makes sense to cut a point release now to allow ppl tracking the stable branch to update. Change-Id: If69e8a066ebc4baf53a19fdbfd9b526ef7ef0a7a Signed-off-by: Jan-Simon Möller --- meta-agl-distro/conf/distro/poky-agl.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-agl-distro/conf/distro/poky-agl.conf b/meta-agl-distro/conf/distro/poky-agl.conf index b9ddf6e93..59ad5ccf2 100644 --- a/meta-agl-distro/conf/distro/poky-agl.conf +++ b/meta-agl-distro/conf/distro/poky-agl.conf @@ -8,10 +8,10 @@ DISTRO_NAME = "Automotive Grade Linux" # Release flags DISTRO_CODENAME = "flounder" AGL_BRANCH = "flounder" -AGLVERSION = "6.0.2" +AGLVERSION = "6.0.3" # switch devel/release -AGLRELEASETYPE ?= "agldevelopment" -#AGLRELEASETYPE ?= "aglrelease" +#AGLRELEASETYPE ?= "agldevelopment" +AGLRELEASETYPE ?= "aglrelease" OVERRIDES .= ":${AGLRELEASETYPE}" # -- cgit 1.2.3-korg