diff options
author | John Klug <john.klug@multitech.com> | 2020-01-28 10:15:06 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2020-06-18 20:22:07 -0500 |
commit | 6a830988a878b20e0e9be95945358c88fa1735bc (patch) | |
tree | 413a024a2493c5327247abfd64a4edfe78fee2d6 /scripts/build-feed-extras.sh | |
parent | 51ed9a70e8fe8925205d6894ad5e12a0edddbfa1 (diff) | |
download | meta-mlinux-6a830988a878b20e0e9be95945358c88fa1735bc.tar.gz meta-mlinux-6a830988a878b20e0e9be95945358c88fa1735bc.tar.bz2 meta-mlinux-6a830988a878b20e0e9be95945358c88fa1735bc.zip |
Add i2c-tools to the feeds.
Diffstat (limited to 'scripts/build-feed-extras.sh')
-rwxr-xr-x | scripts/build-feed-extras.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build-feed-extras.sh b/scripts/build-feed-extras.sh index ce0826c..7e1d258 100755 --- a/scripts/build-feed-extras.sh +++ b/scripts/build-feed-extras.sh @@ -3,7 +3,7 @@ # Extra packages to build for mLinux feed FS_PACKAGES="sshfs-fuse fuse-exfat exfat-utils" NET_PACKAGES="wget netcat ipsec-tools openvpn iftop dnsmasq strongswan stunnel tunctl ethtool openobex obexftp socat openldap" -UTIL_PACKAGES="logrotate fatrace stressapptest gawk rsyslog zip gnupg rrdtool" +UTIL_PACKAGES="logrotate fatrace stressapptest gawk rsyslog zip gnupg rrdtool i2c-tools" DEV_PACKAGES="strace mono gdb git vim python-pip python3-pip python-pyopenssl python-pygobject openjdk-8 node-red strace python-gatt-server" SUP_PACKAGES="pps-tools setserial boost diffutils" |