summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2017-10-24 18:22:25 -0500
committerJohn Klug <john.klug@multitech.com>2017-10-24 18:22:25 -0500
commitde8e0a02eb6df270d91409c112fb115f160ef478 (patch)
tree0231e20d0c24a49d11c5c54330b9aabd3983fc00
parentc6c4cbf9d12a143ed69cfa76b41a3979b9640856 (diff)
downloadmeta-mlinux-de8e0a02eb6df270d91409c112fb115f160ef478.tar.gz
meta-mlinux-de8e0a02eb6df270d91409c112fb115f160ef478.tar.bz2
meta-mlinux-de8e0a02eb6df270d91409c112fb115f160ef478.zip
Fix gpsd hang during boot
-rw-r--r--conf/distro/mlinux.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/mlinux.conf b/conf/distro/mlinux.conf
index b6091ec..af6a58f 100644
--- a/conf/distro/mlinux.conf
+++ b/conf/distro/mlinux.conf
@@ -1,7 +1,7 @@
DISTRO = "mlinux"
DISTRO_NAME = "mLinux"
DISTRO_BASE_VERSION = "3.3"
-DISTRO_VERSION = "${DISTRO_BASE_VERSION}.14"
+DISTRO_VERSION = "${DISTRO_BASE_VERSION}.15"
DISTRO_CODENAME = ""
SDK_VENDOR = "-mlinux"
SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}"