summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2013-11-15 08:42:40 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-03 12:53:08 +0000
commitf4d8358c040fdc35b5fd806b49fe0b0725047cc4 (patch)
treec3116c368582f7861d3215ec928b16f85874d9fa
parent2e44a480478c5679e8b6240062f7c94019befc6b (diff)
downloadpoky-f4d8358c040fdc35b5fd806b49fe0b0725047cc4.tar.gz
dev-manual: More minor tweaks to development manual.
(From yocto-docs rev: 6862b1fd71ae1e311730ef2794b737314cf935a1) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index 0ee7775ca8..4801198d15 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -253,7 +253,7 @@
253 configuration. 253 configuration.
254 In other words, do not copy an entire recipe into your 254 In other words, do not copy an entire recipe into your
255 layer and then modify it. 255 layer and then modify it.
256 Rather, use <filename>.bbappend</filename> files to override the 256 Rather, use <filename>.bbappend</filename> files to override
257 only those parts of the original recipe you need to modify. 257 only those parts of the original recipe you need to modify.
258 </para> 258 </para>
259 </section> 259 </section>
@@ -1509,7 +1509,7 @@
1509 You might also need these variables: 1509 You might also need these variables:
1510 <itemizedlist> 1510 <itemizedlist>
1511 <listitem><para><filename><ulink url='&YOCTO_DOCS_REF_URL;#var-SERIAL_CONSOLES'>SERIAL_CONSOLES</ulink></filename> 1511 <listitem><para><filename><ulink url='&YOCTO_DOCS_REF_URL;#var-SERIAL_CONSOLES'>SERIAL_CONSOLES</ulink></filename>
1512 (e.g. "115200 ttyS0")</para></listitem> 1512 (e.g. "115200;ttyS0 115200;ttyS1")</para></listitem>
1513 <listitem><para><filename><ulink url='&YOCTO_DOCS_REF_URL;#var-KERNEL_IMAGETYPE'>KERNEL_IMAGETYPE</ulink></filename> 1513 <listitem><para><filename><ulink url='&YOCTO_DOCS_REF_URL;#var-KERNEL_IMAGETYPE'>KERNEL_IMAGETYPE</ulink></filename>
1514 (e.g. "zImage")</para></listitem> 1514 (e.g. "zImage")</para></listitem>
1515 <listitem><para><filename><ulink url='&YOCTO_DOCS_REF_URL;#var-IMAGE_FSTYPES'>IMAGE_FSTYPES</ulink></filename> 1515 <listitem><para><filename><ulink url='&YOCTO_DOCS_REF_URL;#var-IMAGE_FSTYPES'>IMAGE_FSTYPES</ulink></filename>
@@ -1549,7 +1549,7 @@
1549 <filename>make oldconfig</filename>. 1549 <filename>make oldconfig</filename>.
1550 By making use of <filename>inherit kernel</filename> and potentially some of the 1550 By making use of <filename>inherit kernel</filename> and potentially some of the
1551 <filename>linux-*.inc</filename> files, most other functionality is 1551 <filename>linux-*.inc</filename> files, most other functionality is
1552 centralized and the the defaults of the class normally work well. 1552 centralized and the defaults of the class normally work well.
1553 </para> 1553 </para>
1554 1554
1555 <para> 1555 <para>