diff options
-rw-r--r-- | scripts/lib/bsp/help.py | 6 |
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 | ||