All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni via buildroot <buildroot@buildroot.org>
To: Julien Olivain <ju.o@free.fr>
Cc: "Yann E . MORIN" <yann.morin.1998@free.fr>, buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH next 1/2] package/opencsd: new package
Date: Sun, 30 Jul 2023 23:25:59 +0200	[thread overview]
Message-ID: <20230730232559.463da1d5@windsurf> (raw)
In-Reply-To: <20230222204134.38884-1-ju.o@free.fr>

Hello Julien,

On Wed, 22 Feb 2023 21:41:33 +0100
Julien Olivain <ju.o@free.fr> wrote:

> This library provides an API suitable for the decode of
> ARM(r) CoreSight(tm) trace streams.
> 
> OpenCSD is for example an optional dependency in the Linux
> "perf" tool, starting from kernel version 5.1.
> 
> https://github.com/Linaro/OpenCSD
> 
> Signed-off-by: Julien Olivain <ju.o@free.fr>

Applied with very, very small tweaks.

> +config BR2_PACKAGE_OPENCSD
> +	bool "OpenCSD"

	bool "opencsd"

(for consistency, we want all package prompts to be lower-case)

> +	depends on BR2_PACKAGE_OPENCSD_ARCH_SUPPORTS
> +	depends on !BR2_STATIC_LIBS
> +	depends on BR2_INSTALL_LIBSTDCPP
> +	depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 # C++11
> +	help
> +	  This library provides an API suitable for the decode of
> +	  ARM(r) CoreSight(tm) trace streams.
> +
> +	  OpenCSD is for example an optional dependency in the Linux
> +	  "perf" tool, starting from kernel version 5.1.
> +
> +	  https://github.com/Linaro/OpenCSD
> +
> +comment "OpenCSD needs a toolchain w/ C++11, gcc >= 4.8, dynamic libraries"

            ^^^^^^ opencsd
                                                                    ^^^^^^^^^ library

Thanks!

Thomas
-- 
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering and training
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

      parent reply	other threads:[~2023-07-30 21:26 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-22 20:41 [Buildroot] [PATCH next 1/2] package/opencsd: new package Julien Olivain
2023-02-22 20:41 ` [Buildroot] [PATCH next 2/2] package/linux-tools: perf: add OpenCSD support Julien Olivain
2023-07-30 21:26   ` Thomas Petazzoni via buildroot
2023-07-30 21:25 ` Thomas Petazzoni via buildroot [this message]

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=20230730232559.463da1d5@windsurf \
    --to=buildroot@buildroot.org \
    --cc=ju.o@free.fr \
    --cc=thomas.petazzoni@bootlin.com \
    --cc=yann.morin.1998@free.fr \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.