From f4f1d206f4ebafcde18c96c88a1bfc4ab7b0c119 Mon Sep 17 00:00:00 2001 From: Humberto Ibarra Date: Mon, 28 Mar 2016 18:30:44 -0600 Subject: 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 Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- scripts/lib/bsp/help.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/lib/bsp/help.py b/scripts/lib/bsp/help.py index 2b4ed06d27..85a09dd29b 100644 --- a/scripts/lib/bsp/help.py +++ b/scripts/lib/bsp/help.py @@ -114,7 +114,7 @@ yocto_bsp_create_usage = """ The value of the 'karch' parameter determines the set of files that will be generated for the BSP, along with the specific set of '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'. 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 that will be generated for the BSP, along with the specific set of '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'. 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 with .scc and must not contain a feature directory to contain the 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'). """ -- cgit 1.2.3-korg