summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2023-05-04 17:47:22 -0500
committerJohn Klug <john.klug@multitech.com>2023-05-04 17:47:22 -0500
commita0d3d12cb3c6fae65fa2d9a398b25f9ad6ce69e1 (patch)
tree76ff677481cba4d44cc66ac837f0dc34823a959f
parent5591b9ab76a0f34d0b67db9b7c398b3f7ac10295 (diff)
downloadmeta-mlinux-a0d3d12cb3c6fae65fa2d9a398b25f9ad6ce69e1.tar.gz
meta-mlinux-a0d3d12cb3c6fae65fa2d9a398b25f9ad6ce69e1.tar.bz2
meta-mlinux-a0d3d12cb3c6fae65fa2d9a398b25f9ad6ce69e1.zip
mLinux dev 5 with fixed lora-network-server looping issue and gps time for ntp
-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 c7bcbcc..3bc4423 100644
--- a/conf/distro/mlinux.conf
+++ b/conf/distro/mlinux.conf
@@ -1,7 +1,7 @@
DISTRO = "mlinux"
DISTRO_NAME = "mLinux"
DISTRO_BASE_VERSION = "6.3"
-DISTRO_VERSION = "${DISTRO_BASE_VERSION}.0"
+DISTRO_VERSION = "${DISTRO_BASE_VERSION}.0dev5"
DISTRO_CODENAME = ""
SDK_VENDOR = "-mlinux"
SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}"