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.