1 config BR2_PACKAGE_MRAA
3 depends on BR2_TOOLCHAIN_HAS_THREADS
4 depends on BR2_arm || BR2_i386 || BR2_x86_64
6 mraa is a C/C++ library with bindings to javascript & python
7 to interface with the IO on Galileo, Edison & other platforms,
8 with a structured and sane API where port names/numbering matches
9 the board that you are on.
11 http://iotdk.intel.com/docs/master/mraa
13 comment "mraa needs a toolchain w/ threads"
14 depends on !BR2_TOOLCHAIN_HAS_THREADS