From 46f5d2ed7a87af732e28579aaec6de005227b805 Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Fri, 28 Jun 2019 00:01:42 +0200 Subject: Prepare 7.0.3 release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bump the distro configuration for Grumpy Guppy v7.0.3 Change-Id: I850e5257a156ca550f1d342e4a55edb94de61918 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') diff --git a/meta-agl-distro/conf/distro/poky-agl.conf b/meta-agl-distro/conf/distro/poky-agl.conf index a63c19f0b..203cdc80e 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 = "guppy" -AGLVERSION = "7.0.2" +AGLVERSION = "7.0.3" # switch devel/release -AGLRELEASETYPE ?= "agldevelopment" -#AGLRELEASETYPE ?= "aglrelease" +#AGLRELEASETYPE ?= "agldevelopment" +AGLRELEASETYPE ?= "aglrelease" OVERRIDES .= ":${AGLRELEASETYPE}" # -- cgit 1.2.3-korg