diff options
author | John Klug <john.klug@multitech.com> | 2019-08-27 10:33:23 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2019-08-27 10:33:23 -0500 |
commit | be4205208a1d6c6991e759b39c88dc56d2b60a43 (patch) | |
tree | 6eed44859901ad38d0de34dcb1dc0f8c21de16ed /conf | |
parent | e0ba782c5c74bc9d6b5538f586eea88aa1b85b7e (diff) | |
download | meta-mlinux-be4205208a1d6c6991e759b39c88dc56d2b60a43.tar.gz meta-mlinux-be4205208a1d6c6991e759b39c88dc56d2b60a43.tar.bz2 meta-mlinux-be4205208a1d6c6991e759b39c88dc56d2b60a43.zip |
5.1.5 for MTHS lxfp, MTRV1 with no rs9113
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 63d355a..ce65eb8 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}.4" +DISTRO_VERSION = "${DISTRO_BASE_VERSION}.5" DISTRO_CODENAME = "" SDK_VENDOR = "-mlinux" SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}" |