diff options
| author | John Klug <john.klug@multitech.com> | 2016-12-02 17:42:39 -0600 | 
|---|---|---|
| committer | John Klug <john.klug@multitech.com> | 2016-12-02 17:42:39 -0600 | 
| commit | 4a403426bed6f3e21edf1cdadfe0b04abe826e26 (patch) | |
| tree | 9aa87626dfc9ff7230a1da8ac67e9617516af2d5 | |
| parent | 53c28ce487391d9bc26f42894521169dda0c8316 (diff) | |
| download | meta-mlinux-4a403426bed6f3e21edf1cdadfe0b04abe826e26.tar.gz meta-mlinux-4a403426bed6f3e21edf1cdadfe0b04abe826e26.tar.bz2 meta-mlinux-4a403426bed6f3e21edf1cdadfe0b04abe826e26.zip | |
dev3 with tty fix and eth AC fix
| -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 b4bc9a3..4037b37 100644 --- a/conf/distro/mlinux.conf +++ b/conf/distro/mlinux.conf @@ -1,7 +1,7 @@  DISTRO = "mlinux"  DISTRO_NAME = "mLinux" -DISTRO_BASE_VERSION = "3.2" -DISTRO_VERSION = "${DISTRO_BASE_VERSION}.3" +DISTRO_BASE_VERSION = "3.3" +DISTRO_VERSION = "${DISTRO_BASE_VERSION}.0dev3"  DISTRO_CODENAME = ""  SDK_VENDOR = "-mlinux"  SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}" | 
