poky/documentation
Adrian Bunk 3b87508a9a ref-manual: Remove documentation for the removed gnome class
When removed all it did was
  inherit gnomebase gtk-icon-cache gconf mime
which would also be the most trivial replacement.

Most of the time not all of these classes were needed,
and it is recommended to use only the ones actually required.

(From yocto-docs rev: a0a3a8318a1488ad2fb00b29f1cf26a9d6701be2)

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2019-09-10 11:21:55 +01:00
..
adt-manual documentation: Prepare for 2.1 builds 2016-01-07 12:13:45 +00:00
brief-yoctoprojectqs dev-manual; brief-yoctoprojectqs: Updated checkout branch example 2019-05-07 10:23:41 +01:00
bsp-guide bsp-guide: More corrections to the BSP Kernel Recipe example 2019-05-12 09:14:03 +01:00
dev-manual dev-manual: Updated "Creating a Team Development Environment" 2019-09-06 11:59:45 +01:00
kernel-dev documentation: Prepared for 2.8 release 2019-05-07 10:23:41 +01:00
mega-manual Makefile: Updated to support new NPM package creation section 2019-06-18 11:29:23 +01:00
overview-manual overview-manual: Fixed manual history table 2019-07-18 12:16:53 +01:00
profile-manual documentation: Prepared for 2.8 release 2019-05-07 10:23:41 +01:00
ref-manual ref-manual: Remove documentation for the removed gnome class 2019-09-10 11:21:55 +01:00
sdk-manual sdk-manual: Updated devtool to talk about oe-local-files. 2019-07-18 12:16:53 +01:00
template toaster-manual: Draft of Manual. 2015-04-01 12:59:10 +01:00
toaster-manual documentation: Prepared for 2.8 release 2019-05-07 10:23:41 +01:00
tools documentation: Prepared for 2.8 release 2019-05-07 10:23:41 +01:00
Makefile Makefile: Updated to support new NPM package creation section 2019-06-18 11:29:23 +01:00
poky.ent poky-end: Added "pylint3" package to Ubuntu essentials. 2019-09-06 11:59:45 +01:00
README documentation: Updates to change dev-manual title 2017-10-30 15:55:06 +00:00

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:

  • sdk-manual - The Yocto Project Software Development Kit (SDK) Developer's Guide.
  • bsp-guide - The Yocto Project Board Support Package (BSP) Developer's Guide
  • dev-manual - The Yocto Project Development Tasks Manual
  • kernel-dev - The Yocto Project Linux Kernel Development Tasks Manual
  • ref-manual - The Yocto Project Reference Manual
  • yocto-project-qs - The Yocto Project Quick Start
  • mega-manual - The Yocto Project Mega-Manual, which is an aggregated manual comprised of all YP manuals and guides
  • profile-manual - The Yocto Project Profile and Tracing Manual
  • toaster-manual - The Toaster Manual

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 version of the SDK manual. The DOC variable specifies the manual you are making:

 $ make DOC=sdk-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.