summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2018-07-10 16:52:59 +0200
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2018-07-10 16:52:59 +0200
commit60d80da50a1f1700ce80ee1f985b4dcca51a51e4 (patch)
tree9859dcf1c01f14ec8c8f29b6f2cc1a75e133189c
parenta29d0b27952e506e8da4284367c0e50a06c73084 (diff)
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 <jsmoeller@linuxfoundation.org>
-rw-r--r--meta-agl-distro/conf/distro/poky-agl.conf4
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 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"