summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2020-08-19 17:17:44 -0500
committerJohn Klug <john.klug@multitech.com>2020-08-19 17:17:44 -0500
commit6790a3ac15905e3e565b12a4f5b229e7ea8e5649 (patch)
treef726e87f2af014a6bcb63095a2be6796feb45b44 /scripts
parentc15b7ed4bd5bc8a011a771fcdb5d053df0da2302 (diff)
downloadmeta-mlinux-6790a3ac15905e3e565b12a4f5b229e7ea8e5649.tar.gz
meta-mlinux-6790a3ac15905e3e565b12a4f5b229e7ea8e5649.tar.bz2
meta-mlinux-6790a3ac15905e3e565b12a4f5b229e7ea8e5649.zip
build-feed-extras.sh moved to meta-mlinux-[processor]
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/build-feed-extras.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/scripts/build-feed-extras.sh b/scripts/build-feed-extras.sh
deleted file mode 100755
index 6b865e2..0000000
--- a/scripts/build-feed-extras.sh
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/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"
-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 node-red 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