From: Jan-Simon Möller Date: Thu, 7 Sep 2017 16:55:54 +0000 (+0200) Subject: Update DISTRO_VERSION for Dab 4.0.1 X-Git-Tag: 4.0.1^0 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=7b971469a83e831813b998a79be4c6ed417274bc;p=AGL%2Fmeta-agl.git Update DISTRO_VERSION for Dab 4.0.1 This prepares the 4.0.1 release Change-Id: Ia1979fa50c97267ecc04a42406b65ab4251a1361 Signed-off-by: Jan-Simon Möller Reviewed-on: https://gerrit.automotivelinux.org/gerrit/10819 Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account ci-image-boot-test: 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 6dc759989..49fd2f550 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.0.0" +DISTRO_VERSION = "4.0.1" DISTRO_CODENAME = "dab" -DISTRO_BRANCH_VERSION_TAG = "dab/4.0.0" +DISTRO_BRANCH_VERSION_TAG = "dab/4.0.1" SDK_VENDOR = "-aglsdk" SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}"