diff options
author | John Klug <john.klug@multitech.com> | 2019-03-19 09:35:07 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2019-07-03 17:08:20 -0500 |
commit | 7636354c568f52b4b0464a1688eee185c35edb63 (patch) | |
tree | f85e5ff3c52f452121a984cfb082f3834adacab1 /conf | |
parent | fd5044d42e16ad297495a907676f686dfea1e4f6 (diff) | |
download | meta-mlinux-7636354c568f52b4b0464a1688eee185c35edb63.tar.gz meta-mlinux-7636354c568f52b4b0464a1688eee185c35edb63.tar.bz2 meta-mlinux-7636354c568f52b4b0464a1688eee185c35edb63.zip |
New Redpine ipk files, and proper ARCH types in Redpine packages, gps related fixes for ntpd and gpsd.
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 73945a8..6c8e108 100644 --- a/conf/distro/mlinux.conf +++ b/conf/distro/mlinux.conf @@ -1,7 +1,7 @@ DISTRO = "mlinux" DISTRO_NAME = "mLinux" DISTRO_BASE_VERSION = "5.0" -DISTRO_VERSION = "${DISTRO_BASE_VERSION}.0dev24" +DISTRO_VERSION = "${DISTRO_BASE_VERSION}.0dev25" DISTRO_CODENAME = "" SDK_VENDOR = "-mlinux" SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}" |