summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
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:57 +0000
commit1a49f09afc3b4bfd966592984829e09a4695124a (patch)
tree3efc5ad73fb0873b65e1e178911753668831e528 /documentation/dev-manual
parentacd37849336938faad2d62a0c0edf30a8be3fcda (diff)
downloadpoky-1a49f09afc3b4bfd966592984829e09a4695124a.tar.gz
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>
Diffstat (limited to 'documentation/dev-manual')
-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 d22c2a70a1..653f3da438 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>