scripts/lib/bsp/help.py: Typo in help for yocto-bsp create

Fix typo of the word "parameter" in for 'yocto-bsp create'.
Typo appears in both, usage and help.

Also, the word "description" is mispelled.

[Yocto #9282]

(From meta-yocto rev: 12c7243abd91b374b1b62c6a1ad13b0d25aa0e4c)

Signed-off-by: Humberto Ibarra <humberto.ibarra.lopez@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Humberto Ibarra
2016-03-28 18:30:44 -06:00
committed by Richard Purdie
parent 1bd2c8eeea
commit f4f1d206f4

View File

@@ -114,7 +114,7 @@ yocto_bsp_create_usage = """
The value of the 'karch' parameter determines the set of files that The value of the 'karch' parameter determines the set of files that
will be generated for the BSP, along with the specific set of will be generated for the BSP, along with the specific set of
'properties' that will be used to fill out the BSP-specific portions 'properties' that will be used to fill out the BSP-specific portions
of the BSP. The possible values for the 'karch' paramter can be of the BSP. The possible values for the 'karch' parameter can be
listed via 'yocto-bsp list karch'. listed via 'yocto-bsp list karch'.
NOTE: Once created, you should add your new layer to your NOTE: Once created, you should add your new layer to your
@@ -144,7 +144,7 @@ DESCRIPTION
The value of the 'karch' parameter determines the set of files The value of the 'karch' parameter determines the set of files
that will be generated for the BSP, along with the specific set of that will be generated for the BSP, along with the specific set of
'properties' that will be used to fill out the BSP-specific 'properties' that will be used to fill out the BSP-specific
portions of the BSP. The possible values for the 'karch' paramter portions of the BSP. The possible values for the 'karch' parameter
can be listed via 'yocto-bsp list karch'. can be listed via 'yocto-bsp list karch'.
The BSP-specific properties that define the values that will be The BSP-specific properties that define the values that will be
@@ -758,7 +758,7 @@ DESCRIPTION
or config items along with patches. The named feature must end or config items along with patches. The named feature must end
with .scc and must not contain a feature directory to contain the with .scc and must not contain a feature directory to contain the
feature (this will be determined automatically), and a feature feature (this will be determined automatically), and a feature
decription in double-quotes along with a capabilities string description in double-quotes along with a capabilities string
(which for the time being can be one of: 'all' or 'board'). (which for the time being can be one of: 'all' or 'board').
""" """