dev-manual: menuconfig now works properly

Bug 2256 is now fixed in master and the fix will be in the next release,
so update the documentation accordingly.

(From yocto-docs rev: 877a7ecfd1623417d0793a5dd16b66c35b6fdbae)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Paul Eggleton 2012-07-02 10:49:22 +01:00 committed by Richard Purdie
parent f7cce1bb91
commit b64ad8ba85
1 changed files with 1 additions and 10 deletions

View File

@ -683,16 +683,8 @@
<ulink url='&YOCTO_DOCS_REF_URL;#var-WORKDIR'><filename>WORKDIR</filename></ulink>
directory and then builds and launches <filename>menuconfig</filename>:
<literallayout class='monospaced'>
$ bitbake linux-yocto -c cleansstate
$ bitbake linux-yocto -c menuconfig
</literallayout>
<note>
Due to a bug in the release, it is necessary to clean the shared state memory
in order for configurations made using <filename>menuconfig</filename> to take
effect.
For information on the bug, see
<ulink url='https://bugzilla.yoctoproject.org/show_bug.cgi?id=2256'></ulink>
</note>
</para>
<para>
@ -755,9 +747,8 @@
<para>
At this point, you are ready to recompile your kernel image with
the new setting in effect using the BitBake commands below:
the new setting in effect using the BitBake command below:
<literallayout class='monospaced'>
$ bitbake linux-yocto -c compile -f
$ bitbake linux-yocto
</literallayout>
</para>