All of lore.kernel.org
 help / color / mirror / Atom feed
* "-b" option doesn't need the full filename, correct?
@ 2020-05-04 10:26 Robert P. J. Day
  2020-05-05  7:52 ` [bitbake-devel] " Richard Purdie
  0 siblings, 1 reply; 2+ messages in thread
From: Robert P. J. Day @ 2020-05-04 10:26 UTC (permalink / raw)
  To: BitBake developer list


  currently poring over BB user manual and noticed that the
explanation of "-b" strongly implies that the argument for this option
must be the full recipe filename, such as strace_5.5.bb, but it seems
to work fine with just:

  $ bitbake -b strace

is that deliberate or accidental or an unintentional side effect that
should be discouraged?

rday

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [bitbake-devel] "-b" option doesn't need the full filename, correct?
  2020-05-04 10:26 "-b" option doesn't need the full filename, correct? Robert P. J. Day
@ 2020-05-05  7:52 ` Richard Purdie
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Purdie @ 2020-05-05  7:52 UTC (permalink / raw)
  To: bitbake-devel

On Mon, 2020-05-04 at 06:26 -0400, Robert P. J. Day wrote:
>   currently poring over BB user manual and noticed that the
> explanation of "-b" strongly implies that the argument for this
> option
> must be the full recipe filename, such as strace_5.5.bb, but it seems
> to work fine with just:
> 
>   $ bitbake -b strace
> 
> is that deliberate or accidental or an unintentional side effect that
> should be discouraged?

It does pattern matching so it only works like that if strace is unique
to a single filename. Try "gcc" ;-)

Cheers,

Richard


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-05-05  7:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-04 10:26 "-b" option doesn't need the full filename, correct? Robert P. J. Day
2020-05-05  7:52 ` [bitbake-devel] " Richard Purdie

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.