mirror of
https://git.yoctoproject.org/poky
synced 2026-04-27 03:32:12 +02:00
kernel-dev: Updated section on running menuconfig
Fixes [YOCTO #13146] I added some information to the "Using menuconfig" section to indicate two host packages that must be installed in order for menuconfig to run. (From yocto-docs rev: 4f5b12ebe8f8c0ab23001b8fc770295dc585429c) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
b421a21f2f
commit
cd7a4e95cf
@@ -1479,15 +1479,33 @@
|
|||||||
|
|
||||||
<para>
|
<para>
|
||||||
To use the <filename>menuconfig</filename> tool in the Yocto
|
To use the <filename>menuconfig</filename> tool in the Yocto
|
||||||
Project development environment, you must launch it using
|
Project development environment, you must do the following:
|
||||||
BitBake.
|
<itemizedlist>
|
||||||
Thus, the environment must be set up using the
|
<listitem><para>
|
||||||
<ulink url='&YOCTO_DOCS_REF_URL;#structure-core-script'><filename>&OE_INIT_FILE;</filename></ulink>
|
Because you launch <filename>menuconfig</filename>
|
||||||
script found in the
|
using BitBake, you must be sure to set up your
|
||||||
<ulink url='&YOCTO_DOCS_REF_URL;#build-directory'>Build Directory</ulink>.
|
environment by running the
|
||||||
You must also be sure of the state of your build's
|
<ulink url='&YOCTO_DOCS_REF_URL;#structure-core-script'><filename>&OE_INIT_FILE;</filename></ulink>
|
||||||
configuration in the
|
script found in the
|
||||||
<ulink url='&YOCTO_DOCS_REF_URL;#source-directory'>Source Directory</ulink>.
|
<ulink url='&YOCTO_DOCS_REF_URL;#build-directory'>Build Directory</ulink>.
|
||||||
|
</para></listitem>
|
||||||
|
<listitem><para>
|
||||||
|
You must be sure of the state of your build's
|
||||||
|
configuration in the
|
||||||
|
<ulink url='&YOCTO_DOCS_REF_URL;#source-directory'>Source Directory</ulink>.
|
||||||
|
</para></listitem>
|
||||||
|
<listitem><para>
|
||||||
|
Your build host must have the following two packages
|
||||||
|
installed:
|
||||||
|
<literallayout class='monospaced'>
|
||||||
|
libncurses5-dev
|
||||||
|
libtinfo-dev
|
||||||
|
</literallayout>
|
||||||
|
</para></listitem>
|
||||||
|
</itemizedlist>
|
||||||
|
</para>
|
||||||
|
|
||||||
|
<para>
|
||||||
The following commands initialize the BitBake environment,
|
The following commands initialize the BitBake environment,
|
||||||
run the
|
run the
|
||||||
<ulink url='&YOCTO_DOCS_REF_URL;#ref-tasks-kernel_configme'><filename>do_kernel_configme</filename></ulink>
|
<ulink url='&YOCTO_DOCS_REF_URL;#ref-tasks-kernel_configme'><filename>do_kernel_configme</filename></ulink>
|
||||||
|
|||||||
Reference in New Issue
Block a user