From 091ef1a3c23f6c28bad47caf16aeca3318dbd5f7 Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Mon, 26 Jun 2017 13:52:43 +0200 Subject: Bump DISTRO_VERSION for DD rc2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This changeset modifies the distro configuration to reflect DD rc2 . Change-Id: If02e69819e4007aaf7fbc220c662b64757c24b6c Signed-off-by: Jan-Simon Möller Reviewed-on: https://gerrit.automotivelinux.org/gerrit/9809 Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account --- meta-agl-distro/conf/distro/poky-agl.conf | 4 ++-- 1 file 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 70dcb3f80..595ec85ad 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_VERSION = "3.99.2+snapshot-${DATE}" DISTRO_CODENAME = "dab" -DISTRO_BRANCH_VERSION_TAG = "dab/3.99.1" +DISTRO_BRANCH_VERSION_TAG = "dab/3.99.2" SDK_VENDOR = "-aglsdk" SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}" -- cgit 1.2.3-korg