All of lore.kernel.org
 help / color / mirror / Atom feed
* are there more yocto-bsp commands other than "create" and "list"?
@ 2012-04-04 20:16 Robert P. J. Day
  2012-04-04 20:56 ` Tom Zanussi
  0 siblings, 1 reply; 3+ messages in thread
From: Robert P. J. Day @ 2012-04-04 20:16 UTC (permalink / raw)
  To: Yocto discussion list


  help for yocto-bsp reads:

 The most commonly used 'yocto-bsp' commands are:
    create            Create a new Yocto BSP
    list              List available values for options and BSP properties

but from the script:

subcommands = {
    "create": [yocto_bsp_create_subcommand,
               yocto_bsp_create_usage,
               yocto_bsp_create_help],
    "list":   [yocto_bsp_list_subcommand,
               yocto_bsp_list_usage,
               yocto_bsp_list_help],
}

  so it's not so much they're the most common commands, aren't they
the *only* commands?  or am i misreading something?

rday

-- 

========================================================================
Robert P. J. Day                                 Ottawa, Ontario, CANADA
                        http://crashcourse.ca

Twitter:                                       http://twitter.com/rpjday
LinkedIn:                               http://ca.linkedin.com/in/rpjday
========================================================================


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

* Re: are there more yocto-bsp commands other than "create" and "list"?
  2012-04-04 20:16 are there more yocto-bsp commands other than "create" and "list"? Robert P. J. Day
@ 2012-04-04 20:56 ` Tom Zanussi
  2012-04-04 21:10   ` Robert P. J. Day
  0 siblings, 1 reply; 3+ messages in thread
From: Tom Zanussi @ 2012-04-04 20:56 UTC (permalink / raw)
  To: Robert P. J. Day; +Cc: Yocto discussion list

On Wed, 2012-04-04 at 16:16 -0400, Robert P. J. Day wrote:
> help for yocto-bsp reads:
> 
>  The most commonly used 'yocto-bsp' commands are:
>     create            Create a new Yocto BSP
>     list              List available values for options and BSP properties
> 
> but from the script:
> 
> subcommands = {
>     "create": [yocto_bsp_create_subcommand,
>                yocto_bsp_create_usage,
>                yocto_bsp_create_help],
>     "list":   [yocto_bsp_list_subcommand,
>                yocto_bsp_list_usage,
>                yocto_bsp_list_help],
> }
> 
>   so it's not so much they're the most common commands, aren't they
> the *only* commands?  or am i misreading something?
> 

At the moment, they are the only commands, and I guess therefore also
the most commonly used.

The interface is modeled after git and perf, which both use the same
text.  I suppose that to avoid being misleading, we should replace 'most
commonly' with 'available', also since I also don't envision adding any
'rare' commands...

Tom

> rday
> 




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

* Re: are there more yocto-bsp commands other than "create" and "list"?
  2012-04-04 20:56 ` Tom Zanussi
@ 2012-04-04 21:10   ` Robert P. J. Day
  0 siblings, 0 replies; 3+ messages in thread
From: Robert P. J. Day @ 2012-04-04 21:10 UTC (permalink / raw)
  To: Tom Zanussi; +Cc: Yocto discussion list

On Wed, 4 Apr 2012, Tom Zanussi wrote:

> On Wed, 2012-04-04 at 16:16 -0400, Robert P. J. Day wrote:
> > help for yocto-bsp reads:
> >
> >  The most commonly used 'yocto-bsp' commands are:
> >     create            Create a new Yocto BSP
> >     list              List available values for options and BSP properties
> >
> > but from the script:
> >
> > subcommands = {
> >     "create": [yocto_bsp_create_subcommand,
> >                yocto_bsp_create_usage,
> >                yocto_bsp_create_help],
> >     "list":   [yocto_bsp_list_subcommand,
> >                yocto_bsp_list_usage,
> >                yocto_bsp_list_help],
> > }
> >
> >   so it's not so much they're the most common commands, aren't they
> > the *only* commands?  or am i misreading something?
> >
>
> At the moment, they are the only commands, and I guess therefore also
> the most commonly used.
>
> The interface is modeled after git and perf, which both use the same
> text.  I suppose that to avoid being misleading, we should replace 'most
> commonly' with 'available', also since I also don't envision adding any
> 'rare' commands...

  that's pretty much the observation i was making.  the same holds for
yocto-kernel.  i can submit a patch shortly, perhaps:

  Current yocto-<whatever> commands are:

does that work for you?

rday

-- 

========================================================================
Robert P. J. Day                                 Ottawa, Ontario, CANADA
                        http://crashcourse.ca

Twitter:                                       http://twitter.com/rpjday
LinkedIn:                               http://ca.linkedin.com/in/rpjday
========================================================================


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

end of thread, other threads:[~2012-04-04 21:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-04 20:16 are there more yocto-bsp commands other than "create" and "list"? Robert P. J. Day
2012-04-04 20:56 ` Tom Zanussi
2012-04-04 21:10   ` Robert P. J. Day

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.