diff options
author | John Klug <john.klug@multitech.com> | 2016-12-01 17:46:37 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2016-12-01 17:46:37 -0600 |
commit | 53c28ce487391d9bc26f42894521169dda0c8316 (patch) | |
tree | 109fb9feb2ac3e04e05bd5ca097ec96292b1d55b /conf | |
parent | 1c32f8662c4f02de9379418d35c3089750bd770a (diff) | |
download | meta-mlinux-53c28ce487391d9bc26f42894521169dda0c8316.tar.gz meta-mlinux-53c28ce487391d9bc26f42894521169dda0c8316.tar.bz2 meta-mlinux-53c28ce487391d9bc26f42894521169dda0c8316.zip |
3.2.3 level with Lora-H
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/mlinux.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/mlinux.conf b/conf/distro/mlinux.conf index e2467d9..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.2" -DISTRO_VERSION = "${DISTRO_BASE_VERSION}.1" +DISTRO_VERSION = "${DISTRO_BASE_VERSION}.3" DISTRO_CODENAME = "" SDK_VENDOR = "-mlinux" SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}" |