diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-07-31 09:23:00 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-02 10:00:25 +0100 |
commit | 3be4af9cf3a517183aafd8db1ab4b568679baa93 (patch) | |
tree | 25505ef0b1c556722318b8d55172354c9fd96179 /documentation | |
parent | 73abcb0b161aba4e84fb8c2c99c88d18ed910878 (diff) | |
download | poky-3be4af9cf3a517183aafd8db1ab4b568679baa93.tar.gz |
dev-manual: Applied review edits to the 'wic' section.
I made some small edits to the section based on Tom Zanussi's
review.
(From yocto-docs rev: 560ea7b0eb131e59b190a34cadbe77729e76d61c)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 01ee2da8d0..d235a99f91 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
@@ -3560,12 +3560,12 @@ | |||
3560 | have already created an image using the | 3560 | have already created an image using the |
3561 | Openembedded build system (e.g. | 3561 | Openembedded build system (e.g. |
3562 | <filename>core-image-minimal</filename>). | 3562 | <filename>core-image-minimal</filename>). |
3563 | It might seem redundant to generate an image in | 3563 | While it might seem redundant to generate an image in |
3564 | order to create an image using | 3564 | order to create an image using |
3565 | <filename>wic</filename>, but in the current | 3565 | <filename>wic</filename>, the current version of |
3566 | version <filename>wic</filename>, the artifacts | 3566 | <filename>wic</filename> requires the artifacts |
3567 | are needed in the form generated by the build | 3567 | in the form generated by the build system. |
3568 | system.</para></listitem> | 3568 | </para></listitem> |
3569 | <listitem><para> | 3569 | <listitem><para> |
3570 | You must have sourced one of the build environment | 3570 | You must have sourced one of the build environment |
3571 | setup scripts (i.e. | 3571 | setup scripts (i.e. |
@@ -4182,7 +4182,8 @@ | |||
4182 | The code that then needs to call the plugin methods uses | 4182 | The code that then needs to call the plugin methods uses |
4183 | <filename>plugin.get_source_plugin_methods()</filename> | 4183 | <filename>plugin.get_source_plugin_methods()</filename> |
4184 | to find the method or methods needed by the call. | 4184 | to find the method or methods needed by the call. |
4185 | Location is accomplished by filling up a dict with keys | 4185 | Retrieval of those methods is accomplished is accomplished |
4186 | by filling up a dict with keys | ||
4186 | containing the method names of interest. | 4187 | containing the method names of interest. |
4187 | On success, these will be filled in with the actual | 4188 | On success, these will be filled in with the actual |
4188 | methods. | 4189 | methods. |
@@ -4205,7 +4206,7 @@ | |||
4205 | The following is a list of the commands, their syntax, | 4206 | The following is a list of the commands, their syntax, |
4206 | and meanings. | 4207 | and meanings. |
4207 | The commands are based on the Fedora | 4208 | The commands are based on the Fedora |
4208 | kickstart documentation but with modifications to | 4209 | kickstart versions but with modifications to |
4209 | reflect <filename>wic</filename> capabilities. | 4210 | reflect <filename>wic</filename> capabilities. |
4210 | You can see the original documentation for those commands | 4211 | You can see the original documentation for those commands |
4211 | at the following links: | 4212 | at the following links: |
@@ -4356,7 +4357,7 @@ | |||
4356 | means of modifying bootloader configuration. | 4357 | means of modifying bootloader configuration. |
4357 | </para> | 4358 | </para> |
4358 | <para> | 4359 | <para> |
4359 | Future updates will implement more options. | 4360 | Future updates will implement more commands and options. |
4360 | If you use anything that is not specifically | 4361 | If you use anything that is not specifically |
4361 | supported, results can be unpredictable.</para> | 4362 | supported, results can be unpredictable.</para> |
4362 | </note> | 4363 | </note> |