summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2017-05-23 18:33:31 -0500
committerJohn Klug <john.klug@multitech.com>2017-05-23 18:33:31 -0500
commit85759f713be88f7b4bf4d81be946be0e0bbc6313 (patch)
tree5bc351853d1a215abb230f495a04d14ee3bc7d05 /conf
parentbfa85930fd6694122b8c71fbfe40515e90582aae (diff)
downloadmeta-mlinux-atmel-85759f713be88f7b4bf4d81be946be0e0bbc6313.tar.gz
meta-mlinux-atmel-85759f713be88f7b4bf4d81be946be0e0bbc6313.tar.bz2
meta-mlinux-atmel-85759f713be88f7b4bf4d81be946be0e0bbc6313.zip
Set correct version for Morty mLinux
Diffstat (limited to 'conf')
-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 aa4b1ea..a47f931 100644
--- a/conf/distro/mlinux.conf
+++ b/conf/distro/mlinux.conf
@@ -1,7 +1,7 @@
DISTRO = "mlinux"
DISTRO_NAME = "mLinux"
-DISTRO_BASE_VERSION = "3.3"
-DISTRO_VERSION = "${DISTRO_BASE_VERSION}.7"
+DISTRO_BASE_VERSION = "4.0"
+DISTRO_VERSION = "${DISTRO_BASE_VERSION}.Beta"
DISTRO_CODENAME = ""
SDK_VENDOR = "-mlinux"
SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}"