diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2015-04-01 09:18:24 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-04-01 17:35:35 +0100 |
| commit | 723c64b83d4e845a07667d46ad984b99a4a30847 (patch) | |
| tree | d7047b2dd9f5af72dc396a0dc130ca77bd0e07d4 | |
| parent | c24b67d2670ba7535749fdcba1c14d0958707719 (diff) | |
| download | poky-723c64b83d4e845a07667d46ad984b99a4a30847.tar.gz | |
ref-manual: Updates to doc packages and reference links
I added xlstproc to Fedora and CentOS package lists for building out
the docs.
I abbreviated the list of references in the end chapter by leaving
just the main URLs for bigger areas such as Intel, OE, etc. Then
I put in a link that goes back to the dev-manual list of other
informations as that is much more comprehensive.
(From yocto-docs rev: 81667b85cd8c639dd32cd5a8f614b4c890eb4dde)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | documentation/ref-manual/introduction.xml | 6 | ||||
| -rw-r--r-- | documentation/ref-manual/resources.xml | 15 |
2 files changed, 6 insertions, 15 deletions
diff --git a/documentation/ref-manual/introduction.xml b/documentation/ref-manual/introduction.xml index c98c322a01..f3206f33c3 100644 --- a/documentation/ref-manual/introduction.xml +++ b/documentation/ref-manual/introduction.xml | |||
| @@ -267,7 +267,7 @@ | |||
| 267 | Yocto Project documentation manuals: | 267 | Yocto Project documentation manuals: |
| 268 | <literallayout class='monospaced'> | 268 | <literallayout class='monospaced'> |
| 269 | $ sudo yum install make docbook-style-dsssl docbook-style-xsl \ | 269 | $ sudo yum install make docbook-style-dsssl docbook-style-xsl \ |
| 270 | docbook-dtds docbook-utils fop libxslt dblatex xmlto | 270 | docbook-dtds docbook-utils fop libxslt dblatex xmlto xsltproc |
| 271 | </literallayout></para></listitem> | 271 | </literallayout></para></listitem> |
| 272 | <listitem><para><emphasis>ADT Installer Extras:</emphasis> | 272 | <listitem><para><emphasis>ADT Installer Extras:</emphasis> |
| 273 | Packages needed if you are going to be using the | 273 | Packages needed if you are going to be using the |
| @@ -352,7 +352,7 @@ | |||
| 352 | Yocto Project documentation manuals: | 352 | Yocto Project documentation manuals: |
| 353 | <literallayout class='monospaced'> | 353 | <literallayout class='monospaced'> |
| 354 | $ sudo yum install make docbook-style-dsssl docbook-style-xsl \ | 354 | $ sudo yum install make docbook-style-dsssl docbook-style-xsl \ |
| 355 | docbook-dtds docbook-utils fop libxslt dblatex xmlto | 355 | docbook-dtds docbook-utils fop libxslt dblatex xmlto xsltproc |
| 356 | </literallayout></para></listitem> | 356 | </literallayout></para></listitem> |
| 357 | <listitem><para><emphasis>ADT Installer Extras:</emphasis> | 357 | <listitem><para><emphasis>ADT Installer Extras:</emphasis> |
| 358 | Packages needed if you are going to be using the | 358 | Packages needed if you are going to be using the |
| @@ -543,7 +543,7 @@ | |||
| 543 | <ulink url='&YOCTO_DL_URL;/releases/yocto/'/>.</para></listitem> | 543 | <ulink url='&YOCTO_DL_URL;/releases/yocto/'/>.</para></listitem> |
| 544 | <listitem><para><emphasis>Nightly Builds:</emphasis> These | 544 | <listitem><para><emphasis>Nightly Builds:</emphasis> These |
| 545 | tarball releases are available at | 545 | tarball releases are available at |
| 546 | <ulink url='http://autobuilder.yoctoproject.org/nightly'/>. | 546 | <ulink url='&YOCTO_AB_NIGHTLY_URL;'/>. |
| 547 | These builds include Yocto Project releases, meta-toolchain | 547 | These builds include Yocto Project releases, meta-toolchain |
| 548 | tarball installation scripts, and experimental builds. | 548 | tarball installation scripts, and experimental builds. |
| 549 | </para></listitem> | 549 | </para></listitem> |
diff --git a/documentation/ref-manual/resources.xml b/documentation/ref-manual/resources.xml index 17b8e97145..cd7a7b2f45 100644 --- a/documentation/ref-manual/resources.xml +++ b/documentation/ref-manual/resources.xml | |||
| @@ -93,19 +93,10 @@ | |||
| 93 | <listitem><para><emphasis> | 93 | <listitem><para><emphasis> |
| 94 | <ulink url='http://www.openembedded.org/wiki/BitBake'> | 94 | <ulink url='http://www.openembedded.org/wiki/BitBake'> |
| 95 | BitBake</ulink>:</emphasis> The tool used to process metadata.</para></listitem> | 95 | BitBake</ulink>:</emphasis> The tool used to process metadata.</para></listitem> |
| 96 | <listitem><para><emphasis> | ||
| 97 | <ulink url='&YOCTO_DOCS_BB_URL;'>BitBake User Manual</ulink>:</emphasis> | ||
| 98 | A comprehensive guide to the BitBake tool. | ||
| 99 | In the | ||
| 100 | <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>, | ||
| 101 | you can find the BitBake User Manual in the | ||
| 102 | <filename>bitbake/doc/bitbake-user-manual</filename> directory. | ||
| 103 | </para></listitem> | ||
| 104 | <listitem><para><emphasis> | ||
| 105 | <ulink url='http://wiki.qemu.org/Index.html'>QEMU</ulink>: | ||
| 106 | </emphasis> An open source machine emulator and virtualizer. | ||
| 107 | </para></listitem> | ||
| 108 | </itemizedlist> | 96 | </itemizedlist> |
| 97 | For more links, see the | ||
| 98 | "<ulink url='&YOCTO_DOCS_DEV_URL;#other-information'>Other Information</ulink>" | ||
| 99 | section in the Yocto Project Development Manual. | ||
| 109 | </para> | 100 | </para> |
| 110 | </section> | 101 | </section> |
| 111 | 102 | ||
