From: Scott Rifenbark Date: Wed, 5 Oct 2011 12:52:39 +0000 (-0700) Subject: documentation/dev-manual/dev-manual-kernel-appendix.xml: edits to the example X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a3e4b6ac24083b0d969af9f63386cc9d46dc5942;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 --- diff --git a/documentation/dev-manual/dev-manual-kernel-appendix.xml b/documentation/dev-manual/dev-manual-kernel-appendix.xml index b6f8e39fe69..03d1758bfc0 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.