summaryrefslogtreecommitdiffstats
path: root/meta-agl-distro
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2017-07-28 17:23:05 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2017-07-29 07:51:18 +0000
commitff41f296b133efc00cebe90d37123379af90f7f4 (patch)
treec05a74500f4f3de184cccab8348bf955cb173ebf /meta-agl-distro
parent4811c1c4f8ed5d73806f775eab637251966075d0 (diff)
Bump master version and codename to Electric Eel
This change adapts the distro versions and codename to match the next release 'Electric Eel'. - Use 4.90.0 as version during inital development - Adapt distro-codename Change-Id: Ie2bd212cc8dd11a9bdbab2b9d53581406ff0a1e0 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org> Reviewed-on: https://gerrit.automotivelinux.org/gerrit/10449 Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> ci-image-boot-test: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
Diffstat (limited to 'meta-agl-distro')
-rw-r--r--meta-agl-distro/conf/distro/poky-agl.conf6
1 files 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 f852b50f6..0e3d831c9 100644
--- a/meta-agl-distro/conf/distro/poky-agl.conf
+++ b/meta-agl-distro/conf/distro/poky-agl.conf
@@ -3,9 +3,9 @@ require conf/distro/poky.conf
# AGL specific derivations
DISTRO = "poky-agl"
DISTRO_NAME = "Automotive Grade Linux"
-DISTRO_VERSION = "3.99.1+snapshot-${DATE}"
-DISTRO_CODENAME = "dab"
-DISTRO_BRANCH_VERSION_TAG = "dab/3.99.1"
+DISTRO_VERSION = "4.90.0+snapshot-${DATE}"
+DISTRO_CODENAME = "eel"
+DISTRO_BRANCH_VERSION_TAG = "eel/4.90.0"
SDK_VENDOR = "-aglsdk"
SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}"