summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2022-11-07 10:47:16 -0600
committerJohn Klug <john.klug@multitech.com>2022-11-07 10:47:16 -0600
commit2c2b0bd02c31fde0652cd42b51bc82cbfda1ef4a (patch)
treeff0099c5e48469b37916f472f36363f1690fce39
parenta0a72b507d0e7c9e2670d0ac1cfedeeab4ed05b5 (diff)
downloadmeta-mlinux-2c2b0bd02c31fde0652cd42b51bc82cbfda1ef4a.tar.gz
meta-mlinux-2c2b0bd02c31fde0652cd42b51bc82cbfda1ef4a.tar.bz2
meta-mlinux-2c2b0bd02c31fde0652cd42b51bc82cbfda1ef4a.zip
Start the mLinux 6.1 development
-rw-r--r--conf/distro/mlinux.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/distro/mlinux.conf b/conf/distro/mlinux.conf
index ac64a77..3888525 100644
--- a/conf/distro/mlinux.conf
+++ b/conf/distro/mlinux.conf
@@ -1,7 +1,7 @@
DISTRO = "mlinux"
DISTRO_NAME = "mLinux"
-DISTRO_BASE_VERSION = "6.0"
-DISTRO_VERSION = "${DISTRO_BASE_VERSION}.4"
+DISTRO_BASE_VERSION = "6.1"
+DISTRO_VERSION = "${DISTRO_BASE_VERSION}.0dev1"
DISTRO_CODENAME = ""
SDK_VENDOR = "-mlinux"
SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}"