[yocto] are there more yocto-bsp commands other than "create" and "list"?

Robert P. J. Day rpjday at crashcourse.ca
Wed Apr 4 14:10:39 PDT 2012


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
========================================================================



More information about the yocto mailing list