projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ed9516
)
Revert "libiio: Disable IIOD on Blackfin"
author
Samuel Martin
<s.martin49@gmail.com>
Fri, 3 Nov 2017 10:30:33 +0000
(11:30 +0100)
committer
Thomas Petazzoni
<thomas.petazzoni@free-electrons.com>
Fri, 3 Nov 2017 20:59:54 +0000
(21:59 +0100)
This reverts commit
53996bee433f09a91b12aa53b2be0f7d22c0acbe
.
Commit
93a86b4dec9e73fbe0e186cdde8fb04a36a44762
fixes accept4 support
in uclibc on Blackfin, so re-enable iiod on this target.
Cc: Paul Cercueil <paul.cercueil@analog.com>
Signed-off-by: Samuel Martin <s.martin49@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/libiio/Config.in
patch
|
blob
|
history
diff --git
a/package/libiio/Config.in
b/package/libiio/Config.in
index baa163126a0dddec6e0c3b9d50074226976b8fbe..b58ac7fdb3cafe4737f0faf2ebfe8bb61643b850 100644
(file)
--- a/
package/libiio/Config.in
+++ b/
package/libiio/Config.in
@@
-53,7
+53,6
@@
config BR2_PACKAGE_LIBIIO_IIOD
bool "IIO Daemon"
default y
depends on BR2_TOOLCHAIN_HAS_THREADS
- depends on !BR2_bfin
select BR2_PACKAGE_LIBIIO_LOCAL_BACKEND
help
Install the IIO Daemon.
@@
-74,10
+73,6
@@
comment "USB support in the IIO Daemon requires libaio, headers >= 3.18"
comment "IIO Daemon needs a toolchain w/ threads"
depends on !BR2_TOOLCHAIN_HAS_THREADS
- depends on !BR2_bfin
-
-comment "IIO Daemon is not yet available on Blackfin"
- depends on BR2_bfin
config BR2_PACKAGE_LIBIIO_TESTS
bool "Install test programs"