summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2020-08-19 17:19:29 -0500
committerJohn Klug <john.klug@multitech.com>2020-08-19 17:19:29 -0500
commit77be8c5880d267025f4c4b18c313f22deef3bc9e (patch)
tree7cb2073bc8c22344e1baf6834aeb314a9a595fc7 /scripts
parent0fa1485886d4c62fca5f2e7d63a381bec18bdcb0 (diff)
downloadmeta-mlinux-atmel-77be8c5880d267025f4c4b18c313f22deef3bc9e.tar.gz
meta-mlinux-atmel-77be8c5880d267025f4c4b18c313f22deef3bc9e.tar.bz2
meta-mlinux-atmel-77be8c5880d267025f4c4b18c313f22deef3bc9e.zip
Move feeds to processor type (node-red not in Atmel)
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/build-feed-extras.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/scripts/build-feed-extras.sh b/scripts/build-feed-extras.sh
new file mode 100755
index 0000000..ae6ef25
--- /dev/null
+++ b/scripts/build-feed-extras.sh
@@ -0,0 +1,11 @@
+#!/bin/bash
+
+# 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"
+RS9113TEST_PACKAGES="config-wifi-bt-ap rs9113rf"
+UTIL_PACKAGES="logrotate fatrace stressapptest gawk rsyslog zip gnupg rrdtool i2c-tools spitools memtester"
+DEV_PACKAGES="strace mono gdb git vim python-pip python3-pip python-pyopenssl python-pygobject openjdk-8 strace python-gatt-server python-cryptography"
+SUP_PACKAGES="pps-tools setserial boost diffutils postgresql"
+
+bitbake linux-firmware $FS_PACKAGES $NET_PACKAGES $UTIL_PACKAGES $DEV_PACKAGES $SUP_PACKAGES $RS9113TEST_PACKAGES