From d84b438b364570fd5e22270806fb60ec1cf1a247 Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Thu, 15 Nov 2018 23:47:58 +0100 Subject: Prepare Grumpy Guppy RC1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Modify the distro config to reflect the RC1 release. Change-Id: If46096e12c0917ee517835e5803ec32b80a6a37a Signed-off-by: Jan-Simon Möller --- meta-agl-distro/conf/distro/poky-agl.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'meta-agl-distro/conf/distro/poky-agl.conf') diff --git a/meta-agl-distro/conf/distro/poky-agl.conf b/meta-agl-distro/conf/distro/poky-agl.conf index 30c01e63f..cfdbf51b8 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 = "guppy" AGL_BRANCH = "master" -AGLVERSION = "6.90.0" +AGLVERSION = "6.99.1" # switch devel/release -AGLRELEASETYPE ?= "agldevelopment" -#AGLRELEASETYPE ?= "aglrelease" +#AGLRELEASETYPE ?= "agldevelopment" +AGLRELEASETYPE ?= "aglrelease" OVERRIDES .= ":${AGLRELEASETYPE}" # -- cgit 1.2.3-korg