summaryrefslogtreecommitdiffstats
path: root/meta-agl-distro
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2017-05-22 22:26:29 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2017-05-23 07:59:43 +0000
commit310012e631074cd089c0284a4f7f0bee9e214c80 (patch)
treed6dd38c7ebb8b795c449eb0278eb522a0ed12900 /meta-agl-distro
parentf40999a681442f6c5a195e53710ac67e3e86d3a8 (diff)
Bump version for DARING DAB rc1
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 <jsmoeller@linuxfoundation.org> Reviewed-on: https://gerrit.automotivelinux.org/gerrit/9465 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')
-rw-r--r--meta-agl-distro/conf/distro/poky-agl.conf3
1 files changed, 2 insertions, 1 deletions
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')}"