diff options
author | John Klug <john.klug@multitech.com> | 2017-01-09 19:39:21 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2017-01-09 19:39:21 -0600 |
commit | 058eae5c25592c7b65ebe5c7af2e1b66d930afeb (patch) | |
tree | 7c533aafe4727859251ec475db50d02d824ea533 /conf | |
parent | db0e43683299c67103f1eb2031cf4b809c064a25 (diff) | |
download | meta-mlinux-058eae5c25592c7b65ebe5c7af2e1b66d930afeb.tar.gz meta-mlinux-058eae5c25592c7b65ebe5c7af2e1b66d930afeb.tar.bz2 meta-mlinux-058eae5c25592c7b65ebe5c7af2e1b66d930afeb.zip |
New GPSD for Ublox
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/mlinux.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/mlinux.conf b/conf/distro/mlinux.conf index 9a8011d..e4b199e 100644 --- a/conf/distro/mlinux.conf +++ b/conf/distro/mlinux.conf @@ -1,7 +1,7 @@ DISTRO = "mlinux" DISTRO_NAME = "mLinux" DISTRO_BASE_VERSION = "3.2" -DISTRO_VERSION = "${DISTRO_BASE_VERSION}.4" +DISTRO_VERSION = "${DISTRO_BASE_VERSION}.5" DISTRO_CODENAME = "" SDK_VENDOR = "-mlinux" SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}" |