diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-10-04 22:26:11 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-10-05 21:45:57 +0000 |
commit | 847ea82dfb905a1ee5a25e6164ff97c35ddd5689 (patch) | |
tree | 17f2694ffbea83e1b2dcafa10e11906090f0bdbf /meta-agl-distro | |
parent | 3f75968f538a947e45415e97fb76566d23788144 (diff) |
Update DISTRO_VERSION to 4.0.2
Change-Id: I08264b7d0a3666eecdfd233c9aeb68308da53fa2
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/11127
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.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 49fd2f550..678c5df1d 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.1" +DISTRO_VERSION = "4.0.2" DISTRO_CODENAME = "dab" -DISTRO_BRANCH_VERSION_TAG = "dab/4.0.1" +DISTRO_BRANCH_VERSION_TAG = "dab/4.0.2" SDK_VENDOR = "-aglsdk" SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}" |