diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-06-18 10:29:12 +0300 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-06-18 10:30:36 +0100 |
| commit | 6714a6c59a4aea772b256048b778d0c30159b421 (patch) | |
| tree | 3052ecf4b5b30d33930d4b9228e8d79b7f1239fa /documentation/kernel-dev | |
| parent | 706dcccb5ad66c794d9fc641260882da6141abe6 (diff) | |
| download | poky-6714a6c59a4aea772b256048b778d0c30159b421.tar.gz | |
dev-manual, kernel-dev, profile-manual: Fixed title and link issues.
Following fixes:
dev-manual - Discovered a <ulink> tag that was not a single
line. These types of links need to not have hard
returns. If they do, mega-manual.sed will not
process the link. Changed the reference to a
single line.
kernel-dev - Discovered that I had the old poky.ent variable
(i.e. YOCTO_DOCS_KERNEL_URL) as part of the link
in the opening note on the title page. I changed
it to the proper variable, which is
YOCTO_DOCS_KERNEL_DEV_URL. The old link was not
being processed by mega-manual.sed.
profile-manual - First problem was the wrong manual title in
a <ulink> tag, which caused the mega-manual.sed
file to skip processing the link into a non-link.
Second problem was on the title page. Incredulously,
I had the title of the manual reversed for Chapter
1. Fixed it.
(From yocto-docs rev: 71dedd610dce9fdc6472a5cf2b18ec8729d77e55)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/kernel-dev')
| -rw-r--r-- | documentation/kernel-dev/kernel-dev.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/kernel-dev/kernel-dev.xml b/documentation/kernel-dev/kernel-dev.xml index c1c4660e07..702dda937d 100644 --- a/documentation/kernel-dev/kernel-dev.xml +++ b/documentation/kernel-dev/kernel-dev.xml | |||
| @@ -71,7 +71,7 @@ | |||
| 71 | <note> | 71 | <note> |
| 72 | Due to production processes, there could be differences between the Yocto Project | 72 | Due to production processes, there could be differences between the Yocto Project |
| 73 | documentation bundled in the release tarball and the | 73 | documentation bundled in the release tarball and the |
| 74 | <ulink url='&YOCTO_DOCS_KERNEL_URL;'>Yocto Project Linux Kernel Development Manual</ulink> on | 74 | <ulink url='&YOCTO_DOCS_KERNEL_DEV_URL;'>Yocto Project Linux Kernel Development Manual</ulink> on |
| 75 | the <ulink url='&YOCTO_HOME_URL;'>Yocto Project</ulink> website. | 75 | the <ulink url='&YOCTO_HOME_URL;'>Yocto Project</ulink> website. |
| 76 | For the latest version of this manual, see the manual on the website. | 76 | For the latest version of this manual, see the manual on the website. |
| 77 | </note> | 77 | </note> |
