Fabrice Fontaine
a71b9a111f
package/collectd: fix dependency of network-gcrypt
...
Commit c8b8744a1a forgot to propagate
libgcrypt reverse dependency
Fixes:
- http://autobuild.buildroot.org/results/98c7734dccb4e01c02f4680cfbdf82ee59e17935
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-04-21 22:12:37 +02:00
Fabrice Fontaine
01192342dc
package/collectd: remove lvm
...
lvm has been removed since version 5.11.0 and
0e73c26f56
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
2020-04-19 23:30:23 +02:00
Fabrice Fontaine
b72c61e523
package/collectd: drop autoreconf
...
autoreconf is not needed since bump to version 5.11.0 in commit
57adbfc482 which dropped patch
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
2020-04-19 23:28:36 +02:00
Asaf Kahlon
668fc0ddd9
package/collectd: add init script for SysV
...
Signed-off-by: Asaf Kahlon <asafka7@gmail.com >
Reviewed-by: Carlos Santos <unixmania@gmail.com >
Tested-by: Carlos Santos <unixmania@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-04-13 22:33:20 +02:00
Asaf Kahlon
57adbfc482
package/collectd: bump to version 5.11.0
...
Drop patch (already on upstream).
Signed-off-by: Asaf Kahlon <asafka7@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-04-11 10:05:41 +02:00
Pascal de Bruijn
35e845700f
package/collectd: keep postgresql_default.conf when needed
...
$(TARGET_DIR)/usr/share/collectd/postgresql_default.conf
should not be removed when postgresql support is enabled,
as that module tries to load that file by default.
Signed-off-by: Pascal de Bruijn <p.debruijn@unilogic.nl >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-03-22 16:07:15 +01:00
Pascal de Bruijn
c8b8744a1a
package/collectd: make network crypto support discoverable
...
before it was completely non-obvious how to get crypto support
in collectd's network module
this introduces a collectd config option which makes sure
gcrypt is built, and can't be accidentally unselected
resulting in an accidental non-crypto build of collectd
Signed-off-by: Pascal de Bruijn <p.debruijn@unilogic.nl >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-03-22 15:54:01 +01:00
Tom Marcuzzi
ed459a71d3
package/collectd: add config option for lua
...
collectd has sub-options for all its different plugins and features,
so let's do the same for the lua functionality, instead of using
automatic dependencies.
Signed-off-by: Tom Marcuzzi <tom.marcuzzi@orolia.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-02-02 23:46:37 +01:00
Fabrice Fontaine
831e8a2cb6
package/collectd: bump to version 5.10.0
...
Remove first patch (already in version)
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
2020-01-19 10:01:06 +01:00
Jérémy Rosen
3e092163e5
package: rely on systemctl preset-all for buildroot-provided services
...
All the packages in this list have the following properties
* units are provided by buildroot in the package directory
* the SYSTEMD_INSTALL_INIT_HOOK is exactly equivalent to what the
[Install] section of the unit does
The fix removes the soflinking in the .mk file
Signed-off-by: Jérémy Rosen <jeremy.rosen@smile.fr >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
2019-12-18 18:27:41 +01:00
Fabrice Fontaine
39707c956d
package/collectd: rename --with-yajl
...
--with-yajl is not recognized so replace it by the correct
--with-libyajl option
The option is named --with-libyajl since a very long time (since at
least version 4.8.0 and
f154fb21fb )
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2019-11-28 17:35:37 +01:00
Fabrice Fontaine
871d769e9a
package/collectd: add lua optional dependency
...
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
2019-10-30 00:28:15 +01:00
Fabrice Fontaine
deadb4e573
package/collectd: fix grpc plugin with gcc 5
...
Patch has been merged upstream.
Fixes:
- http://autobuild.buildroot.net/results/0d486edaf4c51b6438adeec61fe2c55099862acb
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
2019-10-29 23:41:15 +01:00
Fabrice Fontaine
cad40006ef
package/collectd: add lvm support
...
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-10-28 13:59:21 +01:00
Fabrice Fontaine
d9147c5b4e
package/collectd: add onewire support
...
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-10-28 13:59:21 +01:00
Fabrice Fontaine
903de16f5f
package/collectd: add grpc support
...
Use --with-libgrpc++ option as otherwise collectd will try to find
grpc++.pc which is not available
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-10-28 13:59:21 +01:00
Yann E. MORIN
55fc80260b
packages: host gcc >= 4.8 is now guaranteed
...
... so we can drop all config options about it and previous versions.
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
Cc: Arnout Vandecappelle <arnout@mind.be >
Cc: Peter Korsgaard <peter@korsgaard.com >
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
Cc: Romain Naour <romain.naour@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2019-10-27 10:00:29 +01:00
Fabrice Fontaine
f1d9a5e804
package/collectd: switch to official tarball
...
Use official tarball to avoid host-bison (and host-flex) dependencies
due to missing src/liboconfig/parser.c file
Fixes:
- http://autobuild.buildroot.org/results/cd5deacbe6f4f97aa0bbc8040ac9aa7860ceaa6e
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
2019-10-11 22:16:40 +02:00
Peter Seiderer
b993e3295f
package/collectd: needs host-bison
...
Since 5.9.1 the file src/liboconfig/parser.c is missing from the
tar download file, triggering the need for host-bison.
Fixes [1]:
configure: error: bison is missing and you do not have ./src/liboconfig/parser.c. Please install bison
[1] http://autobuild.buildroot.net/results/4e6f3e5fd0e64f166ae4f7db4832b37ae1fa99e0
Signed-off-by: Peter Seiderer <ps.report@gmx.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-10-05 23:20:05 +02:00
Asaf Kahlon
62787fe205
package/collectd: bump to version 5.9.2
...
Signed-off-by: Asaf Kahlon <asafka7@gmail.com >
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
2019-10-05 16:43:27 +02:00
Asaf Kahlon
eae6c7f494
package/collectd: bump to version 5.9.1
...
Update COLLECTD_SITE to github.
Signed-off-by: Asaf Kahlon <asafka7@gmail.com >
[Peter: drop redundant _SOURCE]
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2019-10-01 07:21:55 +02:00
Fabrice Fontaine
64f7804350
package/collectd: snmp_agent needs netsnmp mib loading
...
snmp_agent plugin was added in version 5.8.0 by
8aba9d6e33
It depends on "struct tree" (from net-snmp/library/parse.h) which is
included if BR2_PACKAGE_NETSNMP_ENABLE_MIBS is set
Fix this error by updating configure.ac to check for get_tree in
addition to init_agent
Fixes:
- http://autobuild.buildroot.org/results/3e24a7671e65974815072f92efaa490d2950b3d9
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Tested-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-08-11 14:59:13 +02:00
Bernd Kuhls
edc74822fe
package/collectd: security bump to version 5.9.0
...
Removed patches applied upstream.
Added upstream sha1 & sha512 hashes.
Removed libltdl/COPYING.LIB from LICENSE_FILES after upstream removal
in version 5.8.0:
https://git.octo.it/?p=collectd.git;a=blob;f=ChangeLog;h=7ea5a07f10c0334f9b0f32480590b2c848577559;hb=HEAD#l90
Version 5.7.2 fixed CVE-2017-7401
https://git.octo.it/?p=collectd.git;a=blob;f=ChangeLog;h=7ea5a07f10c0334f9b0f32480590b2c848577559;hb=HEAD#l285
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-08-04 18:33:32 +02:00
Bernd Kuhls
a8c80b72e9
package/collectd: remove libvirt from list of disabled plugins
...
With collectd 5.5.0 the "libvirt plugin has been renamed to virt":
https://git.octo.it/?p=collectd.git;a=blob;f=ChangeLog;h=b0a997c53ac1a74bc39470bdd243f853fa095c9f;hb=refs/tags/collectd-5.5.0#l235
"virt" is already mentioned in COLLECTD_PLUGINS_DISABLE so we can just
remove "libvirt" to fix:
configure: WARNING: unrecognized options: [...] --disable-libvirt
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-08-04 18:33:15 +02:00
Fabrice Fontaine
87f7264c2f
package/collectd: add write_redis support
...
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
2019-06-10 15:30:48 +02:00
Fabrice Fontaine
e1d29e3cff
package/collectd: add redis support
...
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
2019-06-10 15:30:12 +02:00
Fabrice Fontaine
accd0f1559
package/collectd: add amqp support
...
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
2019-06-10 00:39:40 +02:00
Fabrice Fontaine
753bfec583
package/collectd: explicitly disable lua
...
lua plugin has been added in version 5.6.0 with
023092323c
Disabled it otherwise it'll be enabled if liblua is found
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2019-05-09 12:18:13 +02:00
Peter Seiderer
ca5c5fe44c
package/collectd: replace utf-8 quote by ascii single quote
...
Signed-off-by: Peter Seiderer <ps.report@gmx.net >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2019-05-07 22:58:23 +02:00
Vadim Kochan
e8da238787
package/collectd: Fix build issue with SENSORS_API_VERSION >= 0x500
...
Current collectd version 5.7.1 fails to compile because there is a
check which breaks the compilation if lm_sensors API >= 0x500, but in
the mainline codebase this check was removed in commit:
069796bd76
So add backported patch based on this commit.
Fixes:
http://autobuild.buildroot.net/results/c3c84ca6e11b268ba5ada7e3dca18bca681ee43d/
Signed-off-by: Vadim Kochan <vadim4j@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-01-01 11:13:49 +01:00
Bernd Kuhls
e75f6c4e9d
package/postgresql: needs wchar
...
Upstream removed support for non-wchar toolchains:
85feb77aa0
Propagate the new dependency to other packages.
Fixes
http://autobuild.buildroot.net/results/b73/b73342a39167ed7f293224d4e3b23dde691b9abf/
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
[Thomas: also propagate to the php, qt and qt5base packages.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2018-11-01 22:25:45 +01:00
Baruch Siach
d65ea85fdd
collectd: fix build with latest gpsd
...
The last bump of gpsd to version 3.18 broke the build due to a change
in the gps_read() prototype. Add a patch fixing that.
Fixes:
http://autobuild.buildroot.net/results/b08/b0829bc3343d6dc3065078e94896725b1c808bc1/
http://autobuild.buildroot.net/results/1a6/1a6f2fcf1a88ecc5b598dd11c5914dcacf0e1e6b/
http://autobuild.buildroot.net/results/63a/63a4f980d7cdb4b0823840f747589803fcd0d69f/
Signed-off-by: Baruch Siach <baruch@tkos.co.il >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2018-10-09 21:39:51 +02:00
Fabrice Fontaine
50a0f56bca
collectd: use --disable-werror
...
Since version 5.6.0, --disable-werror is available:
https://github.com/collectd/collectd/pull/1222
So use this option, instead of adding a hook to remove it from
Makefile.in
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2018-06-24 21:10:06 +02:00
Fabrice Fontaine
d5fa317f2d
collectd: fix license
...
- Since version 5.5, daemon is licensed under MIT:
889e5e6bd5
- Plugins are licensed under MIT, GPL-2.0 or LGPL-2.1
- Add libltdl/COPYING.LIB to license files to have a copy of LGPL-2.1 as
it is not in COPYING
- Add hash for both license files
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2018-06-24 15:54:46 +02:00
Fabrice Fontaine
5dd74dbd1a
protobuf: add dependency on gcc >= 4.8
...
Since version 3.6.0, protobuf requires C++11
Fixes:
- http://autobuild.buildroot.net/results/bb299008423edf4c65ade6c159e33c4216428bf1
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2018-06-24 08:36:04 +02:00
Andrey Smirnov
bdd8475b90
package/collectd: Specify FP layout based on endianness
...
Big-endian CPUs store floating point as big endian (at lest majority
of them do), so, in order for 'network' plugin to work correctly (and
potentially any user of htond() in collectd's codebase),
--with-fp-layout=endianflip as opposed to --with-fp-layout=nothing
needs to be specified during configuration phase.
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
Cc: Arnout Vandecappelle <arnout@mind.be >
Cc: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com >
Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2017-11-11 23:31:14 +01:00
Thomas Petazzoni
9ac88f318a
collectd: fix build with gcc 7.x
...
This commit backports an upstream collectd patch that fixes a build
issue with gcc 7.x.
Fixes:
http://autobuild.buildroot.net/results/2441e2a69d013a6376a90d375e15991e8cb816bd/
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2017-07-21 23:08:48 +02:00
Adam Duskett
ee71aa2375
package/c*/Config.in: fix help text wrapping
...
The check-package script when ran gives warnings on text wrapping
on all of these Config files. This patch cleans up all warnings
related to the text wrapping for the Config files starting with
the letter c in the package directory.
The appropriate indentation is: <tab><2 spaces><62 chars>
See http://nightly.buildroot.org/#writing-rules-config-in for more
information.
Signed-off-by: Adam Duskett <aduskett@codeblue.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2017-05-11 23:28:01 +02:00
Romain Naour
744fa220bf
package/protobuf: needs gcc >= 4.5
...
Even with an upstream patch from protobuf v3.3 [1], the build fail with another issue:
In file included from google/protobuf/dynamic_message.cc:80:
./google/protobuf/map_field.h: In member function 'void google::protobuf::internal::MapField<Key, T, key_wire_type, value_wire_type, default_enum_value>::Swap(google::protobuf::internal::MapFieldLite<Key, T, kKeyFieldType, kValueFieldType, default_enum_value>*)':
./google/protobuf/map_field.h:139: error: object missing in reference to 'google::protobuf::internal::MapFieldBase::repeated_field_'
./google/protobuf/map_field_inl.h:342: error: from this location
./google/protobuf/map_field.h:150: error: object missing in reference to 'google::protobuf::internal::MapFieldBase::state_'
./google/protobuf/map_field_inl.h:344: error: from this location
Add a dependency on gcc >= 4.5.
[1] a83ac8663f
Fixes:
http://autobuild.buildroot.org/results/77d/77dbb6bbbc0ea9e9bcdd22b10011ef9728c20d54
http://autobuild.buildroot.org/results/21f/21f5e1ea4f37e1d174604d6da78c0e916c89f1e3
http://autobuild.buildroot.org/results/24e/24e880086c87d40b5d79a90d805acc75b33d484c
Signed-off-by: Romain Naour <romain.naour@gmail.com >
Cc: Mario J. Rugiero <mrugiero@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2017-05-07 15:51:00 +02:00
Rahul Bedarkar
30a3e8d108
boot, package: use SPDX short identifier for LGPLv2.1/LGPLv2.1+
...
We want to use SPDX identifier for license string as much as possible.
SPDX short identifier for LGPLv2.1/LGPLv2.1+ is LGPL-2.1/LGPL-2.1+.
This change is done using following command.
find . -name "*.mk" | xargs sed -ri '/LICENSE( )?[\+:]?=/s/LGPLv2.1(\+)?/LGPL-2.1\1/g'
Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2017-04-01 15:18:10 +02:00
Rahul Bedarkar
af31c309e7
boot, linux, package: use SPDX short identifier for GPLv2/GPLv2+
...
We want to use SPDX identifier for license strings as much as possible.
SPDX short identifier for GPLv2/GPLv2+ is GPL-2.0/GPL-2.0+.
This change is done by using following command.
find . -name "*.mk" | xargs sed -ri '/LICENSE( )?[\+:]?=/s/\<GPLv2\>/GPL-2.0/g'
Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2017-04-01 15:16:38 +02:00
Yann E. MORIN
874d0784bb
package/mosquito: needs sync_4
...
Fixes:
http://autobuild.buildroot.org/results/2bc/2bc84ba2d1167018e2d48e5183ead22b6425dcf5/
http://autobuild.buildroot.org/results/445/445f377ae70397b5f675f541977900e8986b79a4/
http://autobuild.buildroot.org/results/57e/57e6984427f8c5d906a93884cc461b8f93cf5ce0/
...
[Peter: also add dependency to mosquitto comment]
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr >
Cc: Baruch Siach <baruch@tkos.co.il >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2017-02-19 22:49:33 +01:00
Gustavo Zacarias
61df194ad3
collectd: bump to version 5.7.1
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2017-01-24 14:02:10 +01:00
Gustavo Zacarias
01cd62a31c
collectd: fix libgcrypt support
...
For the newer versions the collectd configure script expects
libgcrypt-config as parameter rather than the location for the
libgcrypt-config script. Adjust the package to account for this.
Fixes:
http://autobuild.buildroot.net/results/a49/a494bc905e4509528c4932f76a094b9ea8e70bd3/
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2017-01-10 21:07:30 +01:00
Peter Korsgaard
103fd78bf7
collectd: fix riemann write plugin dependencies
...
Fixes:
http://autobuild.buildroot.org/results/fe5/fe5b5ed6355a794e84894c4aaf62eda6529ed184/
http://autobuild.buildroot.org/results/6c3/6c393cffb6ad4e676e311e9fc23ddbb2bcc2cf36/
The plugin uses the riemann-c-client library since commit d55584214206
(write_riemann: Use riemann-c-client), so adjust the dependencies to match.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2017-01-03 23:48:59 +01:00
Jack Kao
a1914921eb
collectd: fix option passed to the snmp dependency
...
--with-libnetsnmp doesn't take a path to the netsnmp config script,
but to the sysroot where netsnmp can be found.
Fixes:
http://autobuild.buildroot.org/results/358e2f02f42e08fe362ecd46e636c0048e77c21f/
Signed-off-by: Jack Kao <jackzzjack@gmail.com >
[Thomas: path is $(STAGING_DIR)/usr, not $(STAGING_DIR)/usr/include.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2016-12-26 09:38:42 +01:00
Gustavo Zacarias
2db9867da9
collectd: add write_prometheus plugin support
...
Add explicit support for the write_prometheus plugin, it requires the
libmicrohttpd and protobuf-c libraries.
[Peter: add note about where dependencies come from]
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2016-12-23 22:46:04 +01:00
Gustavo Zacarias
b0631a3858
collectd: add gps plugin support
...
Add explicit support for the gps plugin that uses libgps from the gpsd
package.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2016-12-23 22:42:09 +01:00
Gustavo Zacarias
1e8a15a014
collectd: explicitly disable intel_rdt plugin
...
It requires the libpqos library which buildroot doesn't provide yet.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2016-12-23 22:42:00 +01:00
Gustavo Zacarias
b3d7b588f4
collectd: explicitly disable dpdkstat plugin
...
It requires the libdpdk library which buildroot doesn't provide yet.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2016-12-23 22:41:47 +01:00