29b7cc88f4
This patch adds hackrf/host tools for HackRF, a low cost, open source Software Defined Radio platform. Sources of host tools are available on GitHub here: https://github.com/mossmann/hackrf/tree/master/host Signed-off-by: Jason Pruitt <jrspruitt@gmail.com> Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com> [Arnout: - Rename package to hackrf to match upstream name; - Reorder dependencies and remove empty line (check-package); - Use only sha256 hash; - Add hash for license file; - Bump to 2018.01.1; - Use uploaded tarball rather than github-generated one; - Fix dependencies of comment (|| instead of &&) - Add UDEV_RULES_GROUP=plugdev in case the build host doesn't have this group; - Add patch fixing build without C++ compiler. ] Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
17 lines
514 B
Plaintext
17 lines
514 B
Plaintext
config BR2_PACKAGE_HACKRF
|
|
bool "hackrf"
|
|
depends on !BR2_STATIC_LIBS
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
depends on BR2_PACKAGE_FFTW_PRECISION_SINGLE
|
|
select BR2_PACKAGE_LIBUSB
|
|
help
|
|
Library and tools for accessing HackRF SDR boards.
|
|
|
|
https://github.com/mossmann/hackrf/tree/master/host
|
|
|
|
comment "hackrf needs a toolchain w/ threads, dynamic library"
|
|
depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS
|
|
|
|
comment "hackrf needs fftw's single precision"
|
|
depends on !BR2_PACKAGE_FFTW_PRECISION_SINGLE
|