From 59abc08de3d6e3f225c840f0b460bee084cce62d Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Thu, 7 Feb 2019 14:48:39 +0100 Subject: Change distro configuration for guppy MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Use the guppy branch and change version to rc5. Change-Id: Ide35a594c83daace7e63a8f1c6415def19cfeb54 Signed-off-by: Jan-Simon Möller --- meta-agl-distro/conf/distro/poky-agl.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta-agl-distro/conf/distro/poky-agl.conf b/meta-agl-distro/conf/distro/poky-agl.conf index 9b29bce53..07e1b8e15 100644 --- a/meta-agl-distro/conf/distro/poky-agl.conf +++ b/meta-agl-distro/conf/distro/poky-agl.conf @@ -7,11 +7,11 @@ DISTRO_NAME = "Automotive Grade Linux" # Release flags DISTRO_CODENAME = "guppy" -AGL_BRANCH = "master" -AGLVERSION = "6.99.4" +AGL_BRANCH = "guppy" +AGLVERSION = "6.99.5" # switch devel/release -AGLRELEASETYPE ?= "agldevelopment" -#AGLRELEASETYPE ?= "aglrelease" +#AGLRELEASETYPE ?= "agldevelopment" +AGLRELEASETYPE ?= "aglrelease" OVERRIDES .= ":${AGLRELEASETYPE}" # -- cgit 1.2.3-korg