From: Jan-Simon Möller Date: Mon, 26 Jun 2017 11:52:43 +0000 (+0200) Subject: Bump DISTRO_VERSION for DD rc2 X-Git-Tag: dab_3.99.2~19 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;ds=sidebyside;h=091ef1a3c23f6c28bad47caf16aeca3318dbd5f7;p=AGL%2Fmeta-agl.git Bump DISTRO_VERSION for DD rc2 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 --- 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')}"