From 7a6616c1384d91b349b833f2cb9ee1325e1a7ecb Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Thu, 11 Oct 2018 19:08:56 +0200 Subject: Bump distro config for 6.0.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change the DISTRO config towards FF 6.0.1 Change-Id: I791689eed7ac55ef947c038e63b336663215e7b6 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 2ee6f7b1c..8bc79c2fd 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.0" +AGLVERSION = "6.0.1" # switch devel/release -AGLRELEASETYPE ?= "agldevelopment" -#AGLRELEASETYPE ?= "aglrelease" +#AGLRELEASETYPE ?= "agldevelopment" +AGLRELEASETYPE ?= "aglrelease" OVERRIDES .= ":${AGLRELEASETYPE}" # -- cgit 1.2.3-korg