Commit Graph

12 Commits

Author SHA1 Message Date
Michael Heimpold 457594fdf7 libiio: rework backend selection (fixes #5637)
Provide configuration items to select individual backends. This
also allows to fine-tune the package dependencies.
In order to address #5637, we make this dep unconditionally
until upstream allow to opt-in/opt-out libavahi support.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2018-03-04 14:21:46 +01:00
Michael Heimpold 59c979d595 libiio: update to 0.14
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2018-02-11 18:29:07 +01:00
Michael Heimpold 6a55acc519 libiio: update to 0.12
- remove upstreamed patch
- remove dependency to libavahi-common which does not exist,
  seems that I have confused library name vs package name (fixes #5480)
(- only compile tested at the moment)

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2018-01-20 22:03:09 +01:00
Michael Heimpold 1c4f928f92 libiio: add patch to fix build on buildbots
On buildbots, the building directory seems to be not a subdir of
a git repo, so a variable expands into an empty string which in turn
results in a syntax error:

--snip--
  -- Looking for in6addr_any - found
  -- Found Git: /data/bowl-builder/arm_cortex-a5/build/sdk/staging_dir/host/bin/git (found version "2.1.4")
  fatal: Not a git repository (or any parent up to mount point /data)
  Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
  CMake Error at CMakeLists.txt:114 (if):
    if given arguments:

      "STREQUAL" "/data/bowl-builder/arm_cortex-a5/build/sdk/build_dir/target-arm_cortex-a5_musl_eabi/libiio-0.11"

    Unknown arguments specified

  -- Configuring incomplete, errors occurred!
--snap--

The patch quotes the if arguments and thus fixes the build.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2017-11-18 22:06:19 +01:00
Michael Heimpold b9e0b2680c libiio: fix copy & paste error for iiod description
At the moment, the description for libiio is hidden by the short one, which
is intended for iiod. Fix this by removing the redefinition.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2017-10-31 21:36:55 +01:00
Michael Heimpold 493c69efb5 libiio: update to 0.11
While at, add a missing word in the description of the -utils package.

(Only compile tested at the moment for mxs platform.)

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2017-10-31 12:57:11 +01:00
Stijn Tintel ebf5896009 libiio: add iiod init script
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2017-10-20 19:14:25 +03:00
Michael Heimpold c947329c64 libiio: add missing dependencies to avahi
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2017-07-02 23:34:34 +02:00
Michael Heimpold cdf1bb3538 libiio: fix typo from previous commit
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2017-07-01 11:48:18 +02:00
Michael Heimpold d2301d4865 libiio: make optional dependencies conditional
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2017-06-30 23:46:55 +02:00
Michael Heimpold dd76fb632b libiio: add missing dependency to libusb
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2017-06-24 00:03:21 +02:00
Michael Heimpold 5c8cbdccca libiio: add new package
libiio is a library for interfacing with Linux's Industrial Input/Output (IIO)
subsystem. The Linux IIO subsystem is intended to provide support for devices
that in some sense are analog to digital or digital to analog converters.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2017-06-22 23:49:30 +02:00