From: Yi Zhao Date: Fri, 8 Apr 2016 15:27:38 +0000 (-0700) Subject: dev-manual: set correct task name for do_kernel_configme X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8d9e233f6985e678b24fb15807d28bd86f498969;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git dev-manual: set correct task name for do_kernel_configme (From yocto-docs rev: bb48ab8518ee89c23a251e98a011d652d6e49af8) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index dc6ed46971f..d1c090ba903 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml @@ -5089,7 +5089,7 @@ This configuration file will be your baseline. Separately run the - do_configme and + do_kernel_configme and do_kernel_configcheck tasks. Take the resulting list of files from the @@ -5117,7 +5117,7 @@ After you have worked through the output of the kernel configuration audit, you can re-run the - do_configme and + do_kernel_configme and do_kernel_configcheck tasks to see the results of your changes. If you have more issues, you can deal with them as