From b64ad8ba853bde48e1c7329f558a23b7a8e094f7 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Mon, 2 Jul 2012 10:49:22 +0100 Subject: [PATCH] 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 Signed-off-by: Richard Purdie --- .../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 d33b77580c..996d8ae222 100644 --- a/documentation/dev-manual/dev-manual-kernel-appendix.xml +++ b/documentation/dev-manual/dev-manual-kernel-appendix.xml @@ -683,16 +683,8 @@ WORKDIR directory and then builds and launches menuconfig: - $ bitbake linux-yocto -c cleansstate $ bitbake linux-yocto -c menuconfig - - Due to a bug in the release, it is necessary to clean the shared state memory - in order for configurations made using menuconfig to take - effect. - For information on the bug, see - - @@ -755,9 +747,8 @@ 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: - $ bitbake linux-yocto -c compile -f $ bitbake linux-yocto