diff options
author | John Klug <john.klug@multitech.com> | 2019-01-16 11:05:39 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2019-07-03 17:08:20 -0500 |
commit | a8812d94ba7abc506d8800e79babcab9ebc04a3f (patch) | |
tree | 434d7e7f7e539d7b85f1089ab784bc29161e1b2c /conf | |
parent | 3bdd4b51dcfe6959d3f3b305235cd009bc46d8a6 (diff) | |
download | meta-mlinux-a8812d94ba7abc506d8800e79babcab9ebc04a3f.tar.gz meta-mlinux-a8812d94ba7abc506d8800e79babcab9ebc04a3f.tar.bz2 meta-mlinux-a8812d94ba7abc506d8800e79babcab9ebc04a3f.zip |
defconfig changes for BT, and other drivers
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 202623f..358e134 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}.0dev8" +DISTRO_VERSION = "${DISTRO_BASE_VERSION}.0dev9" DISTRO_CODENAME = "" SDK_VENDOR = "-mlinux" SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}" |