From 09415f582bdfc987c12b57372efe9dcf43470357 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 15 Apr 2013 16:15:37 -0700 Subject: [PATCH] dev-manual: Edits to "Using menuconfig" section. (From yocto-docs rev: 409fe33eed0a7eab5cf5f311739fb195613623db) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-common-tasks.xml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 683405146a..9b307874a0 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml @@ -1791,11 +1791,13 @@ To use the menuconfig tool in the Yocto Project development environment, you must build the tool using BitBake. - Thus, the environment must be set up using the &OE_INIT_FILE; + Thus, the environment must be set up using the + &OE_INIT_FILE; script found in the Build Directory. The following commands build and invoke menuconfig assuming the - Source Directory top-level folder is ~/poky: + Source Directory + top-level folder is ~/poky: $ cd ~/poky $ source oe-init-build-env @@ -1822,13 +1824,13 @@ - Once menuconfig launches, you use the interface + Once menuconfig launches, use the interface to navigate through the selections to find the configuration settings in which you are interested. For example, consider the CONFIG_SMP configuration setting. You can find it at Processor Type and Features under the configuration selection Symmetric Multi-processing Support. - After highlighting the selection, you can use the arrow keys to select or deselect + After highlighting the selection, use the arrow keys to select or deselect the setting. When you are finished with all your selections, exit out and save them.