[yocto] [PATCH][meta-yocto] Fix typoes in BSP help scripts.

Robert P. J. Day rpjday at crashcourse.ca
Mon Apr 22 08:14:08 PDT 2013


Numerous examples of command "yocto bsp" should be "yocto-bsp".

Signed-off-by: Robert P. J. Day <rpjday at crashcourse.ca>

---

  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

-- 

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