diff options
author | John Klug <john.klug@multitech.com> | 2019-12-11 12:22:55 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2020-06-18 20:16:35 -0500 |
commit | 9306ce44bdf4feb6b7204d77c5b40b54e477bac8 (patch) | |
tree | 64a8130189b36d8802f96cf627358970cefac694 | |
parent | 259a97d41c2ae622ca981b16e4a0e941869437c7 (diff) | |
download | meta-mlinux-9306ce44bdf4feb6b7204d77c5b40b54e477bac8.tar.gz meta-mlinux-9306ce44bdf4feb6b7204d77c5b40b54e477bac8.tar.bz2 meta-mlinux-9306ce44bdf4feb6b7204d77c5b40b54e477bac8.zip |
mLinux 5.2 with Commissioning
-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 dce4a35..b3155f0 100644 --- a/conf/distro/mlinux.conf +++ b/conf/distro/mlinux.conf @@ -1,7 +1,7 @@ DISTRO = "mlinux" DISTRO_NAME = "mLinux" -DISTRO_BASE_VERSION = "5.1" -DISTRO_VERSION = "${DISTRO_BASE_VERSION}.8" +DISTRO_BASE_VERSION = "5.2" +DISTRO_VERSION = "${DISTRO_BASE_VERSION}.0" DISTRO_CODENAME = "" SDK_VENDOR = "-mlinux" SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}" |