diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2018-02-07 15:04:18 +0100 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2018-02-07 15:04:33 +0100 |
commit | 1b2addabaa24897db6beb1c5627d7f283e57f2a3 (patch) | |
tree | faca03b39ec4242bd0a3af3ce22dc318ffb2af6b | |
parent | c730f9ca0c2cd9c7e482bc7d75ea71e0f94e8ee9 (diff) |
Change-Id: Ifa6d0b3d3b9f084df6b54b270d18a1203ea9fa06
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.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 678c5df1d..efb0fa285 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.2" +DISTRO_VERSION = "4.0.3" DISTRO_CODENAME = "dab" -DISTRO_BRANCH_VERSION_TAG = "dab/4.0.2" +DISTRO_BRANCH_VERSION_TAG = "dab/4.0.3" SDK_VENDOR = "-aglsdk" SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}" |