[yocto] [yocto-docs] [PATCH 5/5] dev-manual: menuconfig now works properly

Paul Eggleton paul.eggleton at linux.intel.com
Mon Jul 2 02:54:24 PDT 2012


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

Signed-off-by: Paul Eggleton <paul.eggleton at linux.intel.com>
---
 .../dev-manual/dev-manual-kernel-appendix.xml      |   11 +----------
 1 file changed, 1 insertion(+), 10 deletions(-)

diff --git a/documentation/dev-manual/dev-manual-kernel-appendix.xml b/documentation/dev-manual/dev-manual-kernel-appendix.xml
index b4c6328..1a1c8a7 100644
--- a/documentation/dev-manual/dev-manual-kernel-appendix.xml
+++ b/documentation/dev-manual/dev-manual-kernel-appendix.xml
@@ -700,16 +700,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>
@@ -773,9 +765,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>
-- 
1.7.9.5




More information about the yocto mailing list