summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2016-11-18 18:32:55 -0600
committerJohn Klug <john.klug@multitech.com>2016-11-18 18:32:55 -0600
commite1096eb058303e3c201f2055df742238831289a2 (patch)
tree81c792e3a1137c99d8612419505e68cffdd3bc6d /scripts
parent16aa38da51b9129733673ed27e0cf8ab5e6aa9cc (diff)
downloadmeta-mlinux-atmel-e1096eb058303e3c201f2055df742238831289a2.tar.gz
meta-mlinux-atmel-e1096eb058303e3c201f2055df742238831289a2.tar.bz2
meta-mlinux-atmel-e1096eb058303e3c201f2055df742238831289a2.zip
add setserial to the list of feed packages to set gpsd tty if needed.
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 be3b86c..be12672 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"
UTIL_PACKAGES="logrotate fatrace stressapptest gawk rsyslog zip gnupg rrdtool"
DEV_PACKAGES="node-red mono gdb git vim python-pip python-pyopenssl"
-SUP_PACKAGES="pps-tools"
+SUP_PACKAGES="pps-tools setserial"
bitbake linux-firmware $FS_PACKAGES $NET_PACKAGES $UTIL_PACKAGES $DEV_PACKAGES $SUP_PACKAGES