summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2020-08-19 10:39:26 -0500
committerJohn Klug <john.klug@multitech.com>2020-11-12 09:26:08 -0600
commitd4cf5c3165b341836659faf3d75970e3e27fd26b (patch)
tree4d407e707e2133060e69800e0dc20f4ef3bacff8
parent4edae4b77e5b4ed911a6777e05fb5fe4a87212cf (diff)
downloadmeta-mlinux-d4cf5c3165b341836659faf3d75970e3e27fd26b.tar.gz
meta-mlinux-d4cf5c3165b341836659faf3d75970e3e27fd26b.tar.bz2
meta-mlinux-d4cf5c3165b341836659faf3d75970e3e27fd26b.zip
Add postgresql to feeds
-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 cc60893..6b865e2 100755
--- a/scripts/build-feed-extras.sh
+++ b/scripts/build-feed-extras.sh
@@ -5,6 +5,6 @@ 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"
+SUP_PACKAGES="pps-tools setserial boost diffutils postgresql"
bitbake linux-firmware $FS_PACKAGES $NET_PACKAGES $UTIL_PACKAGES $DEV_PACKAGES $SUP_PACKAGES