diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-06-14 08:08:32 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-06-29 14:59:23 +0100 |
| commit | b2ec918b6763701b02cca9270a6e0f388b73e0ac (patch) | |
| tree | 42a9f2460494db4bfc2bca0212462d823693cb4b | |
| parent | 4cd83a91fba75114d9fd747521137a17addba9c4 (diff) | |
| download | poky-b2ec918b6763701b02cca9270a6e0f388b73e0ac.tar.gz | |
documenation/kernel-manual/kernel-doc-intro.xml: 1.1.2 variables and updates
First pass at implementing the poky.ent variables. Also made some text
changes as needed.
(From yocto-docs rev: de1f4acd9037a95b1e8bbcc2bf804f8885770348)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | documentation/kernel-manual/kernel-doc-intro.xml | 38 |
1 files changed, 23 insertions, 15 deletions
diff --git a/documentation/kernel-manual/kernel-doc-intro.xml b/documentation/kernel-manual/kernel-doc-intro.xml index 9a3022e75c..c3fde6c731 100644 --- a/documentation/kernel-manual/kernel-doc-intro.xml +++ b/documentation/kernel-manual/kernel-doc-intro.xml | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" | 1 | <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" |
| 2 | "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> | 2 | "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" |
| 3 | [<!ENTITY % poky SYSTEM "../poky.ent"> %poky; ] > | ||
| 3 | 4 | ||
| 4 | <chapter id='kernel-doc-intro'> | 5 | <chapter id='kernel-doc-intro'> |
| 5 | 6 | ||
| @@ -11,7 +12,7 @@ | |||
| 11 | The Yocto Project presents the kernel as a fully patched, history-clean Git | 12 | The Yocto Project presents the kernel as a fully patched, history-clean Git |
| 12 | repository. | 13 | repository. |
| 13 | The Git tree represents the selected features, board support, | 14 | The Git tree represents the selected features, board support, |
| 14 | and configurations extensively tested by Yocto Project. | 15 | and configurations extensively tested by the Yocto Project. |
| 15 | The Yocto Project kernel allows the end user to leverage community | 16 | The Yocto Project kernel allows the end user to leverage community |
| 16 | best practices to seamlessly manage the development, build and debug cycles. | 17 | best practices to seamlessly manage the development, build and debug cycles. |
| 17 | </para> | 18 | </para> |
| @@ -28,32 +29,39 @@ | |||
| 28 | <listitem><para><emphasis>Using the Kernel:</emphasis> Describes best practices | 29 | <listitem><para><emphasis>Using the Kernel:</emphasis> Describes best practices |
| 29 | and "how-to" information | 30 | and "how-to" information |
| 30 | that lets you put the kernel to practical use. | 31 | that lets you put the kernel to practical use. |
| 31 | Some examples are "How to Build a | 32 | Some examples are how to examine changes in a branch and how to |
| 32 | Project Specific Tree", "How to Examine Changes in a Branch", and "How to | 33 | save kernel modifications.</para></listitem> |
| 33 | Save Kernel Modifications."</para></listitem> | ||
| 34 | </itemizedlist> | 34 | </itemizedlist> |
| 35 | </para> | 35 | </para> |
| 36 | 36 | ||
| 37 | <para> | 37 | <para> |
| 38 | For more information on the kernel, see the following links: | 38 | For more information on the Linux kernel, see the following links: |
| 39 | <itemizedlist> | 39 | <itemizedlist> |
| 40 | <listitem><para><ulink url='http://ldn.linuxfoundation.org/book/1-a-guide-kernel-development-process'></ulink></para></listitem> | 40 | <listitem><para>The Linux Foundation's guide for kernel development |
| 41 | <listitem><para><ulink url='http://userweb.kernel.org/~akpm/stuff/tpp.txt'></ulink></para></listitem> | 41 | process - <ulink url='http://ldn.linuxfoundation.org/book/1-a-guide-kernel-development-process'></ulink></para></listitem> |
| 42 | <listitem><para><ulink url='http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=blob_plain;f=Documentation/HOWTO;hb=HEAD'></ulink></para></listitem> | 42 | <!-- <listitem><para><ulink url='http://userweb.kernel.org/~akpm/stuff/tpp.txt'></ulink></para></listitem> --> |
| 43 | <listitem><para>A fairly emcompassing guide on Linux kernel development - | ||
| 44 | <ulink url='http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=blob_plain;f=Documentation/HOWTO;hb=HEAD'></ulink></para></listitem> | ||
| 43 | </itemizedlist> | 45 | </itemizedlist> |
| 44 | </para> | 46 | </para> |
| 45 | 47 | ||
| 46 | <para> | 48 | <para> |
| 47 | For more discussion on the Yocto Project kernel, you can also see the | 49 | For more discussion on the Yocto Project kernel, you can see these sections |
| 48 | "<ulink url='http://www.yoctoproject.org/docs/1.1.1/dev-manual/dev-manual.html#kernel-overview'>Kernel Overview</ulink>", | 50 | in <ulink url='&YOCTO_DOCS_DEV_URL;'>The Yocto Project Development Manual</ulink>: |
| 49 | "<ulink url='http://www.yoctoproject.org/docs/1.1.1/dev-manual/dev-manual.html#kernel-modification-workflow'>Kernel Modification Workflow</ulink>", and | 51 | <itemizedlist> |
| 50 | "<ulink url='http://www.yoctoproject.org/docs/1.1.1/dev-manual/dev-manual.html#dev-manual-kernel-appendix'>Kernel Modification Example</ulink>" sections all in | 52 | <listitem><para> |
| 51 | <ulink url='http://www.yoctoproject.org/docs/1.1.1/dev-manual/dev-manual.html'>The Yocto Project Development Manual</ulink>. | 53 | "<ulink url='&YOCTO_DOCS_DEV_URL;#kernel-overview'>Kernel Overview</ulink>"</para></listitem> |
| 54 | <listitem><para> | ||
| 55 | "<ulink url='&YOCTO_DOCS_DEV_URL;#kernel-modification-workflow'>Kernel Modification Workflow</ulink>" | ||
| 56 | </para></listitem> | ||
| 57 | <listitem><para> | ||
| 58 | "<ulink url='&YOCTO_DOCS_DEV_URL;#dev-manual-kernel-appendix'>Kernel Modification Example</ulink>"</para></listitem> | ||
| 59 | </itemizedlist> | ||
| 52 | </para> | 60 | </para> |
| 53 | 61 | ||
| 54 | <para> | 62 | <para> |
| 55 | For general information on the Yocto Project, visit the website at | 63 | For general information on the Yocto Project, visit the website at |
| 56 | <ulink url='http://www.yoctoproject.org'></ulink>. | 64 | <ulink url='&YOCTO_HOME_URL;'></ulink>. |
| 57 | </para> | 65 | </para> |
| 58 | </section> | 66 | </section> |
| 59 | 67 | ||
