diff options
| -rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 6 |
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> |
