mirror of
https://git.yoctoproject.org/poky
synced 2026-02-10 02:33:02 +01:00
kernel-dev: Added detail to start of generating config file
Fixes [YOCTO #7474] The "Generating Configuration Files" section has a procedure that starts with a step to complete a build at least through the kernel configuration task. This is needed but we could use a bit of explanation here. I added some rationale behind why you should do this. (From yocto-docs rev: dc6579de0740703796e7e6473ad86f70d0ca5aa2) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
7388b9c8d8
commit
e00d07ce45
@@ -347,7 +347,14 @@
|
||||
configuration task as follows:
|
||||
<literallayout class='monospaced'>
|
||||
$ bitbake linux-yocto -c kernel_configme -f
|
||||
</literallayout></para></listitem>
|
||||
</literallayout>
|
||||
This step ensures that you will be creating a
|
||||
<filename>.config</filename> file from a known state.
|
||||
Because situations exist where your build state might
|
||||
become unknown, it is best to run the previous
|
||||
command prior to starting up
|
||||
<filename>menuconfig</filename>.
|
||||
</para></listitem>
|
||||
<listitem><para>Run the <filename>menuconfig</filename>
|
||||
command:
|
||||
<literallayout class='monospaced'>
|
||||
|
||||
Reference in New Issue
Block a user