Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Arnout Vandecappelle <arnout@mind.be>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] ola: new package
Date: Tue, 27 Aug 2013 18:57:37 +0200	[thread overview]
Message-ID: <521CDA81.1070908@mind.be> (raw)
In-Reply-To: <1377525737-14420-1-git-send-email-blanco.ether@gmail.com>

On 08/26/13 16:02, Dave Skok wrote:
> Signed-off-by: Dave Skok <blanco.ether@gmail.com>

  Two very small fixes:

> ---
>   package/Config.in     |   1 +
>   package/ola/Config.in | 136 ++++++++++++++++++++++++++++++++++++++++++++++
>   package/ola/ola.mk    | 146 ++++++++++++++++++++++++++++++++++++++++++++++++++
>   3 files changed, 283 insertions(+)
>   create mode 100644 package/ola/Config.in
>   create mode 100644 package/ola/ola.mk
>
> diff --git a/package/Config.in b/package/Config.in
> index 7069d77..fb52411 100644
> --- a/package/Config.in
> +++ b/package/Config.in
> @@ -277,6 +277,7 @@ source "package/minicom/Config.in"
>   source "package/nanocom/Config.in"
>   source "package/neard/Config.in"
>   source "package/ofono/Config.in"
> +source "package/ola/Config.in"
>   source "package/on2-8170-modules/Config.in"
>   source "package/open2300/Config.in"
>   source "package/openocd/Config.in"
> diff --git a/package/ola/Config.in b/package/ola/Config.in
> new file mode 100644
> index 0000000..050f29b
> --- /dev/null
> +++ b/package/ola/Config.in
> @@ -0,0 +1,136 @@
> +config BR2_PACKAGE_OLA
> +	bool "ola (open lighting architecture)"
> +	select BR2_PACKAGE_PROTOBUF
> +	select BR2_PACKAGE_UTIL_LINUX_LIBUUID
> +	select BR2_PACKAGE_UTIL_LINUX
> +	depends on BR2_INSTALL_LIBSTDCPP # protobuf
> +	depends on BR2_LARGEFILE # util-linux
> +	depends on BR2_USE_WCHAR # util-linux
> +	depends on BR2_TOOLCHAIN_HAS_THREADS
> +	help
> +	  Open Lighting Architecture provides applications
> +	  with a mechanism to send and receive DMX512 & RDM
> +	  commands using hardware devices and DMX over IP protocols.
> +
> +	  http://www.opendmx.net/index.php/OLA
> +
> +comment "ola requires a toolchain with C++, thread, largefile and wchar support"
> +	depends on !BR2_INSTALL_LIBSTDCPP || !BR2_LARGEFILE || !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS

  This comment should go either above the BR2_PACKAGE_OLA config, or else 
at the end of the file. Otherwise the sub-menus will not be indented.

> +
> +if BR2_PACKAGE_OLA
> +
> +menu "bindings and interface"
> +
> +config BR2_PACKAGE_OLA_WEB
> +	bool "http interface"
> +	select BR2_PACKAGE_LIBMICROHTTPD
> +	help
> +	  Build OLA with browser interface.
> +
> +config BR2_PACKAGE_OLA_PYTHON_BINDINGS
> +	bool "python bindings"
> +	select BR2_PACKAGE_PYTHON
> +	select BR2_PACKAGE_PYTHON_PROTOBUF
> +	depends on BR2_USE_MMU
> +	help
> +	  Build OLA with support for the Python language.
> +
> +config BR2_PACKAGE_OLA_SLP
> +	bool "slp tools"
> +	help
> +	  Build OLA with slp tools.
> +
> +endmenu
> +
> +menu "tests and examples"
> +
> +config BR2_PACKAGE_OLA_EXAMPLES
> +	bool "examples"
> +	select BR2_PACKAGE_NCURSES
> +	help
> +	  Build OLA examples.
> +
> +config BR2_PACKAGE_OLA_RDM_TESTS
> +	bool "rdm tests"
> +	select BR2_PACKAGE_OLA_PYTHON_BINDINGS
> +	select BR2_PACKAGE_PYTHON
> +	select BR2_PACKAGE_PYTHON_PROTOBUF

  These two are already selected by BR2_PACKAGE_OLA_PYTHON_BINDINGS.

  Regards,
  Arnout

> +	depends on BR2_USE_MMU
> +	help
> +	  Build OLA RDM tests.
> +
> +endmenu

[snip]


-- 
Arnout Vandecappelle                          arnout at mind be
Senior Embedded Software Architect            +32-16-286500
Essensium/Mind                                http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium           BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint:  7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F

  parent reply	other threads:[~2013-08-27 16:57 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-26 14:02 [Buildroot] [PATCH 1/1] ola: new package Dave Skok
2013-08-27  8:04 ` Thomas De Schampheleire
2013-08-27 16:57 ` Arnout Vandecappelle [this message]
2013-08-28 11:51   ` David Skok
  -- strict thread matches above, loose matches on Subject: below --
2013-08-28 11:50 Dave Skok
2013-09-12 21:03 ` Peter Korsgaard
2013-08-15 17:04 Dave Skok
2013-08-22  8:25 ` Thomas De Schampheleire
2013-08-26 12:36   ` David Skok
2013-08-12 18:05 Dave Skok
2013-08-13 22:32 ` Thomas Petazzoni
2013-08-14  0:51   ` Blanco
2013-08-07 13:10 Dave Skok
2013-08-10 17:13 ` Thomas Petazzoni
     [not found]   ` <CALy4uEXhixrLNKzrRVsdYqCeNer6XPB_kXKwJepH8Pnh9+M+mA@mail.gmail.com>
2013-08-12 18:01     ` Thomas Petazzoni
2013-08-12 18:36       ` David Skok

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=521CDA81.1070908@mind.be \
    --to=arnout@mind.be \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox