diff options
author | Patrick Murphy <Patrick.Murphy@multitech.com> | 2020-06-11 12:26:00 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2020-06-18 20:22:08 -0500 |
commit | 052b3e409eb36804ec4e77a42139ef0372142acd (patch) | |
tree | 5ebac932a599c033db56901cbe86ac3419ace414 /conf | |
parent | 7a649703fa8f4941f010029a167dad245fe6c12b (diff) | |
download | meta-mlinux-052b3e409eb36804ec4e77a42139ef0372142acd.tar.gz meta-mlinux-052b3e409eb36804ec4e77a42139ef0372142acd.tar.bz2 meta-mlinux-052b3e409eb36804ec4e77a42139ef0372142acd.zip |
distro to 5.2.6
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 570669a..9c491df 100644 --- a/conf/distro/mlinux.conf +++ b/conf/distro/mlinux.conf @@ -1,7 +1,7 @@ DISTRO = "mlinux" DISTRO_NAME = "mLinux" DISTRO_BASE_VERSION = "5.2" -DISTRO_VERSION = "${DISTRO_BASE_VERSION}.5" +DISTRO_VERSION = "${DISTRO_BASE_VERSION}.6" DISTRO_CODENAME = "" SDK_VENDOR = "-mlinux" SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}" |