summaryrefslogtreecommitdiffstats
path: root/package/libiio
Commit message (Collapse)AuthorAgeFilesLines
* libiio: Disable IIOD on BlackfinPaul Cercueil2016-08-291-0/+5
| | | | | | | | | | | IIOD uses accept4, which is not yet available on Blackfin. Fixes: http://autobuild.buildroot.net/results/b75/b7552c9325ffcc7f1cb6e114b82648f3280fded6/ [Peter: hide other toolchain comment on bfin] Signed-off-by: Paul Cercueil <paul.cercueil@analog.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libiio: do not install systemd service file, no longer availableThomas Petazzoni2016-08-281-7/+0
| | | | | | | | | | | | | | | | | | Since the bump to libiio 0.7, the systemd service file that used to be in debian/iiod.service no longer exists. The entire debian/ directory has been removed from the upstream project: https://github.com/analogdevicesinc/libiio/commit/5d49f58982b0c15545bc70724304fbc580e6523c Due to this, the installation of this service file fails, and causes build failures. To address this, we simply remove the installation of the systemd service file. Fixes: http://autobuild.buildroot.net/results/ce2fc81466abd9619aa104c96234d1455de3480d/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libiio: Add a patch to fix compilation with old glibcPaul Cercueil2016-08-191-0/+30
| | | | | | | | | | | Cherry-picked from upstream. Fixes: http://autobuild.buildroot.net/results/fa7f7db861c342f4d189f74b983ae9d2751cf29b/ Signed-off-by: Paul Cercueil <paul.cercueil@analog.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libiio: BR2_PACKAGE_LIBIIO_TESTS requires BR2_PACKAGE_LIBIIO_XML_BACKENDPaul Cercueil2016-07-061-0/+1
| | | | | Signed-off-by: Paul Cercueil <paul.cercueil@analog.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libiio: Bump version to 0.7Paul Cercueil2016-07-056-83/+74
| | | | | | | | | | | | | | | | The two previous patches have been merged upstream, so they have been deleted here. Another patch (picked from upstream) has been added to fix the build with thread-less toolchains. Libiio v0.7 provides two new backends, a USB backend (using libusb-1.0) and a serial backend (using libserialport). Additionally, it is now possible to compile libiio with thread-less toolchains. In that case, thread safety is disabled. Signed-off-by: Paul Cercueil <paul.cercueil@analog.com> Reviewed-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/libiio: libiio network backend needs threadsRomain Naour2016-07-021-0/+4
| | | | | | | | | | | When libiio network backend is enabled, NEED_THREADS is set in the build system and require a toolchain with treads support. Fixes: http://autobuild.buildroot.net/results/cfc/cfc70094d8f4008f4e660250b1b90a35a2ab384d Signed-off-by: Romain Naour <romain.naour@smile.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libiio: Fix pthread linking for iiodMatthew Fornero2016-06-091-0/+30
| | | | | | | | | | | | | | | Update the iiod CMake configuration to resolve pthread linking issues introduced with commit: 17ee15da70d23c314a3264c87a785101cbd9d85d ("libiio: Bump version to 0.6") Fixes: http://autobuild.buildroot.net/results/ffe/ffec14aa79833a6f0889a87b31dae464d083e6a8/ http://autobuild.buildroot.net/results/49f/49f249632ed021ebe73ee7fab1b55fb3bb4c08f8/ Signed-off-by: Matthew Fornero <mfornero@mathworks.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libiio: fix legal infoPeter Korsgaard2016-06-011-1/+1
| | | | | | | | | Fixes: http://autobuild.buildroot.org/results/778/7789da71553bb633cbea6db83faeee061155b9f8/ The license file is now called COPYING.txt. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libiio: Bump version to 0.6Matthew Fornero2016-05-234-67/+32
| | | | | | | | | | | v0.6 API offers some major additions, including: * iio_device_set_kernel_buffers_counts * iio_buffer_get_poll_fd * iio_bufer_set_blocking_mode * iio_buffer_push_partial Signed-off-by: Matthew Fornero <mfornero@mathworks.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libiio: test programs require threadsBaruch Siach2015-08-181-0/+4
| | | | | | | | | | Fixes: http://autobuild.buildroot.net/results/228/228a32167d05337acf17b0e3689aa91e8a67d8fb/ http://autobuild.buildroot.net/results/86a/86adb968659fec56684ba80e1c4230230fd7a1c8/ Signed-off-by: Baruch Siach <baruch@tkos.co.il> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libiio: Add a patch from upstream to fix building without a C++ compilerPaul Cercueil2015-07-221-0/+36
| | | | | | | | | | | This fixes a build issue reported by the autobuilder: http://autobuild.buildroot.net/results/5b0d02aa3bdb4cddb0d316c99fada2e7ba9f9c1d/ [Thomas: add autobuilder reference, as suggested by Baruch.] Signed-off-by: Paul Cercueil <paul.cercueil@analog.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libiio: Bump version to 0.5Paul Cercueil2015-07-185-34/+43
| | | | | | | | | | | The package now offers the possibility to install Python and/or C# bindings if the Python and Mono packages are detected. v2: Patch generated with 'git format-patch -M' and fix indentation in libiio.mk v3: Updated libiio.hash file Signed-off-by: Paul Cercueil <paul.cercueil@analog.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* packages: remove non-IPv6 dependencies and tweaksGustavo Zacarias2015-04-221-1/+1
| | | | | | | | Now that IPv6 is mandatory remove package dependencies and conditionals for it. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libiio: move systemd service file to /usr/libMike Williams2015-03-201-2/+2
| | | | | Signed-off-by: Mike Williams <mike@mikebwilliams.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libiio: Drop requirement of threading support in the toolchainPaul Cercueil2015-01-081-4/+0
| | | | | | | | | The libiio library will compile fine with a toolchain that doesn't support threads (tested with br-arm-full-nothread.config). Only the IIOD program requires support for threading. Signed-off-by: Paul Cercueil <paul.cercueil@analog.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/libiio: fix static buildSamuel Martin2014-12-301-0/+42
| | | | | | | | | | | | | | Use the CMake module provided by libxml2 instead of the one from CMake to correctly set the cflags and ldflags. Fixes: http://autobuild.buildroot.net/results/964f98fafdcd7e994ea25cf0993915d81537c31c/ Note that this patch needs the following one to be merged in libxml2: https://mail.gnome.org/archives/xml/2014-December/msg00015.html Signed-off-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/libiio: do not force shared object buildSamuel Martin2014-12-271-0/+29
| | | | | | | | | | | | | | libiio correctly builds as a static library, there is no obvious reason to force the shared object build. So, let the CMake BUILD_SHARED_LIBS variable handles the type of library built. This libiio patch has already been submitted upstream: https://github.com/analogdevicesinc/libiio/pull/6 Signed-off-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libiio: new packagePaul Cercueil2014-12-214-0/+129
Libiio is a library to ease the development of software interfacing Linux Industrial I/O (IIO) devices. http://wiki.analog.com/resources/tools-software/linux-software/libiio [Thomas: - Remove changelog from the commit log. - Rename init script to S99iiod instead of S99iiod.sh - Remove "status" command from init script, and implement "restart" instead. - Add dependency on thread support in toolchain. - Fixup indentation in the .mk file. - Fixup wrapping in the Config.in help text.] Signed-off-by: Paul Cercueil <paul.cercueil@analog.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud