From ee42a9b73e13b9b4356a0c50c67876b94f72a33b Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 4 Apr 2016 13:51:15 -0700 Subject: kernel-dev: Applied review comments to "Adding Recipe-Space Kernel Features" Fixes [YOCTO #4047] I went through and fixed a few areas where reviewers said there was "quirky" phrasing. They might have been right in a few places. (From yocto-docs rev: 66fb97838f338ed3f787ec18f62702ef726ceffc) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/kernel-dev/kernel-dev-common.xml | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) (limited to 'documentation') diff --git a/documentation/kernel-dev/kernel-dev-common.xml b/documentation/kernel-dev/kernel-dev-common.xml index 89c2a6840b..261471c46b 100644 --- a/documentation/kernel-dev/kernel-dev-common.xml +++ b/documentation/kernel-dev/kernel-dev-common.xml @@ -1041,8 +1041,8 @@ recipe-space by using the KERNEL_FEATURES - variable along with specifying the .scc file - path on the + variable and by specifying the feature's .scc + file path in the SRC_URI statement. When you add features using this method, the OpenEmbedded build @@ -1051,7 +1051,7 @@ Kernel features are the last elements processed for configuring and patching the kernel. Therefore, adding features in this manner is a way - to enforce that specific features are present, and enabled, + to enforce specific features are present and enabled without needing to do a full audit of any other layer's additions to the SRC_URI statement. @@ -1074,7 +1074,7 @@ When you specify the feature's .scc file on the SRC_URI statement, the OpenEmbedded build system adds the directory of that - .scc file, and all its subdirectories, + .scc file along with all its subdirectories to the kernel feature search path. Because subdirectories are searched, you can reference a single .scc file in the @@ -1095,11 +1095,10 @@ Notes - The directory you use for the - .scc must be added to the - fetcher search directory just as you would, - for example, if you were adding a - .patch file. + You must add the directory of the + .scc file to the fetcher's + search path in the same manner as you would + add a .patch file. You can create additional -- cgit v1.2.3-54-g00ecf