diff options
author | John Klug <john.klug@multitech.com> | 2023-05-04 17:47:22 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2023-05-04 17:47:22 -0500 |
commit | a0d3d12cb3c6fae65fa2d9a398b25f9ad6ce69e1 (patch) | |
tree | 76ff677481cba4d44cc66ac837f0dc34823a959f /conf | |
parent | 5591b9ab76a0f34d0b67db9b7c398b3f7ac10295 (diff) | |
download | meta-mlinux-a0d3d12cb3c6fae65fa2d9a398b25f9ad6ce69e1.tar.gz meta-mlinux-a0d3d12cb3c6fae65fa2d9a398b25f9ad6ce69e1.tar.bz2 meta-mlinux-a0d3d12cb3c6fae65fa2d9a398b25f9ad6ce69e1.zip |
mLinux dev 5 with fixed lora-network-server looping issue and gps time for ntp
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 c7bcbcc..3bc4423 100644 --- a/conf/distro/mlinux.conf +++ b/conf/distro/mlinux.conf @@ -1,7 +1,7 @@ DISTRO = "mlinux" DISTRO_NAME = "mLinux" DISTRO_BASE_VERSION = "6.3" -DISTRO_VERSION = "${DISTRO_BASE_VERSION}.0" +DISTRO_VERSION = "${DISTRO_BASE_VERSION}.0dev5" DISTRO_CODENAME = "" SDK_VENDOR = "-mlinux" SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}" |