Scott Rifenbark c2543b7ff5 documentation: poky-ref-manual - Formatting fixes for variable names. hace 12 años
..
adt-manual 7c39c87d52 documentation: adt-manual, yocto-project-qs - Added tarball installer info hace 12 años
bsp-guide 0bd73012ee documentation: dev-manual, bsp-guide, kernel-manual - kernel workflow hace 12 años
dev-manual c201ab4985 documentation: dev-manual - fixed typo. hace 12 años
kernel-manual 0bd73012ee documentation: dev-manual, bsp-guide, kernel-manual - kernel workflow hace 12 años
mega-manual 3108942c6d documentation: dev-manual, mega-manual - removed figure hace 12 años
poky-ref-manual c2543b7ff5 documentation: poky-ref-manual - Formatting fixes for variable names. hace 12 años
template 4999f78874 documentation/pokt-ref-manual: Update with Yocto branding hace 14 años
tools e4bb6b7be8 documentation/tools/mega-manual.sed: Processes external links in mega-manual hace 12 años
yocto-project-qs 98a41af6d3 documentation: poky-ref-manual, yocto-project-qs - Packages fixed hace 12 años
Makefile 6d5e8360ca documentation: dev-manual - Created generic figures hace 12 años
README a357e98b16 documentation/README: updated to include website information. hace 12 años
poky.ent 1eb01b6661 documentation: yocto-project-qs, yocto-project-ref - package re-org hace 12 años

README

documentation
=============

This is the directory that contains the Yocto Project documentation. The Yocto
Project source repositories at http://git.yoctoproject.org/cgit.cgi have two
instances of the "documentation" directory. You should understand each of
these instances.

poky/documentation - The directory within the poky Git repository containing
the set of Yocto Project manuals. When you clone the
poky Git repository, the documentation directory
contains the manuals. The state of the manuals in this
directory is guaranteed to reflect the latest Yocto
Project release. The manuals at the tip of this
directory will also likely contain most manual
development changes.

yocto-docs/documentation - The Git repository for the Yocto Project manuals.
This repository is where manual development
occurs. If you plan on contributing back to the
Yocto Project documentation, you should set up
a local Git repository based on this upstream
repository as follows:

git clone git://git.yoctoproject.org/yocto-docs

Changes and patches are first pushed to the
yocto-docs Git repository. Later, they make it
into the poky Git repository found at
git://git.yoctoproject.org/poky.

Manual Organization
===================

Folders exist for individual manuals as follows:

* adt-manual - The Yocto Project Application Development Toolkit (ADT)
User's Guide.
* bsp-guide - The Yocto Project Board Support (BSP) Developer's Guide
* dev-manual - The Yocto Project Development Manual
* kernel-manual - The Yocto Project Kernel Architecture and Use Manual
* poky-ref-manual - The Yocto Project Reference Manual
* yocto-project-qs - The Yocto Project Quick Start
* mega-manual - The aggregated manual comprised of all YP manuals and guides

Each folder is self-contained regarding content and figures. Note that there
is a sed file needed to process the links of the mega-manual. The sed file
is located in the tools directory. Also note that the figures folder in the
mega-manual directory contains duplicates of all the figures in the YP folders
directories for all YP manuals and guides.

If you want to find HTML versions of the Yocto Project manuals on the web,
go to http://www.yoctoproject.org and click on the "Documentation" tab. From
there you have access to archived documentation from previous releases, current
documentation for the latest release, and "Docs in Progress" for the release
currently being developed.

In general, the Yocto Project site (http://www.yoctoproject.org) is a great
reference for both information and downloads.

Makefile
========

The Makefile processes manual directories to create HTML, PDF,
tarballs, etc. Details on how the Makefile work are documented
inside the Makefile. See that file for more information.

To build a manual, you run the make command and pass it the name
of the folder containing the manual's contents.
For example, the following command run from the documentation directory
creates an HTML and a PDF version of the ADT manual.
The DOC variable specifies the manual you are making:

$ make DOC=adt-manual

poky.ent
========

This file defines variables used for documentation production. The variables
are used to define release pathnames, URLs for the published manuals, etc.

template
========
Contains various templates, fonts, and some old PNG files.

tools
=====
Contains a tool to convert the DocBook files to PDF format. This folder also
contains the mega-manual.sed file, which is used by Makefile to process
cross-references from within the manual that normally go to an external
manual.