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:53:20 +0000
commit134c76e4819ba8ee94717e75e350cbd24fca4ebf (patch)
treeea51485f1736894190e11864df71a7c188c2db8d /documentation/dev-manual
parentfe154e494bfb50c544b1b3f551374482fb0cc792 (diff)
downloadpoky-134c76e4819ba8ee94717e75e350cbd24fca4ebf.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: 74b7a193e8356931e5a0db2ea76b4543880ed2ec) 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 6b6044503c..fdab97dd86 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -1960,14 +1960,14 @@
1960 1960
1961 <para> 1961 <para>
1962 To use the <filename>menuconfig</filename> tool in the Yocto Project development 1962 To use the <filename>menuconfig</filename> tool in the Yocto Project development
1963 environment, you must build the tool using BitBake. 1963 environment, you must launch it using BitBake.
1964 Thus, the environment must be set up using the 1964 Thus, the environment must be set up using the
1965 <ulink url='&YOCTO_DOCS_REF_URL;#structure-core-script'><filename>&OE_INIT_FILE;</filename></ulink> 1965 <ulink url='&YOCTO_DOCS_REF_URL;#structure-core-script'><filename>&OE_INIT_FILE;</filename></ulink>
1966 or 1966 or
1967 <ulink url='&YOCTO_DOCS_REF_URL;#structure-memres-core-script'><filename>oe-init-build-env-memres</filename></ulink> 1967 <ulink url='&YOCTO_DOCS_REF_URL;#structure-memres-core-script'><filename>oe-init-build-env-memres</filename></ulink>
1968 script found in the 1968 script found in the
1969 <link linkend='build-directory'>Build Directory</link>. 1969 <link linkend='build-directory'>Build Directory</link>.
1970 The following commands build and invoke <filename>menuconfig</filename> assuming the 1970 The following commands run <filename>menuconfig</filename> assuming the
1971 <link linkend='source-directory'>Source Directory</link> 1971 <link linkend='source-directory'>Source Directory</link>
1972 top-level folder is <filename>~/poky</filename>: 1972 top-level folder is <filename>~/poky</filename>:
1973 <literallayout class='monospaced'> 1973 <literallayout class='monospaced'>
@@ -1989,7 +1989,7 @@
1989 Thus, the following commands from the shell in which you previously sourced the 1989 Thus, the following commands from the shell in which you previously sourced the
1990 environment initialization script cleans the shared state cache and the 1990 environment initialization script cleans the shared state cache and the
1991 <ulink url='&YOCTO_DOCS_REF_URL;#var-WORKDIR'><filename>WORKDIR</filename></ulink> 1991 <ulink url='&YOCTO_DOCS_REF_URL;#var-WORKDIR'><filename>WORKDIR</filename></ulink>
1992 directory and then builds and launches <filename>menuconfig</filename>: 1992 directory and then runs <filename>menuconfig</filename>:
1993 <literallayout class='monospaced'> 1993 <literallayout class='monospaced'>
1994 $ bitbake linux-yocto -c menuconfig 1994 $ bitbake linux-yocto -c menuconfig
1995 </literallayout> 1995 </literallayout>