On Mon, 2013-04-22 at 11:14 -0400, Robert P. J. Day wrote: > Numerous examples of command "yocto bsp" should be "yocto-bsp". > > Signed-off-by: Robert P. J. Day <rpj...@crashcourse.ca> >
Yes, I'm continually making that mistake, on the command-line as well. Maybe that means it should have been named something else. ;-) Acked-by: Tom Zanussi <tom.zanu...@linux.intel.com> > --- > > i'm assuming i'm not misintgerpreting what's happening here. > > > > diff --git a/scripts/lib/bsp/help.py b/scripts/lib/bsp/help.py > index 427b5a0..d152025 100644 > --- a/scripts/lib/bsp/help.py > +++ b/scripts/lib/bsp/help.py > @@ -120,13 +120,13 @@ yocto_bsp_create_usage = """ > bblayers.conf file in order for it to be subsequently seen and > modified by the yocto-kernel tool. > > - See 'yocto bsp help create' for more detailed instructions. > + See 'yocto-bsp help create' for more detailed instructions. > > NOTE: For x86-based BSPs that select the EMGD xserver, the generated > BSP assumes the presence of the meta-intel layer. Ensure the > meta-intel layer is present and added to bblayers.conf. > > - See 'yocto bsp help create' for more detailed instructions. > + See 'yocto-bsp help create' for more detailed instructions. > """ > > yocto_bsp_create_help = """ > @@ -216,16 +216,16 @@ yocto_bsp_list_usage = """ > specified option or property needed by the BSP creation process. > > The first form enumerates all the possible values that exist and can > - be specified for the 'karch' parameter to the 'yocto bsp create' > + be specified for the 'karch' parameter to the 'yocto-bsp create' > command. > > The second form enumerates all the possible properties that exist and > - must have values specified for them in the 'yocto bsp create' command > + must have values specified for them in the 'yocto-bsp create' command > for the given 'karch'. > > The third form enumerates all the possible values that exist and can > be specified for any of the enumerable properties of the given > - 'karch' in the 'yocto bsp create' command. > + 'karch' in the 'yocto-bsp create' command. > > See 'yocto-bsp help list' for more details. > """ > @@ -247,7 +247,7 @@ DESCRIPTION > specified option or property needed by the BSP creation process. > > The first form enumerates all the possible values that exist and > - can be specified for the 'karch' parameter to the 'yocto bsp > + can be specified for the 'karch' parameter to the 'yocto-bsp > create' command. Example output for the 'list karch' command: > > $ yocto-bsp list karch > @@ -260,7 +260,7 @@ DESCRIPTION > qemu > > The second form enumerates all the possible properties that exist > - and must have values specified for them in the 'yocto bsp create' > + and must have values specified for them in the 'yocto-bsp create' > command for the given 'karch'. This command is mainly meant to > allow the development user interface alternatives to the default > text-based prompting interface. If the -o option is specified, > @@ -326,7 +326,7 @@ DESCRIPTION > > The third form enumerates all the possible values that exist and > can be specified for any of the enumerable properties of the given > - 'karch' in the 'yocto bsp create' command. If the -o option is > + 'karch' in the 'yocto-bsp create' command. If the -o option is > specified, the list of values for the given property, in addition > to being displayed, will be written to the specified file as a > JSON object. In this case, the object will consist of the set of > > > rday > _______________________________________________ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto