diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-10-10 11:47:07 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-10-11 09:22:02 +0000 |
commit | e4d96f539be1e8ec9e053dfa758bc0186e4938cb (patch) | |
tree | 63b0887f0beae236df9c0f7710b29dd520aa3911 /meta-agl-distro/conf/distro | |
parent | 2698d8a0d86078bacfe38edd5678ffa48d1bfc94 (diff) |
Change DISTRO_VERSION for EE rc1
This change adapts the DISTRO_VERSION for Electric Eel RC1.
Change-Id: I44389dcc08537b0b2ab985a8500f5d36d13fcbde
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/11199
Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
Diffstat (limited to 'meta-agl-distro/conf/distro')
-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 8ca9a469a..9684a9740 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 = "4.90.0+snapshot-${DATE}" +DISTRO_VERSION = "4.99.1+snapshot-${DATE}" DISTRO_CODENAME = "eel" -DISTRO_BRANCH_VERSION_TAG = "eel/4.90.0" +DISTRO_BRANCH_VERSION_TAG = "eel/4.99.1" SDK_VENDOR = "-aglsdk" SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}" |