[bitbake-devel] [RFC PATCH 0/1] process cmd line parsing result by individual UI

Richard Purdie richard.purdie at linuxfoundation.org
Fri Jul 8 16:39:31 UTC 2011


On Tue, 2011-06-14 at 15:12 +0800, Lianhao Lu wrote:
> This patch tries to allow the individual UI to decide whether it should display the cmd line parsing result.
> 
> The command "getCmdLineAction" now returns either None or a dictionary with the key of {'action', 'msg'}. 
> 
> If it returns None, it means no command line action parameters are provided. 
> 
> If it returns a dictionary, the entry of the key 'action' stores the list which should be used with server.runCommand(); the entry of the key 'msg' stores the error message from the cmd line parsing result (in which case the 'action' entry is None). 
> 
> It is up to the individual UI to decide whether and how to display those parsing result.
> 
> Please review the following changes for suitability for inclusion. If you have
> any objections or suggestions for improvement, please respond to the patches. If
> you agree with the changes, please provide your Acked-by.
> 
> The following changes since commit a27fbe5e25a5aee956d2a43a2e2bf671c6d985f2:
>   Scott Rifenbark (1):
>         documentation/yocto-project-qs/yocto-project-qs.xml: removed 5.0 references
> 
> are available in the git repository at:
> 
>   git://git.pokylinux.org/poky-contrib llu/cmdLineParsing
>   http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=llu/cmdLineParsing

Merged to master, thanks.

In future please put the above info in the commit message instead of the
pull request though! :)

Cheers,

Richard





More information about the bitbake-devel mailing list