From 4bdaa5c5baf9b3f6306e8f2452155546d1f9730a Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 25 Feb 2015 08:46:19 -0800 Subject: kernel-dev: Small fixes. Reported-by: Robert P. J. Day (From yocto-docs rev: 198ce97a1158237056f035ade555ce04a6031c56) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/kernel-dev/kernel-dev-common.xml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'documentation/kernel-dev') diff --git a/documentation/kernel-dev/kernel-dev-common.xml b/documentation/kernel-dev/kernel-dev-common.xml index b08f7983f0..56fa17d7d8 100644 --- a/documentation/kernel-dev/kernel-dev-common.xml +++ b/documentation/kernel-dev/kernel-dev-common.xml @@ -133,16 +133,16 @@ For example, you can apply a three-patch series by adding the - following lines to your linux-yocto .bbappend - file in your layer: + following lines to your linux-yocto + .bbappend file in your layer: SRC_URI += "file://0001-first-change.patch" - SRC_URI += "file://0002-first-change.patch" - SRC_URI += "file://0003-first-change.patch" + SRC_URI += "file://0002-second-change.patch" + SRC_URI += "file://0003-third-change.patch" - The next time you run BitBake to build the Linux kernel, BitBake - detects the change in the recipe and fetches and applies the patches - before building the kernel. + The next time you run BitBake to build the Linux kernel, + BitBake detects the change in the recipe and fetches and + applies the patches before building the kernel. @@ -187,14 +187,14 @@ The build system applies the configurations from the - .config file before applying any + defconfig file before applying any subsequent configuration fragments. The final kernel configuration is a combination of the - configurations in the .config file and + configurations in the defconfig file and any configuration fragments you provide. You need to realize that if you have any configuration fragments, the build system applies these on top of and - after applying the existing .config + after applying the existing defconfig file configurations. @@ -399,7 +399,7 @@ WARNING: There were 2 hardware options requested that do not have a corresponding value present in the final ".config" file. - This probably means you are not't getting the config you wanted. + This probably means you are not getting the config you wanted. The full list can be found in your kernel src dir at: meta/cfg/standard/mybsp/mismatch.cfg -- cgit v1.2.3-54-g00ecf