summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2019-01-22 17:46:08 -0600
committerJohn Klug <john.klug@multitech.com>2019-07-03 17:08:20 -0500
commitcbf842612ecff1d546c2056ec3aef8a537ce34e8 (patch)
tree4e7ec3630ba5d9a1b7712ed1df5b80e898c628e9 /conf
parent852349e2a1f6e8b8a480d8b1c982d5fb4671863d (diff)
downloadmeta-mlinux-cbf842612ecff1d546c2056ec3aef8a537ce34e8.tar.gz
meta-mlinux-cbf842612ecff1d546c2056ec3aef8a537ce34e8.tar.bz2
meta-mlinux-cbf842612ecff1d546c2056ec3aef8a537ce34e8.zip
Fix recipe issues that caused modules to not load
Diffstat (limited to 'conf')
-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 021b30a..98bf067 100644
--- a/conf/distro/mlinux.conf
+++ b/conf/distro/mlinux.conf
@@ -1,7 +1,7 @@
DISTRO = "mlinux"
DISTRO_NAME = "mLinux"
DISTRO_BASE_VERSION = "5.0"
-DISTRO_VERSION = "${DISTRO_BASE_VERSION}.0dev12"
+DISTRO_VERSION = "${DISTRO_BASE_VERSION}.0dev13"
DISTRO_CODENAME = ""
SDK_VENDOR = "-mlinux"
SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}"