diff options
author | John Klug <john.klug@multitech.com> | 2019-03-27 15:26:27 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2019-07-03 17:08:20 -0500 |
commit | d79d6ec2d98b7b002e24c98d1a200b505d7b78b7 (patch) | |
tree | 86c84858ad350d72583547895e1af551da2cfe21 /scripts | |
parent | 6a6256bc53cc3bce996d8dd47cdf590cde602218 (diff) | |
download | meta-mlinux-d79d6ec2d98b7b002e24c98d1a200b505d7b78b7.tar.gz meta-mlinux-d79d6ec2d98b7b002e24c98d1a200b505d7b78b7.tar.bz2 meta-mlinux-d79d6ec2d98b7b002e24c98d1a200b505d7b78b7.zip |
Add python-gatt-server example to mLinux
Diffstat (limited to 'scripts')
-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 8fb9d3f..284c7b4 100755 --- a/scripts/build-feed-extras.sh +++ b/scripts/build-feed-extras.sh @@ -4,7 +4,7 @@ FS_PACKAGES="sshfs-fuse fuse-exfat exfat-utils" NET_PACKAGES="wget netcat ipsec-tools openvpn iftop dnsmasq strongswan stunnel tunctl ethtool openobex obexftp" UTIL_PACKAGES="logrotate fatrace stressapptest gawk rsyslog zip gnupg rrdtool" -DEV_PACKAGES="strace mono gdb git vim python-pip python-pyopenssl python-pygobject openjdk-8 node-red strace" +DEV_PACKAGES="strace mono gdb git vim python-pip python-pyopenssl python-pygobject openjdk-8 node-red strace python-gatt-server" SUP_PACKAGES="pps-tools setserial boost diffutils" bitbake linux-firmware $FS_PACKAGES $NET_PACKAGES $UTIL_PACKAGES $DEV_PACKAGES $SUP_PACKAGES |