diff options
author | John Klug <john.klug@multitech.com> | 2019-04-24 18:45:08 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2019-04-24 18:45:08 -0500 |
commit | 830a9046544dd88b8d7bda9ec7da8f747981289f (patch) | |
tree | 587aa5232be17451617b10adb24916fc0d54e2a2 /conf | |
parent | 585badefdb740acc617e8aaebbb3b53db946507f (diff) | |
download | meta-mlinux-830a9046544dd88b8d7bda9ec7da8f747981289f.tar.gz meta-mlinux-830a9046544dd88b8d7bda9ec7da8f747981289f.tar.bz2 meta-mlinux-830a9046544dd88b8d7bda9ec7da8f747981289f.zip |
dev30 loads i2c-dev at boot, and sets pins PD14-PD20 as pullups
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 cb60ee5..c503b6f 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}.0dev29" +DISTRO_VERSION = "${DISTRO_BASE_VERSION}.0dev30" DISTRO_CODENAME = "" SDK_VENDOR = "-mlinux" SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}" |