summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-11-25 06:28:36 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-03 12:54:09 +0000
commit21ea9bced3810ebbaf5eca6021f708268d83ec02 (patch)
tree626c6c076d9297d254d98c6e55cb7fec0572924d /documentation/dev-manual
parent18c59735d7731aa3f3d54c4d6355dff8c95a287f (diff)
downloadpoky-21ea9bced3810ebbaf5eca6021f708268d83ec02.tar.gz
dev-manual: Re-worded menuconfig preparation
Rather than saying menuconfig is "built", I changed the text to say it is "run." Reported-by: Robert P. J. Day <rpjday@crashcourse.ca> (From yocto-docs rev: f95b945787c84edb532c24886cdd44f1bc8bd98a) 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.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index 02e77e8dd6..b533e0d281 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -2691,14 +2691,14 @@ the details.
2691 2691
2692 <para> 2692 <para>
2693 To use the <filename>menuconfig</filename> tool in the Yocto Project development 2693 To use the <filename>menuconfig</filename> tool in the Yocto Project development
2694 environment, you must build the tool using BitBake. 2694 environment, you must launch it using BitBake.
2695 Thus, the environment must be set up using the 2695 Thus, the environment must be set up using the
2696 <ulink url='&YOCTO_DOCS_REF_URL;#structure-core-script'><filename>&OE_INIT_FILE;</filename></ulink> 2696 <ulink url='&YOCTO_DOCS_REF_URL;#structure-core-script'><filename>&OE_INIT_FILE;</filename></ulink>
2697 or 2697 or
2698 <ulink url='&YOCTO_DOCS_REF_URL;#structure-memres-core-script'><filename>oe-init-build-env-memres</filename></ulink> 2698 <ulink url='&YOCTO_DOCS_REF_URL;#structure-memres-core-script'><filename>oe-init-build-env-memres</filename></ulink>
2699 script found in the 2699 script found in the
2700 <link linkend='build-directory'>Build Directory</link>. 2700 <link linkend='build-directory'>Build Directory</link>.
2701 The following commands build and invoke <filename>menuconfig</filename> assuming the 2701 The following commands run <filename>menuconfig</filename> assuming the
2702 <link linkend='source-directory'>Source Directory</link> 2702 <link linkend='source-directory'>Source Directory</link>
2703 top-level folder is <filename>~/poky</filename>: 2703 top-level folder is <filename>~/poky</filename>:
2704 <literallayout class='monospaced'> 2704 <literallayout class='monospaced'>
@@ -2720,7 +2720,7 @@ the details.
2720 Thus, the following commands from the shell in which you previously sourced the 2720 Thus, the following commands from the shell in which you previously sourced the
2721 environment initialization script cleans the shared state cache and the 2721 environment initialization script cleans the shared state cache and the
2722 <ulink url='&YOCTO_DOCS_REF_URL;#var-WORKDIR'><filename>WORKDIR</filename></ulink> 2722 <ulink url='&YOCTO_DOCS_REF_URL;#var-WORKDIR'><filename>WORKDIR</filename></ulink>
2723 directory and then builds and launches <filename>menuconfig</filename>: 2723 directory and then runs <filename>menuconfig</filename>:
2724 <literallayout class='monospaced'> 2724 <literallayout class='monospaced'>
2725 $ bitbake linux-yocto -c menuconfig 2725 $ bitbake linux-yocto -c menuconfig
2726 </literallayout> 2726 </literallayout>