]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
documentation/dev-manual/dev-manual-bsp-appendix.xml: Added footnote
authorScott Rifenbark <scott.m.rifenbark@intel.com>
Fri, 4 Nov 2011 23:00:00 +0000 (16:00 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 8 Nov 2011 16:26:32 +0000 (16:26 +0000)
Per Tom Zanussi's suggestion, we added a footnote to the paragraph
instructing the user on build problems for the example.  I don't
have clean fonts in the HTML version of the output.  I am still working
on figuring that out.

Reported by: Tom Zanussi
(From yocto-docs rev: 30fe7bd239292ed92f76fbc2f1fad62469f7fe9b)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
documentation/dev-manual/dev-manual-bsp-appendix.xml

index eecca8ebd4d2a56199c194d3eaa887856d7d1de9..ed3af672845649cc4a1b3d32fb756742c63f1aaa 100644 (file)
         Insert the device
         into a bootable USB socket on the target, and power it on.  
         The system should boot to the Sato graphical desktop.
+        <footnote><para>Because 
+            this new image is not in any way tailored to the system you're
+            booting it on, which is assumed to be some sort of atom-pc (netbook) system for this
+            example, it might not be completely functional though it should at least boot to a text
+            prompt.  
+            Specifically, it might fail to boot into graphics without some tweaking.  
+            If this ends up being the case, a possible next step would be to replace the 
+            <filename>mymachine.conf</filename>
+            contents with the contents of <filename>atom-pc.conf</filename> and replace 
+            <filename>xorg.conf</filename> with <filename>atom-pc xorg.conf</filename>
+            in <filename>meta-yocto</filename> and see if it fares any better.  
+            In any case, following the previous steps will give you a buildable image that 
+            will probably boot on most systems.
+            Getting things working like you want
+            them to for your hardware will normally require some amount of experimentation with
+            configuration settings.</para></footnote> 
     </para>
 
     <para>
         also provides some suggestions for things to try if booting fails and produces
         strange error messages.</note>
     </para>
-
-    <para>
-        Because this new image is not in any way tailored to the system you're
-        booting it on, which is assumed to be some sort of atom-pc (netbook) system for this
-        example, it might not be completely functional though it should at least boot to a text
-        prompt.  
-        Specifically, it might fail to boot into graphics without some tweaking.  
-        If this ends up being the case, a possible next step would be to replace the 
-        <filename>mymachine.conf</filename>
-        contents with the contents of <filename>atom-pc.conf</filename> and replace 
-        <filename>xorg.conf</filename> with <filename>atom-pc xorg.conf</filename>
-        in <filename>meta-yocto</filename> and see if it fares any better.  
-        In any case, following the previous steps will give you a buildable image that 
-        will probably boot on most systems.
-        Getting things working like you want
-        them to for your hardware will normally require some amount of experimentation with
-        configuration settings.
-    </para>
 </section>
 </appendix>