summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorHumberto Ibarra <humberto.ibarra.lopez@intel.com>2016-03-28 18:30:44 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-04-05 14:33:58 +0100
commitf4f1d206f4ebafcde18c96c88a1bfc4ab7b0c119 (patch)
treee1f2e4b53916753530a28532fd4e2b72a802de37 /scripts
parent1bd2c8eeeafce458aaae62fe4fe16276598de060 (diff)
downloadpoky-f4f1d206f4ebafcde18c96c88a1bfc4ab7b0c119.tar.gz
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>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/lib/bsp/help.py6
1 files 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 = """
114 The value of the 'karch' parameter determines the set of files that 114 The value of the 'karch' parameter determines the set of files that
115 will be generated for the BSP, along with the specific set of 115 will be generated for the BSP, along with the specific set of
116 'properties' that will be used to fill out the BSP-specific portions 116 'properties' that will be used to fill out the BSP-specific portions
117 of the BSP. The possible values for the 'karch' paramter can be 117 of the BSP. The possible values for the 'karch' parameter can be
118 listed via 'yocto-bsp list karch'. 118 listed via 'yocto-bsp list karch'.
119 119
120 NOTE: Once created, you should add your new layer to your 120 NOTE: Once created, you should add your new layer to your
@@ -144,7 +144,7 @@ DESCRIPTION
144 The value of the 'karch' parameter determines the set of files 144 The value of the 'karch' parameter determines the set of files
145 that will be generated for the BSP, along with the specific set of 145 that will be generated for the BSP, along with the specific set of
146 'properties' that will be used to fill out the BSP-specific 146 'properties' that will be used to fill out the BSP-specific
147 portions of the BSP. The possible values for the 'karch' paramter 147 portions of the BSP. The possible values for the 'karch' parameter
148 can be listed via 'yocto-bsp list karch'. 148 can be listed via 'yocto-bsp list karch'.
149 149
150 The BSP-specific properties that define the values that will be 150 The BSP-specific properties that define the values that will be
@@ -758,7 +758,7 @@ DESCRIPTION
758 or config items along with patches. The named feature must end 758 or config items along with patches. The named feature must end
759 with .scc and must not contain a feature directory to contain the 759 with .scc and must not contain a feature directory to contain the
760 feature (this will be determined automatically), and a feature 760 feature (this will be determined automatically), and a feature
761 decription in double-quotes along with a capabilities string 761 description in double-quotes along with a capabilities string
762 (which for the time being can be one of: 'all' or 'board'). 762 (which for the time being can be one of: 'all' or 'board').
763""" 763"""
764 764