From 393a70c0b2e62f1a84e8ec18010753a4d10578b0 Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Tue, 11 Sep 2018 13:37:02 +0200 Subject: Post rc6 bump and use of flounder branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We bump the distro config post rc6. Also the branches have been cut so we can start the use the flounder branch. Change-Id: I8414dc3fec1780ab37868679e34f75760ba1daef 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 714ef62b7..9739876fc 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 = "flounder" -AGL_BRANCH = "master" +AGL_BRANCH = "flounder" AGLVERSION = "5.99.6" # switch devel/release -#AGLRELEASETYPE ?= "agldevelopment" -AGLRELEASETYPE ?= "aglrelease" +AGLRELEASETYPE ?= "agldevelopment" +#AGLRELEASETYPE ?= "aglrelease" OVERRIDES .= ":${AGLRELEASETYPE}" # -- cgit 1.2.3-korg