summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorJesse Gilles <jgilles@multitech.com>2015-04-17 16:47:43 -0500
committerJesse Gilles <jgilles@multitech.com>2015-04-17 16:47:43 -0500
commit074247a585ac716191b071ef280261f90756cbdb (patch)
tree9b6bdc7267ca0c502970a07379cdd30aa5e7cedb /scripts
parent121a8cc507eed3c8d54f79f6b3e52e1568734c85 (diff)
downloadmeta-mlinux-atmel-074247a585ac716191b071ef280261f90756cbdb.tar.gz
meta-mlinux-atmel-074247a585ac716191b071ef280261f90756cbdb.tar.bz2
meta-mlinux-atmel-074247a585ac716191b071ef280261f90756cbdb.zip
scripts/build-feed-extras.sh: add python-modules
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 fd244c9..93beac4 100755
--- a/scripts/build-feed-extras.sh
+++ b/scripts/build-feed-extras.sh
@@ -4,6 +4,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"
+DEV_PACKAGES="node-red mono gdb git vim python-modules python-pip"
bitbake linux-firmware $FS_PACKAGES $NET_PACKAGES $UTIL_PACKAGES $DEV_PACKAGES