summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2017-11-10 10:16:09 -0600
committerJohn Klug <john.klug@multitech.com>2017-11-10 10:16:09 -0600
commitabef004a248ec984d44c806f21b737741b11c044 (patch)
tree15bc64837ab53bdd2e8367c51465cc3077048ec0 /scripts
parent24e822d34213fdfb56904ee122cb6951b8e53bef (diff)
downloadmeta-mlinux-atmel-abef004a248ec984d44c806f21b737741b11c044.tar.gz
meta-mlinux-atmel-abef004a248ec984d44c806f21b737741b11c044.tar.bz2
meta-mlinux-atmel-abef004a248ec984d44c806f21b737741b11c044.zip
Add diffutils in case needed for merges of conf files
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/build-feed-extras.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build-feed-extras.sh b/scripts/build-feed-extras.sh
index 7801d29..9b33aa7 100755
--- a/scripts/build-feed-extras.sh
+++ b/scripts/build-feed-extras.sh
@@ -5,6 +5,6 @@ FS_PACKAGES="sshfs-fuse fuse-exfat exfat-utils"
NET_PACKAGES="wget netcat ipsec-tools openvpn iftop dnsmasq strongswan stunnel tunctl ethtool"
UTIL_PACKAGES="logrotate fatrace stressapptest gawk rsyslog zip gnupg rrdtool"
DEV_PACKAGES="strace mono gdb git vim python-pip python-pyopenssl openjdk-8 node-red strace"
-SUP_PACKAGES="pps-tools setserial boost"
+SUP_PACKAGES="pps-tools setserial boost diffutils"
bitbake linux-firmware $FS_PACKAGES $NET_PACKAGES $UTIL_PACKAGES $DEV_PACKAGES $SUP_PACKAGES