summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2020-02-11 14:56:07 -0600
committerJohn Klug <john.klug@multitech.com>2020-02-11 14:56:07 -0600
commit92cbb8fb30c624d3be98d6408d6ff7f03264a2c9 (patch)
treead09f8217b80c35d66afbbb50b9668d1bdc6cffa
parente0915f141ddccb17550b18e9a7399c3924ca7d2c (diff)
downloadmeta-mlinux-92cbb8fb30c624d3be98d6408d6ff7f03264a2c9.tar.gz
meta-mlinux-92cbb8fb30c624d3be98d6408d6ff7f03264a2c9.tar.bz2
meta-mlinux-92cbb8fb30c624d3be98d6408d6ff7f03264a2c9.zip
Add i2c-tools to SDK
-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 b3155f0..b5f8b64 100644
--- a/conf/distro/mlinux.conf
+++ b/conf/distro/mlinux.conf
@@ -1,7 +1,7 @@
DISTRO = "mlinux"
DISTRO_NAME = "mLinux"
DISTRO_BASE_VERSION = "5.2"
-DISTRO_VERSION = "${DISTRO_BASE_VERSION}.0"
+DISTRO_VERSION = "${DISTRO_BASE_VERSION}.0dev2"
DISTRO_CODENAME = ""
SDK_VENDOR = "-mlinux"
SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}"