diff options
author | John Klug <john.klug@multitech.com> | 2017-05-23 18:33:31 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2017-05-23 18:33:31 -0500 |
commit | 85759f713be88f7b4bf4d81be946be0e0bbc6313 (patch) | |
tree | 5bc351853d1a215abb230f495a04d14ee3bc7d05 /conf/distro | |
parent | bfa85930fd6694122b8c71fbfe40515e90582aae (diff) | |
download | meta-mlinux-85759f713be88f7b4bf4d81be946be0e0bbc6313.tar.gz meta-mlinux-85759f713be88f7b4bf4d81be946be0e0bbc6313.tar.bz2 meta-mlinux-85759f713be88f7b4bf4d81be946be0e0bbc6313.zip |
Set correct version for Morty mLinux
Diffstat (limited to 'conf/distro')
-rw-r--r-- | conf/distro/mlinux.conf | 4 |
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')}" |