From f42c87a1acd6419e78ad1567cb2e88720e63c4b5 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 9 Jan 2013 16:20:14 -0800 Subject: kernel-dev: Removed recursive include statement from examples. Three instances of *.scc files were recursively including themselves. These .scc files needed to have their names changed to a file that indicated hardware support only. (From yocto-docs rev: f1c347f8f63141807084ac0a2bd3b64e138315cb) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/kernel-dev/kernel-dev-advanced.xml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'documentation') diff --git a/documentation/kernel-dev/kernel-dev-advanced.xml b/documentation/kernel-dev/kernel-dev-advanced.xml index d15e0100f7..ff8374c635 100644 --- a/documentation/kernel-dev/kernel-dev-advanced.xml +++ b/documentation/kernel-dev/kernel-dev-advanced.xml @@ -1123,7 +1123,7 @@ Note: It is not strictly necessary to create a ktype scc file. The BSP file can define KARCH i386 include standard.scc - include mybsp.scc + include mybsp-hw.scc @@ -1131,7 +1131,7 @@ Note: It is not strictly necessary to create a ktype scc file. The BSP file can In the above example, standard.scc aggregates all the configuration fragments, patches, and features that make up your standard kernel policy whereas - mybsp.scc aggregates all those necessary + mybsp-hw.scc aggregates all those necessary to support the hardware available on the "mybsp" machine. For information on how to break a complete .config file into the various @@ -1373,9 +1373,6 @@ the KTYPE has changed, now set to "tiny". - - -
Machine Branches @@ -1425,7 +1422,7 @@ the KTYPE has changed, now set to "tiny". branch mynewbranch - include mybsp.scc + include mybsp-hw.scc @@ -1580,7 +1577,7 @@ Note: The "base" branches are an artifact of the way git manages its data branch mynewbranch git merge myfeature - include mybsp.scc + include mybsp-hw.scc -- cgit v1.2.3-54-g00ecf