All of lore.kernel.org
 help / color / mirror / Atom feed
From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: Matthew McClintock <msm-oss@mcclintock.net>,
	openembedded-core@lists.openembedded.org
Subject: Re: [PATCH] utility-task: Add do_patchall task
Date: Tue, 07 Mar 2017 20:47:23 +0000	[thread overview]
Message-ID: <1488919643.22968.47.camel@linuxfoundation.org> (raw)
In-Reply-To: <1488916121-30447-1-git-send-email-msm-oss@mcclintock.net>

On Tue, 2017-03-07 at 13:48 -0600, Matthew McClintock wrote:
> This is useful in a few scenarios:
> 
> 1) A developer wants to be able to grep all the code in a particular
> without having to run patch on various components until they guess
> the
> right one (e.g. which component is generating an error/warning?)
> 
> 2) Other code scanning tools that can be run without requiring a full
> image to be built (legal, static code analysis, etc)
> 
> Signed-off-by: Matthew McClintock <msm-oss@mcclintock.net>
> ---
>  meta/classes/utility-tasks.bbclass | 7 +++++++
>  meta/conf/documentation.conf       | 1 +
>  2 files changed, 8 insertions(+)

I have mixed feelings on this. Whilst I can see the attraction, extra
tasks like this do actually have a parsing overhead. We already have a
lot of them and its only a question of time before someone wants
another XXXall task adding.

I'm wondering if we can solve this at the bitbake level instead with a
new parameter instead? That would allow us to delete tasks and speed up
parsing rather than slow things down.

Cheers,

Richard


  parent reply	other threads:[~2017-03-07 20:47 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-07 19:48 [PATCH] utility-task: Add do_patchall task Matthew McClintock
2017-03-07 20:19 ` Leonardo Sandoval
2017-03-07 20:16   ` Burton, Ross
2017-03-07 20:47 ` Richard Purdie [this message]
2017-03-07 20:53   ` Matthew McClintock
2017-03-07 22:33   ` Paul Eggleton
2017-03-08  2:55     ` Matthew McClintock

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=1488919643.22968.47.camel@linuxfoundation.org \
    --to=richard.purdie@linuxfoundation.org \
    --cc=msm-oss@mcclintock.net \
    --cc=openembedded-core@lists.openembedded.org \
    /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.