xref: /OK3568_Linux_fs/buildroot/package/sysrepo/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_SYSREPO
2*4882a593Smuzhiyun	bool "sysrepo"
3*4882a593Smuzhiyun	depends on BR2_USE_MMU
4*4882a593Smuzhiyun	depends on !BR2_STATIC_LIBS
5*4882a593Smuzhiyun	depends on BR2_INSTALL_LIBSTDCPP
6*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
7*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 # C++11
8*4882a593Smuzhiyun	select BR2_PACKAGE_LIBYANG
9*4882a593Smuzhiyun	select BR2_PACKAGE_PCRE
10*4882a593Smuzhiyun	select BR2_PACKAGE_PCRE_UCP
11*4882a593Smuzhiyun	help
12*4882a593Smuzhiyun	  Sysrepo is an YANG-based configuration and operational state
13*4882a593Smuzhiyun	  data store for Unix/Linux applications.
14*4882a593Smuzhiyun
15*4882a593Smuzhiyun	  https://github.com/sysrepo
16*4882a593Smuzhiyun
17*4882a593Smuzhiyunif BR2_PACKAGE_SYSREPO
18*4882a593Smuzhiyun
19*4882a593Smuzhiyunconfig BR2_PACKAGE_SYSREPO_EXAMPLES
20*4882a593Smuzhiyun	bool "enable examples"
21*4882a593Smuzhiyun	help
22*4882a593Smuzhiyun	  Enable sysrepo examples.
23*4882a593Smuzhiyun
24*4882a593Smuzhiyunendif
25*4882a593Smuzhiyun
26*4882a593Smuzhiyuncomment "sysrepo needs a toolchain w/ C++, NPTL, dynamic library, gcc >= 4.8"
27*4882a593Smuzhiyun	depends on BR2_USE_MMU
28*4882a593Smuzhiyun	depends on BR2_STATIC_LIBS || !BR2_INSTALL_LIBSTDCPP \
29*4882a593Smuzhiyun		|| !BR2_TOOLCHAIN_HAS_THREADS_NPTL
30