From 4cca048ab89675e97c592461df61a6c4ba09ef45 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 5 Oct 2011 05:52:39 -0700 Subject: [PATCH] documentation/dev-manual/dev-manual-kernel-appendix.xml: edits to the example Some minor edits for the kernel example. (From yocto-docs rev: 01e9f01662efad746fbfc34820b6efeb34affecd) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- .../dev-manual/dev-manual-kernel-appendix.xml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/documentation/dev-manual/dev-manual-kernel-appendix.xml b/documentation/dev-manual/dev-manual-kernel-appendix.xml index b6f8e39fe6..03d1758bfc 100644 --- a/documentation/dev-manual/dev-manual-kernel-appendix.xml +++ b/documentation/dev-manual/dev-manual-kernel-appendix.xml @@ -300,8 +300,7 @@ void __cpuinit calibrate_delay(void) { - unsigned long ticks, loopbit; - int lps_precision = LPS_PREC; + unsigned long lpj; static bool printed; if (preset_lpj) { @@ -317,8 +316,7 @@ void __cpuinit calibrate_delay(void) { - unsigned long ticks, loopbit; - int lps_precision = LPS_PREC; + unsigned long lpj; static bool printed; printk("*************************************\n"); printk("* *\n"); @@ -459,6 +457,7 @@ Be sure old images are cleaned out by running the cleanall BitBake task as follows: + $ cd ~/poky $ bitbake -c cleanall linux-yocto Never remove any files by hand from the tmp/deploy @@ -556,6 +555,8 @@ processor : 0 # + Logout of the emulator using the exit command and + then close it down. @@ -595,6 +596,8 @@ You can find it at Processor Type and Features. The configuration selection is Symmetric Multi-processing Support. + After using the arrow keys to highlight this selection, press "y" to select it. + Then, exit out and save your selections.