summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2022-01-24 17:37:19 -0600
committerJohn Klug <john.klug@multitech.com>2022-02-01 11:18:45 -0600
commit3760843c881d675f5bd1d847cd1dd715ed7efe3e (patch)
treeca524e7dbe29a1b5bd1856f45ad770d1587a9bd9
parent3e946c55a9081b74e319a7e56b1fba1c87e443b6 (diff)
downloadmeta-mlinux-3760843c881d675f5bd1d847cd1dd715ed7efe3e.tar.gz
meta-mlinux-3760843c881d675f5bd1d847cd1dd715ed7efe3e.tar.bz2
meta-mlinux-3760843c881d675f5bd1d847cd1dd715ed7efe3e.zip
5.3.28: Disable SPI flash in U-Boot and add Host Port diagnostics to mts-io
-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 f0488c6..a48cfd4 100644
--- a/conf/distro/mlinux.conf
+++ b/conf/distro/mlinux.conf
@@ -1,7 +1,7 @@
DISTRO = "mlinux"
DISTRO_NAME = "mLinux"
DISTRO_BASE_VERSION = "5.3"
-DISTRO_VERSION = "${DISTRO_BASE_VERSION}.27"
+DISTRO_VERSION = "${DISTRO_BASE_VERSION}.28"
DISTRO_CODENAME = ""
SDK_VENDOR = "-mlinux"
SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}"