diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-09-07 18:55:54 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-09-07 19:58:13 +0000 |
commit | 7b971469a83e831813b998a79be4c6ed417274bc (patch) | |
tree | 77c10086a35f1233709dc7b2b9ee3c67913be6a3 | |
parent | 5bc2388a778cead3fa16014c91da23c5368e3b7d (diff) |
This prepares the 4.0.1 release
Change-Id: Ia1979fa50c97267ecc04a42406b65ab4251a1361
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/10819
Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-boot-test: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
-rw-r--r-- | meta-agl-distro/conf/distro/poky-agl.conf | 4 |
1 files 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 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')}" |