summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-04-15 16:15:37 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-17 22:34:15 +0100
commit09415f582bdfc987c12b57372efe9dcf43470357 (patch)
tree380a5741534ea3934311b248d27bb73dea2c7c72 /documentation/dev-manual
parentedf49a5b1b68c5cd4e285c079bc3aba9953fbc60 (diff)
downloadast2050-yocto-poky-09415f582bdfc987c12b57372efe9dcf43470357.zip
ast2050-yocto-poky-09415f582bdfc987c12b57372efe9dcf43470357.tar.gz
dev-manual: Edits to "Using menuconfig" section.
(From yocto-docs rev: 409fe33eed0a7eab5cf5f311739fb195613623db) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml10
1 files 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 6834051..9b30787 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -1791,11 +1791,13 @@
<para>
To use the <filename>menuconfig</filename> tool in the Yocto Project development
environment, you must build the tool using BitBake.
- Thus, the environment must be set up using the <filename>&OE_INIT_FILE;</filename>
+ Thus, the environment must be set up using the
+ <ulink url='&YOCTO_DOCS_REF_URL;#structure-core-script'><filename>&OE_INIT_FILE;</filename></ulink>
script found in the
<link linkend='build-directory'>Build Directory</link>.
The following commands build and invoke <filename>menuconfig</filename> assuming the
- Source Directory top-level folder is <filename>~/poky</filename>:
+ <link linkend='source-directory'>Source Directory</link>
+ top-level folder is <filename>~/poky</filename>:
<literallayout class='monospaced'>
$ cd ~/poky
$ source oe-init-build-env
@@ -1822,13 +1824,13 @@
</para>
<para>
- Once <filename>menuconfig</filename> launches, you use the interface
+ Once <filename>menuconfig</filename> launches, use the interface
to navigate through the selections to find the configuration settings in
which you are interested.
For example, consider the <filename>CONFIG_SMP</filename> configuration setting.
You can find it at <filename>Processor Type and Features</filename> under
the configuration selection <filename>Symmetric Multi-processing Support</filename>.
- 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.
</para>
OpenPOWER on IntegriCloud