diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-04-15 16:15:37 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-17 22:34:15 +0100 |
commit | 09415f582bdfc987c12b57372efe9dcf43470357 (patch) | |
tree | 380a5741534ea3934311b248d27bb73dea2c7c72 /documentation/dev-manual | |
parent | edf49a5b1b68c5cd4e285c079bc3aba9953fbc60 (diff) | |
download | 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.xml | 10 |
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 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 @@ | |||
1791 | <para> | 1791 | <para> |
1792 | To use the <filename>menuconfig</filename> tool in the Yocto Project development | 1792 | To use the <filename>menuconfig</filename> tool in the Yocto Project development |
1793 | environment, you must build the tool using BitBake. | 1793 | environment, you must build the tool using BitBake. |
1794 | Thus, the environment must be set up using the <filename>&OE_INIT_FILE;</filename> | 1794 | Thus, the environment must be set up using the |
1795 | <ulink url='&YOCTO_DOCS_REF_URL;#structure-core-script'><filename>&OE_INIT_FILE;</filename></ulink> | ||
1795 | script found in the | 1796 | script found in the |
1796 | <link linkend='build-directory'>Build Directory</link>. | 1797 | <link linkend='build-directory'>Build Directory</link>. |
1797 | The following commands build and invoke <filename>menuconfig</filename> assuming the | 1798 | The following commands build and invoke <filename>menuconfig</filename> assuming the |
1798 | Source Directory top-level folder is <filename>~/poky</filename>: | 1799 | <link linkend='source-directory'>Source Directory</link> |
1800 | top-level folder is <filename>~/poky</filename>: | ||
1799 | <literallayout class='monospaced'> | 1801 | <literallayout class='monospaced'> |
1800 | $ cd ~/poky | 1802 | $ cd ~/poky |
1801 | $ source oe-init-build-env | 1803 | $ source oe-init-build-env |
@@ -1822,13 +1824,13 @@ | |||
1822 | </para> | 1824 | </para> |
1823 | 1825 | ||
1824 | <para> | 1826 | <para> |
1825 | Once <filename>menuconfig</filename> launches, you use the interface | 1827 | Once <filename>menuconfig</filename> launches, use the interface |
1826 | to navigate through the selections to find the configuration settings in | 1828 | to navigate through the selections to find the configuration settings in |
1827 | which you are interested. | 1829 | which you are interested. |
1828 | For example, consider the <filename>CONFIG_SMP</filename> configuration setting. | 1830 | For example, consider the <filename>CONFIG_SMP</filename> configuration setting. |
1829 | You can find it at <filename>Processor Type and Features</filename> under | 1831 | You can find it at <filename>Processor Type and Features</filename> under |
1830 | the configuration selection <filename>Symmetric Multi-processing Support</filename>. | 1832 | the configuration selection <filename>Symmetric Multi-processing Support</filename>. |
1831 | After highlighting the selection, you can use the arrow keys to select or deselect | 1833 | After highlighting the selection, use the arrow keys to select or deselect |
1832 | the setting. | 1834 | the setting. |
1833 | When you are finished with all your selections, exit out and save them. | 1835 | When you are finished with all your selections, exit out and save them. |
1834 | </para> | 1836 | </para> |