diff options
author | John Klug <john.klug@multitech.com> | 2016-12-05 17:53:25 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2016-12-05 17:53:25 -0600 |
commit | 766c5914f456742a5108ebe32d3bb80ca2921c9f (patch) | |
tree | 109fb9feb2ac3e04e05bd5ca097ec96292b1d55b /conf | |
parent | 4a403426bed6f3e21edf1cdadfe0b04abe826e26 (diff) | |
download | meta-mlinux-766c5914f456742a5108ebe32d3bb80ca2921c9f.tar.gz meta-mlinux-766c5914f456742a5108ebe32d3bb80ca2921c9f.tar.bz2 meta-mlinux-766c5914f456742a5108ebe32d3bb80ca2921c9f.zip |
3.2.3 release without wifi-bt/gnss capability flags
Diffstat (limited to 'conf')
-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 4037b37..b4bc9a3 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}.0dev3" +DISTRO_BASE_VERSION = "3.2" +DISTRO_VERSION = "${DISTRO_BASE_VERSION}.3" DISTRO_CODENAME = "" SDK_VENDOR = "-mlinux" SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}" |