Skip to content

Commit

Permalink
package: libad9361-iio: Add AD9361 library
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Hennerich <[email protected]>
  • Loading branch information
mhennerich committed Jan 30, 2018
1 parent 998bb6c commit 72f3cd7
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 0 deletions.
1 change: 1 addition & 0 deletions configs/zynq_pluto_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ BR2_PACKAGE_LINUX_FIRMWARE_RTL_88XX=y
BR2_PACKAGE_INPUT_EVENT_DAEMON=y
BR2_PACKAGE_UBOOT_TOOLS=y
BR2_PACKAGE_ZLIB=y
BR2_PACKAGE_LIBAD9361_IIO=y
BR2_PACKAGE_LIBIIO_IIOD_USBD=y
BR2_PACKAGE_LIBIIO_TESTS=y
BR2_PACKAGE_LIBINI=y
Expand Down
1 change: 1 addition & 0 deletions package/Config.in
Original file line number Diff line number Diff line change
Expand Up @@ -1114,6 +1114,7 @@ menu "Hardware handling"
source "package/gnu-efi/Config.in"
source "package/hidapi/Config.in"
source "package/lcdapi/Config.in"
source "package/libad9361-iio/Config.in"
source "package/libaio/Config.in"
source "package/libatasmart/Config.in"
source "package/libcec/Config.in"
Expand Down
6 changes: 6 additions & 0 deletions package/libad9361-iio/Config.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
config BR2_PACKAGE_LIBAD9361_IIO
bool "libad9361-iio"
select BR2_PACKAGE_LIBIIO
help
This is a simple library used for userspace, which manages multi-chip sync, on platforms (FMCOMMS5) where multiple AD9361 devices are used.
https://github.com/analogdevicesinc/libad9361-iio
15 changes: 15 additions & 0 deletions package/libad9361-iio/libad9361-iio.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
################################################################################
#
# libad9361-iio
#
################################################################################
LIBAD9361_IIO_VERSION = b98b1cd2280d73ced04cb4cf9482b2d2d91e31a2
LIBAD9361_IIO_SITE = https://github.com/analogdevicesinc/libad9361-iio.git
LIBAD9361_IIO_SITE_METHOD = git

LIBAD9361_IIO_INSTALL_STAGING = YES
LIBAD9361_IIO_LICENSE = LGPL-2.1+
LIBAD9361_IIO_LICENSE_FILE = LICENSE
LIBAD9361_IIO_DEPENDENCIES = libiio

$(eval $(cmake-package))

0 comments on commit 72f3cd7

Please sign in to comment.