1 comment "ola needs a toolchain w/ C++, threads, wchar, dynamic library"
2 depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR \
3 || !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
4 depends on BR2_arm || BR2_i386 || BR2_mipsel || BR2_x86_64
7 bool "ola (open lighting architecture)"
8 select BR2_PACKAGE_PROTOBUF
9 select BR2_PACKAGE_UTIL_LINUX_LIBUUID
10 select BR2_PACKAGE_UTIL_LINUX
11 depends on BR2_INSTALL_LIBSTDCPP # protobuf
12 depends on !BR2_STATIC_LIBS # protobuf
13 depends on BR2_USE_WCHAR # util-linux
14 depends on BR2_TOOLCHAIN_HAS_THREADS
15 depends on BR2_arm || BR2_i386 || BR2_mipsel || BR2_x86_64 # protobuf
16 # protobuf -> host-protobuf
17 depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
19 Open Lighting Architecture provides applications
20 with a mechanism to send and receive DMX512 & RDM
21 commands using hardware devices and DMX over IP protocols.
23 http://www.opendmx.net/index.php/OLA
27 menu "bindings and interface"
29 config BR2_PACKAGE_OLA_WEB
31 select BR2_PACKAGE_LIBMICROHTTPD
33 Build OLA with browser interface.
35 config BR2_PACKAGE_OLA_PYTHON_BINDINGS
36 bool "python bindings"
37 depends on BR2_PACKAGE_PYTHON
38 select BR2_PACKAGE_PYTHON_PROTOBUF
40 Build OLA with support for the Python language.
42 config BR2_PACKAGE_OLA_SLP
45 Build OLA with slp tools.
49 menu "tests and examples"
51 config BR2_PACKAGE_OLA_EXAMPLES
53 select BR2_PACKAGE_NCURSES
57 config BR2_PACKAGE_OLA_RDM_TESTS
59 depends on BR2_PACKAGE_OLA_PYTHON_BINDINGS
65 menu "plugin selections"
67 config BR2_PACKAGE_OLA_PLUGIN_E131
70 Build ACN E131 plugin for OLA.
72 config BR2_PACKAGE_OLA_PLUGIN_ARTNET
75 Build Artnet plugin for OLA.
77 config BR2_PACKAGE_OLA_PLUGIN_OPENDMX
80 Build DMX4Linux plugin for OLA.
82 config BR2_PACKAGE_OLA_PLUGIN_DUMMY
85 Build Dummy plugin for OLA.
87 config BR2_PACKAGE_OLA_PLUGIN_ESPNET
90 Build EspNet plugin for OLA.
92 config BR2_PACKAGE_OLA_PLUGIN_KINET
95 Build KiNet plugin for OLA.
97 config BR2_PACKAGE_OLA_PLUGIN_MILINT
98 bool "Milford Instruments"
100 Build Milford Instruments 1-463 plugin for OLA.
102 config BR2_PACKAGE_OLA_PLUGIN_OSC
104 select BR2_PACKAGE_LIBLO
106 Build Open Sound Control plugin for OLA.
108 config BR2_PACKAGE_OLA_PLUGIN_PATHPORT
111 Build Pathport plugin for OLA.
113 config BR2_PACKAGE_OLA_PLUGIN_SANDNET
116 Build SandNet plugin for OLA.
118 config BR2_PACKAGE_OLA_PLUGIN_SHOWNET
121 Build ShowNet plugin for OLA.
123 config BR2_PACKAGE_OLA_PLUGIN_STAGEPROFI
125 select BR2_PACKAGE_LIBUSB
127 Build StageProfi plugin for OLA.
129 config BR2_PACKAGE_OLA_PLUGIN_USBPRO
131 select BR2_PACKAGE_LIBUSB
133 Build UsbPro plugin for OLA.