diff options
Diffstat (limited to 'documentation/dev-manual/dev-manual-model.xml')
| -rw-r--r-- | documentation/dev-manual/dev-manual-model.xml | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml index dc4a540046..c8278eb934 100644 --- a/documentation/dev-manual/dev-manual-model.xml +++ b/documentation/dev-manual/dev-manual-model.xml | |||
| @@ -1260,7 +1260,7 @@ | |||
| 1260 | <filename>aclocal</filename>, | 1260 | <filename>aclocal</filename>, |
| 1261 | <filename>autoconf</filename>, | 1261 | <filename>autoconf</filename>, |
| 1262 | <filename>autoheader</filename>, | 1262 | <filename>autoheader</filename>, |
| 1263 | <filename>automake ‐‐a</filename>, and | 1263 | <filename>automake --a</filename>, and |
| 1264 | <filename>./configure</filename>. | 1264 | <filename>./configure</filename>. |
| 1265 | Click on the "Console" tab beneath your source code to | 1265 | Click on the "Console" tab beneath your source code to |
| 1266 | see the results of reconfiguring your project. | 1266 | see the results of reconfiguring your project. |
| @@ -1978,11 +1978,11 @@ | |||
| 1978 | <para> | 1978 | <para> |
| 1979 | The easiest way to get help with the | 1979 | The easiest way to get help with the |
| 1980 | <filename>devtool</filename> command is using the | 1980 | <filename>devtool</filename> command is using the |
| 1981 | <filename>‐‐help</filename> option: | 1981 | <filename>--help</filename> option: |
| 1982 | <literallayout class='monospaced'> | 1982 | <literallayout class='monospaced'> |
| 1983 | $ devtool ‐‐help | 1983 | $ devtool --help |
| 1984 | usage: devtool [-h] [‐‐basepath BASEPATH] [-d] [-q] | 1984 | usage: devtool [-h] [--basepath BASEPATH] [-d] [-q] |
| 1985 | [‐‐color {auto,always,never}] | 1985 | [--color {auto,always,never}] |
| 1986 | {create-workspace,deploy-target,undeploy-target,add,modify,extract,update-recipe,status,build,reset} | 1986 | {create-workspace,deploy-target,undeploy-target,add,modify,extract,update-recipe,status,build,reset} |
| 1987 | ... | 1987 | ... |
| 1988 | 1988 | ||
| @@ -2002,32 +2002,32 @@ | |||
| 2002 | reset Remove a recipe from your workspace | 2002 | reset Remove a recipe from your workspace |
| 2003 | 2003 | ||
| 2004 | optional arguments: | 2004 | optional arguments: |
| 2005 | -h, ‐‐help show this help message and exit | 2005 | -h, --help show this help message and exit |
| 2006 | ‐‐basepath BASEPATH Base directory of SDK / build directory | 2006 | --basepath BASEPATH Base directory of SDK / build directory |
| 2007 | -d, ‐‐debug Enable debug output | 2007 | -d, --debug Enable debug output |
| 2008 | -q, ‐‐quiet Print only errors | 2008 | -q, --quiet Print only errors |
| 2009 | ‐‐color {auto,always,never} | 2009 | --color {auto,always,never} |
| 2010 | Colorize output | 2010 | Colorize output |
| 2011 | 2011 | ||
| 2012 | Use devtool <command> ‐‐help to get help on a specific command | 2012 | Use devtool <command> --help to get help on a specific command |
| 2013 | </literallayout> | 2013 | </literallayout> |
| 2014 | </para> | 2014 | </para> |
| 2015 | 2015 | ||
| 2016 | <para> | 2016 | <para> |
| 2017 | As directed in the general help output, you can get more | 2017 | As directed in the general help output, you can get more |
| 2018 | syntax on a specific command by providing the command | 2018 | syntax on a specific command by providing the command |
| 2019 | name and using <filename>‐‐help</filename>: | 2019 | name and using <filename>--help</filename>: |
| 2020 | <literallayout class='monospaced'> | 2020 | <literallayout class='monospaced'> |
| 2021 | $ devtool add ‐‐help | 2021 | $ devtool add --help |
| 2022 | usage: devtool add [-h] [‐‐version VERSION] recipename srctree | 2022 | usage: devtool add [-h] [--version VERSION] recipename srctree |
| 2023 | 2023 | ||
| 2024 | positional arguments: | 2024 | positional arguments: |
| 2025 | recipename Name for new recipe to add | 2025 | recipename Name for new recipe to add |
| 2026 | srctree Path to external source tree | 2026 | srctree Path to external source tree |
| 2027 | 2027 | ||
| 2028 | optional arguments: | 2028 | optional arguments: |
| 2029 | -h, ‐‐help show this help message and exit | 2029 | -h, --help show this help message and exit |
| 2030 | ‐‐version VERSION, -V VERSION | 2030 | --version VERSION, -V VERSION |
| 2031 | </literallayout> | 2031 | </literallayout> |
| 2032 | </para> | 2032 | </para> |
| 2033 | </section> | 2033 | </section> |
| @@ -2054,7 +2054,7 @@ | |||
| 2054 | </literallayout> | 2054 | </literallayout> |
| 2055 | <note> | 2055 | <note> |
| 2056 | For complete syntax, use the | 2056 | For complete syntax, use the |
| 2057 | <filename>devtool add ‐‐help</filename> command. | 2057 | <filename>devtool add --help</filename> command. |
| 2058 | </note> | 2058 | </note> |
| 2059 | </para> | 2059 | </para> |
| 2060 | 2060 | ||
| @@ -2112,7 +2112,7 @@ | |||
| 2112 | </literallayout> | 2112 | </literallayout> |
| 2113 | <note> | 2113 | <note> |
| 2114 | For complete syntax, use the | 2114 | For complete syntax, use the |
| 2115 | <filename>devtool create-workspace ‐‐help</filename> command. | 2115 | <filename>devtool create-workspace --help</filename> command. |
| 2116 | </note> | 2116 | </note> |
| 2117 | </para> | 2117 | </para> |
| 2118 | 2118 | ||
| @@ -2162,7 +2162,7 @@ | |||
| 2162 | </literallayout> | 2162 | </literallayout> |
| 2163 | <note> | 2163 | <note> |
| 2164 | For complete syntax, use the | 2164 | For complete syntax, use the |
| 2165 | <filename>devtool modify ‐‐help</filename> command. | 2165 | <filename>devtool modify --help</filename> command. |
| 2166 | </note> | 2166 | </note> |
| 2167 | </para> | 2167 | </para> |
| 2168 | </section> | 2168 | </section> |
| @@ -2182,7 +2182,7 @@ | |||
| 2182 | layer before running the <filename>reset</filename> command. | 2182 | layer before running the <filename>reset</filename> command. |
| 2183 | <note> | 2183 | <note> |
| 2184 | For complete syntax, use the | 2184 | For complete syntax, use the |
| 2185 | <filename>devtool reset ‐‐help</filename> command. | 2185 | <filename>devtool reset --help</filename> command. |
| 2186 | </note> | 2186 | </note> |
| 2187 | </para> | 2187 | </para> |
| 2188 | </section> | 2188 | </section> |
| @@ -2208,7 +2208,7 @@ | |||
| 2208 | </literallayout> | 2208 | </literallayout> |
| 2209 | <note> | 2209 | <note> |
| 2210 | For complete syntax, use the | 2210 | For complete syntax, use the |
| 2211 | <filename>devtool update-recipe ‐‐help</filename> command. | 2211 | <filename>devtool update-recipe --help</filename> command. |
| 2212 | </note> | 2212 | </note> |
| 2213 | </para> | 2213 | </para> |
| 2214 | </section> | 2214 | </section> |
| @@ -2225,7 +2225,7 @@ | |||
| 2225 | </literallayout> | 2225 | </literallayout> |
| 2226 | <note> | 2226 | <note> |
| 2227 | For complete syntax, use the | 2227 | For complete syntax, use the |
| 2228 | <filename>devtool update-recipe ‐‐help</filename> command. | 2228 | <filename>devtool update-recipe --help</filename> command. |
| 2229 | </note> | 2229 | </note> |
| 2230 | Building your software using <filename>build</filename> is | 2230 | Building your software using <filename>build</filename> is |
| 2231 | identical to using BitBake to build the software. | 2231 | identical to using BitBake to build the software. |
| @@ -2246,7 +2246,7 @@ | |||
| 2246 | <filename>user@hostname[:destdir]</filename>. | 2246 | <filename>user@hostname[:destdir]</filename>. |
| 2247 | <note> | 2247 | <note> |
| 2248 | For complete syntax, use the | 2248 | For complete syntax, use the |
| 2249 | <filename>devtool deploy-target ‐‐help</filename> command. | 2249 | <filename>devtool deploy-target --help</filename> command. |
| 2250 | </note> | 2250 | </note> |
| 2251 | </para> | 2251 | </para> |
| 2252 | </section> | 2252 | </section> |
| @@ -2269,7 +2269,7 @@ | |||
| 2269 | <filename>user@hostname</filename>. | 2269 | <filename>user@hostname</filename>. |
| 2270 | <note> | 2270 | <note> |
| 2271 | For complete syntax, use the | 2271 | For complete syntax, use the |
| 2272 | <filename>devtool undeploy-target ‐‐help</filename> command. | 2272 | <filename>devtool undeploy-target --help</filename> command. |
| 2273 | </note> | 2273 | </note> |
| 2274 | </para> | 2274 | </para> |
| 2275 | </section> | 2275 | </section> |
| @@ -2330,7 +2330,7 @@ | |||
| 2330 | <literallayout class='monospaced'> | 2330 | <literallayout class='monospaced'> |
| 2331 | $ bitbake -c compile -f <replaceable>package</replaceable> | 2331 | $ bitbake -c compile -f <replaceable>package</replaceable> |
| 2332 | </literallayout> | 2332 | </literallayout> |
| 2333 | The <filename>-f</filename> or <filename>‐‐force</filename> | 2333 | The <filename>-f</filename> or <filename>--force</filename> |
| 2334 | option forces the specified task to execute. | 2334 | option forces the specified task to execute. |
| 2335 | If you find problems with your code, you can just keep editing and | 2335 | If you find problems with your code, you can just keep editing and |
| 2336 | re-testing iteratively until things work as expected. | 2336 | re-testing iteratively until things work as expected. |
