summaryrefslogtreecommitdiff
path: root/scripts/build-feed-extras.sh
blob: a74d90e6760c025667f65494512361bd2fb7018a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/bash

# Extra packages to build for mLinux feed
FS_PACKAGES="sshfs-fuse fuse-exfat exfat-utils"
NET_PACKAGES="wget netcat 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"

# mono does not build currently
DEV_PACKAGES="strace gdb git vim python3-pip python3-pyopenssl python3-pygobject openjdk-8 strace python3-gatt-server python3-cryptography"
SUP_PACKAGES="pps-tools setserial boost diffutils postgresql devmem2 libcgroup gpsd-test softdog-mon"
LORA_PACKAGES="lora-basic-station lora-gateway-sx1303"

bitbake linux-firmware $FS_PACKAGES $NET_PACKAGES $UTIL_PACKAGES $DEV_PACKAGES $SUP_PACKAGES $RS9113TEST_PACKAGES