diff options
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 6 |
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> |