diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2020-02-22 11:35:55 +0100 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2020-02-22 11:38:58 +0100 |
commit | 8b63689440e09c9139280088f5b4f5a686c5d50f (patch) | |
tree | d37ab84f8bb82d3158145f2e6e5faa040e884ae9 /meta-agl-distro/conf | |
parent | df4ed283e18f3dfe9f42f0012b12cb0af57bcdbb (diff) |
Update distro to jellyfish
After the next branch is merged (YP zeus) we bump the distro config.
Change-Id: I6f9358c4b955ca2d9b1cf79651e2d80e15a939a0
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'meta-agl-distro/conf')
-rw-r--r-- | meta-agl-distro/conf/distro/poky-agl.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-agl-distro/conf/distro/poky-agl.conf b/meta-agl-distro/conf/distro/poky-agl.conf index 63a421645..26eca1d05 100644 --- a/meta-agl-distro/conf/distro/poky-agl.conf +++ b/meta-agl-distro/conf/distro/poky-agl.conf @@ -6,9 +6,9 @@ DISTRO_NAME = "Automotive Grade Linux" # Release flags -DISTRO_CODENAME = "icefish" +DISTRO_CODENAME = "jellyfish" AGL_BRANCH = "master" -AGLVERSION = "8.99.5" +AGLVERSION = "9.90.0" # switch devel/release AGLRELEASETYPE ?= "agldevelopment" #AGLRELEASETYPE ?= "aglrelease" |