dev-manual: More minor tweaks to development manual.

(From yocto-docs rev: dc0dd5896e874aa0566bc11c7909c496af130561)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Robert P. J. Day 2013-11-15 08:42:40 -08:00 committed by Richard Purdie
parent acd3784933
commit 1a49f09afc
1 changed files with 3 additions and 3 deletions

View File

@ -253,7 +253,7 @@
configuration. configuration.
In other words, do not copy an entire recipe into your In other words, do not copy an entire recipe into your
layer and then modify it. layer and then modify it.
Rather, use <filename>.bbappend</filename> files to override the Rather, use <filename>.bbappend</filename> files to override
only those parts of the original recipe you need to modify. only those parts of the original recipe you need to modify.
</para> </para>
</section> </section>
@ -1509,7 +1509,7 @@
You might also need these variables: You might also need these variables:
<itemizedlist> <itemizedlist>
<listitem><para><filename><ulink url='&YOCTO_DOCS_REF_URL;#var-SERIAL_CONSOLES'>SERIAL_CONSOLES</ulink></filename> <listitem><para><filename><ulink url='&YOCTO_DOCS_REF_URL;#var-SERIAL_CONSOLES'>SERIAL_CONSOLES</ulink></filename>
(e.g. "115200 ttyS0")</para></listitem> (e.g. "115200;ttyS0 115200;ttyS1")</para></listitem>
<listitem><para><filename><ulink url='&YOCTO_DOCS_REF_URL;#var-KERNEL_IMAGETYPE'>KERNEL_IMAGETYPE</ulink></filename> <listitem><para><filename><ulink url='&YOCTO_DOCS_REF_URL;#var-KERNEL_IMAGETYPE'>KERNEL_IMAGETYPE</ulink></filename>
(e.g. "zImage")</para></listitem> (e.g. "zImage")</para></listitem>
<listitem><para><filename><ulink url='&YOCTO_DOCS_REF_URL;#var-IMAGE_FSTYPES'>IMAGE_FSTYPES</ulink></filename> <listitem><para><filename><ulink url='&YOCTO_DOCS_REF_URL;#var-IMAGE_FSTYPES'>IMAGE_FSTYPES</ulink></filename>
@ -1549,7 +1549,7 @@
<filename>make oldconfig</filename>. <filename>make oldconfig</filename>.
By making use of <filename>inherit kernel</filename> and potentially some of the By making use of <filename>inherit kernel</filename> and potentially some of the
<filename>linux-*.inc</filename> files, most other functionality is <filename>linux-*.inc</filename> files, most other functionality is
centralized and the the defaults of the class normally work well. centralized and the defaults of the class normally work well.
</para> </para>
<para> <para>