From 847ea82dfb905a1ee5a25e6164ff97c35ddd5689 Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Wed, 4 Oct 2017 22:26:11 +0200 Subject: Update DISTRO_VERSION to 4.0.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I08264b7d0a3666eecdfd233c9aeb68308da53fa2 Signed-off-by: Jan-Simon Möller Reviewed-on: https://gerrit.automotivelinux.org/gerrit/11127 Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account --- meta-agl-distro/conf/distro/poky-agl.conf | 4 ++-- 1 file 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')}" -- cgit 1.2.3-korg