diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-03-09 15:35:11 -0600 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-23 14:24:43 +0000 |
| commit | d048a99e2404601a3f343eeb65ce82fb963c6f51 (patch) | |
| tree | 1027ee7fb4d4ffddc6118d6dbe65b7af6871c152 /documentation/kernel-manual/kernel-doc-intro.xml | |
| parent | aa3a201629c7e40341f53d4be57b6e4223a845c8 (diff) | |
| download | poky-d048a99e2404601a3f343eeb65ce82fb963c6f51.tar.gz | |
documentation/kernel-manual: Converted to use variables from poky.ent.
Also removed a broken link.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/kernel-manual/kernel-doc-intro.xml')
| -rw-r--r-- | documentation/kernel-manual/kernel-doc-intro.xml | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/documentation/kernel-manual/kernel-doc-intro.xml b/documentation/kernel-manual/kernel-doc-intro.xml index 9f845823d3..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 | ||
| @@ -46,21 +47,21 @@ | |||
| 46 | 47 | ||
| 47 | <para> | 48 | <para> |
| 48 | For more discussion on the Yocto Project kernel, you can see these sections | 49 | For more discussion on the Yocto Project kernel, you can see these sections |
| 49 | in <ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html'>The Yocto Project Development Manual</ulink>: | 50 | in <ulink url='&YOCTO_DOCS_DEV_URL;'>The Yocto Project Development Manual</ulink>: |
| 50 | <itemizedlist> | 51 | <itemizedlist> |
| 51 | <listitem><para> | 52 | <listitem><para> |
| 52 | "<ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#kernel-overview'>Kernel Overview</ulink>"</para></listitem> | 53 | "<ulink url='&YOCTO_DOCS_DEV_URL;#kernel-overview'>Kernel Overview</ulink>"</para></listitem> |
| 53 | <listitem><para> | 54 | <listitem><para> |
| 54 | "<ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#kernel-modification-workflow'>Kernel Modification Workflow</ulink>" | 55 | "<ulink url='&YOCTO_DOCS_DEV_URL;#kernel-modification-workflow'>Kernel Modification Workflow</ulink>" |
| 55 | </para></listitem> | 56 | </para></listitem> |
| 56 | <listitem><para> | 57 | <listitem><para> |
| 57 | "<ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#dev-manual-kernel-appendix'>Kernel Modification Example</ulink>".</para></listitem> | 58 | "<ulink url='&YOCTO_DOCS_DEV_URL;#dev-manual-kernel-appendix'>Kernel Modification Example</ulink>"</para></listitem> |
| 58 | </itemizedlist> | 59 | </itemizedlist> |
| 59 | </para> | 60 | </para> |
| 60 | 61 | ||
| 61 | <para> | 62 | <para> |
| 62 | For general information on the Yocto Project, visit the website at | 63 | For general information on the Yocto Project, visit the website at |
| 63 | <ulink url='http://www.yoctoproject.org'></ulink>. | 64 | <ulink url='&YOCTO_HOME_URL;'></ulink>. |
| 64 | </para> | 65 | </para> |
| 65 | </section> | 66 | </section> |
| 66 | 67 | ||
