Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/2] Adding yavta (Yet Another V4L2 Test Application) as a package
Date: Wed, 9 Jan 2013 16:59:05 +0100	[thread overview]
Message-ID: <20130109165905.1fccde74@skate> (raw)
In-Reply-To: <1357734594-8211-1-git-send-email-kpa_info@yahoo.fr>

Dear kpa_info at yahoo.fr,

It looks pretty good! I have a few comments below.

On Wed,  9 Jan 2013 13:29:53 +0100, kpa_info at yahoo.fr wrote:
> From: Patrick Gerber <kpa_info@yahoo.fr>
> 
> 
> Signed-off-by: Patrick Gerber <kpa_info@yahoo.fr>
> ---
>  package/multimedia/Config.in       |    1 +
>  package/multimedia/yavta/Config.in |    4 ++++
>  package/multimedia/yavta/yavta.mk  |   21 +++++++++++++++++++++
>  3 files changed, 26 insertions(+)
>  create mode 100644 package/multimedia/yavta/Config.in
>  create mode 100644 package/multimedia/yavta/yavta.mk
> 
> diff --git a/package/multimedia/Config.in
> b/package/multimedia/Config.in index 273d9bc..da558ca 100644
> --- a/package/multimedia/Config.in
> +++ b/package/multimedia/Config.in
> @@ -24,4 +24,5 @@ source "package/multimedia/pulseaudio/Config.in"
>  source "package/multimedia/tidsp-binaries/Config.in"
>  source "package/multimedia/vorbis-tools/Config.in"
>  source "package/multimedia/wavpack/Config.in"
> +source "package/multimedia/yavta/Config.in"
>  endmenu
> diff --git a/package/multimedia/yavta/Config.in
> b/package/multimedia/yavta/Config.in new file mode 100644
> index 0000000..3cca5c1
> --- /dev/null
> +++ b/package/multimedia/yavta/Config.in
> @@ -0,0 +1,4 @@
> +config BR2_PACKAGE_YAVTA
> +	bool "yavta"
> +	help
> +	  Yet Another V4L2 Test Application

Here, we want a empty line, and then the upstream URL of the
corresponding project.

See
http://buildroot.org/downloads/manual/manual.html#_literal_config_in_literal_file.


> +YAVTA_VERSION = 82ff2efdb9787737b9f21b6f4759f077c827b238
> +YAVTA_SITE = git://git.ideasonboard.org/yavta.git
> +YAVTA_LICENSE = GPLv2
> +YAVTA_LICENSE_FILES = COPYING.GPL
> +
> +define YAVTA_BUILD_CMDS
> +$(MAKE) -C $(@D) CC="$(TARGET_CC) $(TARGET_CFLAGS)"

This line could be intended with one tab, and could be written as
follows:

	$(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D)

TARGET_CONFIGURE_OPTS contains the proper CC and CFLAGS definitions.

> +endef
> +
> +define YAVTA_INSTALL_TARGET_CMDS
> +install -m 0755 -D $(@D)/yavta $(TARGET_DIR)/usr/bin/yavta

Indentation, and install -> $(INSTALL)

	$(INSTALL) -m 0755 -D $(@D)/yavta $(TARGET_DIR)/usr/bin/yavta

> +endef
> +
> +$(eval $(generic-package)) 

Otherwise, looks good!

Thomas
-- 
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com

  parent reply	other threads:[~2013-01-09 15:59 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-09 12:29 [Buildroot] [PATCH 1/2] Adding yavta (Yet Another V4L2 Test Application) as a package kpa_info at yahoo.fr
2013-01-09 12:29 ` [Buildroot] [PATCH 2/2] Adding media-ctl " kpa_info at yahoo.fr
2013-01-09 16:02   ` Thomas Petazzoni
2013-01-10 10:24     ` Patrick
2013-01-09 15:59 ` Thomas Petazzoni [this message]
2013-01-10 10:21   ` [Buildroot] [PATCH 1/2] Adding yavta (Yet Another V4L2 Test Application) " Patrick
2013-01-10 10:28     ` Thomas Petazzoni
2013-01-10 10:43       ` Patrick

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=20130109165905.1fccde74@skate \
    --to=thomas.petazzoni@free-electrons.com \
    --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