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

Robert P. J. Day rpjday at crashcourse.ca
Wed Apr 4 13:16:06 PDT 2012


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



More information about the yocto mailing list