diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2019-02-10 14:53:53 +0100 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2019-02-10 14:54:07 +0100 |
commit | 725d3c3177afe679080afb3e64fb52de830f4dbc (patch) | |
tree | 96d744b4001fe8561e836bf9bd54bbcbc534bb45 | |
parent | 3c8487c6b57c70e6b352a5cce63e735f38b460cf (diff) |
Cut Grumpy Guppy 7.0.0 releaseguppy_7.0.0guppy/7.0.07.0.0
Change the distro config for v7.0.0 .
Change-Id: I13dd2ba0b63a0b9dd51b7764bdf90e4f14f40f07
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
-rw-r--r-- | meta-agl-distro/conf/distro/poky-agl.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-agl-distro/conf/distro/poky-agl.conf b/meta-agl-distro/conf/distro/poky-agl.conf index 07e1b8e15..3b6106946 100644 --- a/meta-agl-distro/conf/distro/poky-agl.conf +++ b/meta-agl-distro/conf/distro/poky-agl.conf @@ -8,7 +8,7 @@ DISTRO_NAME = "Automotive Grade Linux" # Release flags DISTRO_CODENAME = "guppy" AGL_BRANCH = "guppy" -AGLVERSION = "6.99.5" +AGLVERSION = "7.0.0" # switch devel/release #AGLRELEASETYPE ?= "agldevelopment" AGLRELEASETYPE ?= "aglrelease" |