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