diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2016-04-08 08:27:38 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-04-09 08:00:18 +0100 |
commit | 8d9e233f6985e678b24fb15807d28bd86f498969 (patch) | |
tree | dafd0543a673107506df3460fb9a1afd8ac513ae /documentation | |
parent | 6971029c7ad2fe1613dbaf34385f4d1fa734233e (diff) | |
download | poky-8d9e233f6985e678b24fb15807d28bd86f498969.tar.gz |
dev-manual: set correct task name for do_kernel_configme
(From yocto-docs rev: bb48ab8518ee89c23a251e98a011d652d6e49af8)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index dc6ed46971..d1c090ba90 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
@@ -5089,7 +5089,7 @@ | |||
5089 | This configuration file will be your baseline. | 5089 | This configuration file will be your baseline. |
5090 | </para></listitem> | 5090 | </para></listitem> |
5091 | <listitem><para>Separately run the | 5091 | <listitem><para>Separately run the |
5092 | <filename>do_configme</filename> and | 5092 | <filename>do_kernel_configme</filename> and |
5093 | <filename>do_kernel_configcheck</filename> tasks. | 5093 | <filename>do_kernel_configcheck</filename> tasks. |
5094 | </para></listitem> | 5094 | </para></listitem> |
5095 | <listitem><para>Take the resulting list of files from the | 5095 | <listitem><para>Take the resulting list of files from the |
@@ -5117,7 +5117,7 @@ | |||
5117 | <listitem><para> | 5117 | <listitem><para> |
5118 | After you have worked through the output of the kernel | 5118 | After you have worked through the output of the kernel |
5119 | configuration audit, you can re-run the | 5119 | configuration audit, you can re-run the |
5120 | <filename>do_configme</filename> and | 5120 | <filename>do_kernel_configme</filename> and |
5121 | <filename>do_kernel_configcheck</filename> tasks to | 5121 | <filename>do_kernel_configcheck</filename> tasks to |
5122 | see the results of your changes. | 5122 | see the results of your changes. |
5123 | If you have more issues, you can deal with them as | 5123 | If you have more issues, you can deal with them as |