|
@@ -1,9 +1,9 @@
|
|
-comment "uhd needs a toolchain w/ C++, NPTL, wchar, dynamic library, gcc >= 5"
|
|
|
|
|
|
+comment "uhd needs a toolchain w/ C++, NPTL, wchar, dynamic library, gcc >= 7"
|
|
depends on BR2_USE_MMU
|
|
depends on BR2_USE_MMU
|
|
depends on BR2_TOOLCHAIN_SUPPORTS_ALWAYS_LOCKFREE_ATOMIC_INTS
|
|
depends on BR2_TOOLCHAIN_SUPPORTS_ALWAYS_LOCKFREE_ATOMIC_INTS
|
|
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR || \
|
|
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR || \
|
|
!BR2_TOOLCHAIN_HAS_THREADS_NPTL || BR2_STATIC_LIBS || \
|
|
!BR2_TOOLCHAIN_HAS_THREADS_NPTL || BR2_STATIC_LIBS || \
|
|
- !BR2_TOOLCHAIN_GCC_AT_LEAST_5
|
|
|
|
|
|
+ !BR2_TOOLCHAIN_GCC_AT_LEAST_7
|
|
|
|
|
|
comment "uhd needs a toolchain not affected by GCC bug 64735"
|
|
comment "uhd needs a toolchain not affected by GCC bug 64735"
|
|
depends on BR2_TOOLCHAIN_HAS_GCC_BUG_64735
|
|
depends on BR2_TOOLCHAIN_HAS_GCC_BUG_64735
|
|
@@ -17,7 +17,7 @@ config BR2_PACKAGE_UHD
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
depends on BR2_USE_MMU # use fork()
|
|
depends on BR2_USE_MMU # use fork()
|
|
depends on BR2_USE_WCHAR # boost
|
|
depends on BR2_USE_WCHAR # boost
|
|
- depends on BR2_TOOLCHAIN_GCC_AT_LEAST_5 # boost-math
|
|
|
|
|
|
+ depends on BR2_TOOLCHAIN_GCC_AT_LEAST_7
|
|
select BR2_PACKAGE_BOOST
|
|
select BR2_PACKAGE_BOOST
|
|
select BR2_PACKAGE_BOOST_ATOMIC
|
|
select BR2_PACKAGE_BOOST_ATOMIC
|
|
select BR2_PACKAGE_BOOST_CHRONO
|
|
select BR2_PACKAGE_BOOST_CHRONO
|
|
@@ -37,24 +37,16 @@ if BR2_PACKAGE_UHD
|
|
|
|
|
|
config BR2_PACKAGE_UHD_B100
|
|
config BR2_PACKAGE_UHD_B100
|
|
bool "b100 support"
|
|
bool "b100 support"
|
|
- depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # libusb
|
|
|
|
select BR2_PACKAGE_UHD_USB
|
|
select BR2_PACKAGE_UHD_USB
|
|
help
|
|
help
|
|
enable B100 support
|
|
enable B100 support
|
|
|
|
|
|
-comment "B100 support needs a toolchain w/ gcc >= 4.9"
|
|
|
|
- depends on !BR2_TOOLCHAIN_GCC_AT_LEAST_4_9
|
|
|
|
-
|
|
|
|
config BR2_PACKAGE_UHD_B200
|
|
config BR2_PACKAGE_UHD_B200
|
|
bool "b200 support"
|
|
bool "b200 support"
|
|
- depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # libusb
|
|
|
|
select BR2_PACKAGE_UHD_USB
|
|
select BR2_PACKAGE_UHD_USB
|
|
help
|
|
help
|
|
enable B200 support
|
|
enable B200 support
|
|
|
|
|
|
-comment "B200 support needs a toolchain w/ gcc >= 4.9"
|
|
|
|
- depends on !BR2_TOOLCHAIN_GCC_AT_LEAST_4_9
|
|
|
|
-
|
|
|
|
config BR2_PACKAGE_UHD_E300
|
|
config BR2_PACKAGE_UHD_E300
|
|
bool "E300 support"
|
|
bool "E300 support"
|
|
select BR2_PACKAGE_UHD_MPMD
|
|
select BR2_PACKAGE_UHD_MPMD
|
|
@@ -115,24 +107,16 @@ config BR2_PACKAGE_UHD_PYTHON
|
|
|
|
|
|
config BR2_PACKAGE_UHD_USB
|
|
config BR2_PACKAGE_UHD_USB
|
|
bool "USB support"
|
|
bool "USB support"
|
|
- depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # libusb
|
|
|
|
select BR2_PACKAGE_LIBUSB
|
|
select BR2_PACKAGE_LIBUSB
|
|
help
|
|
help
|
|
enable UHD USB support
|
|
enable UHD USB support
|
|
|
|
|
|
-comment "USB support needs a toolchain w/ gcc >= 4.9"
|
|
|
|
- depends on !BR2_TOOLCHAIN_GCC_AT_LEAST_4_9
|
|
|
|
-
|
|
|
|
config BR2_PACKAGE_UHD_USRP1
|
|
config BR2_PACKAGE_UHD_USRP1
|
|
bool "USRP1 support"
|
|
bool "USRP1 support"
|
|
- depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # libusb
|
|
|
|
select BR2_PACKAGE_UHD_USB
|
|
select BR2_PACKAGE_UHD_USB
|
|
help
|
|
help
|
|
enable USRP1 support
|
|
enable USRP1 support
|
|
|
|
|
|
-comment "USRP1 support needs a toolchain w/ gcc >= 4.9"
|
|
|
|
- depends on !BR2_TOOLCHAIN_GCC_AT_LEAST_4_9
|
|
|
|
-
|
|
|
|
config BR2_PACKAGE_UHD_USRP2
|
|
config BR2_PACKAGE_UHD_USRP2
|
|
bool "USRP2 support"
|
|
bool "USRP2 support"
|
|
help
|
|
help
|