From: Jan-Simon Möller Date: Tue, 10 Jul 2018 14:52:59 +0000 (+0200) Subject: Change eel version to 5.1.0 due to API change X-Git-Tag: 5.1.0~1 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F87%2F15187%2F1;p=AGL%2Fmeta-agl.git Change eel version to 5.1.0 due to API change Due to the introduction of the audio API we change the version to reflect it. Change-Id: If6e7f0ac6c94af45fd476bd8c0daa6eb9a4121f6 Signed-off-by: Jan-Simon Möller --- diff --git a/meta-agl-distro/conf/distro/poky-agl.conf b/meta-agl-distro/conf/distro/poky-agl.conf index 67b87b297..187df9a6a 100644 --- a/meta-agl-distro/conf/distro/poky-agl.conf +++ b/meta-agl-distro/conf/distro/poky-agl.conf @@ -3,8 +3,8 @@ require conf/distro/poky.conf # AGL specific derivations DISTRO = "poky-agl" DISTRO_NAME = "Automotive Grade Linux" -DISTRO_VERSION = "5.0.3+snapshot-${DATE}" -#DISTRO_VERSION = "5.0.3" +DISTRO_VERSION = "5.1.0+snapshot-${DATE}" +#DISTRO_VERSION = "5.1.0" DISTRO_CODENAME = "eel" DISTRO_BRANCH_VERSION_TAG := "${DISTRO_CODENAME}/${DISTRO_VERSION}" SDK_VENDOR = "-aglsdk"