From 1a49f09afc3b4bfd966592984829e09a4695124a Mon Sep 17 00:00:00 2001 From: "Robert P. J. Day" Date: Fri, 15 Nov 2013 08:42:40 -0800 Subject: [PATCH] dev-manual: More minor tweaks to development manual. (From yocto-docs rev: dc0dd5896e874aa0566bc11c7909c496af130561) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-common-tasks.xml | 6 +++--- 1 file 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 @@ configuration. In other words, do not copy an entire recipe into your layer and then modify it. - Rather, use .bbappend files to override the + Rather, use .bbappend files to override only those parts of the original recipe you need to modify. @@ -1509,7 +1509,7 @@ You might also need these variables: SERIAL_CONSOLES - (e.g. "115200 ttyS0") + (e.g. "115200;ttyS0 115200;ttyS1") KERNEL_IMAGETYPE (e.g. "zImage") IMAGE_FSTYPES @@ -1549,7 +1549,7 @@ make oldconfig. By making use of inherit kernel and potentially some of the linux-*.inc 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.