From 310012e631074cd089c0284a4f7f0bee9e214c80 Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Mon, 22 May 2017 22:26:29 +0200 Subject: Bump version for DARING DAB rc1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This bumps the DISTRO_VERSION to 3.99.1 as RC1 of DARING DAB. Also introduce DISTRO_BRANCH_VERSION_TAG to be used in bbappends for SRCREV_dab to pin the AUTOREV's . Change-Id: I1a38883dadcd102898ac29f14ee58645bd398ba0 Signed-off-by: Jan-Simon Möller Reviewed-on: https://gerrit.automotivelinux.org/gerrit/9465 Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account --- meta-agl-distro/conf/distro/poky-agl.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meta-agl-distro') diff --git a/meta-agl-distro/conf/distro/poky-agl.conf b/meta-agl-distro/conf/distro/poky-agl.conf index a8cc2ca74..4b39be1b7 100644 --- a/meta-agl-distro/conf/distro/poky-agl.conf +++ b/meta-agl-distro/conf/distro/poky-agl.conf @@ -3,8 +3,9 @@ require conf/distro/poky.conf # AGL specific derivations DISTRO = "poky-agl" DISTRO_NAME = "Automotive Grade Linux" -DISTRO_VERSION = "3.90.0+snapshot-${DATE}" +DISTRO_VERSION = "3.99.1+snapshot-${DATE}" DISTRO_CODENAME = "dab" +DISTRO_BRANCH_VERSION_TAG = "dab/3.99.1" SDK_VENDOR = "-aglsdk" SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}" -- cgit 1.2.3-korg