[bitbake-devel] [PATCH 00/45] Bitbake manual updates pull request

Richard Purdie richard.purdie at linuxfoundation.org
Sat Jan 25 13:28:14 UTC 2014


I've worked with Scott Rifenbark to incorporate Bill Traynor's BitbBake
manual work and then work on improving it. The following patch set
incorporates the various changes. Bill's branch was significantly
modified to separate out whitespace changes from content changes. In
future we'll try and get this merged in smaller chunks but this brings
us into sync which I think all will agree is a good thing. I'm not going
to spam the list with the individual patches, anyone interested can see
them in the branch.

The following changes since commit 2ca15117e4bbda38cda07511d0ff317273f91528:

  toaster: Toaster GUI, generic search, filter and order (2014-01-10 14:13:53 +0000)

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib srifenbark/wmat3
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=srifenbark/wmat3

Bill Traynor (6):
  usermanual: Updated CC License to version 3.0
  usermanual: Renamed manual dir to user-manual to be consistent.
  user-manual: Import YP Docs templates for usermanual improvements
  gitignore: Update for recent docs changes
  documentation: Add README based off the YP docs one
  user-manual-intro.xml: Re-write of BitBake introduction.

Richard Purdie (29):
  user-manual: Separate out chapters into individual files
  user-manual-intro: Expand introduction and fix spelling mistakes
  user-manual-intro: Update/improve whitespace
  user-manual-intro: Add obtaining bitbake and summary sections
  user-manual-intro: Various minor cleanups/improvements
  user-manual-metadata: Add section ids for most sections
  user-manual-metadata: Reorder sections to more logical order
  user-manual-metadata: Update whitespace (no content changes)
  user-manual-metadata: Replace screen tags with literallayout tags
  user-manual-metadata: Use filename tags instead of literal and varname
    tags
  user-manual-metadata: Editing pass over the manual chapter
  user-manual-metadata: Add lists of common events
  user-manual-metadata: Add section about data store operations
  user-manual-metadata: Rework section about shell/python functions
  user-manual-metadata: Add section about running tasks and the
    environment
  user-manual-metadata: Add section about INHERIT
  user-manual-metadata: Add section about layers
  user-manual-metadata: Expand parsing process docuemtnation
  user-manual-metadata: Clean up task flag section
  user-manual-metadata: Clean up task documentation
  user-manual-fetching: Change the file whitespace
  user-manual-fetching: Change screen -> literallayout
  user-manual-fetching: Change varname/emphasis tags to filename
  user-manual-fetching: Editing pass over the manual chapter
  user-manual-bitbakecommand: Update help text output with that from
    bitbake master
  user-manual-bitbakecommand: Reform whitespace
  user-manual-bitbakecommand: Replace screen tags with literallayout
  user-manual-bitbakecommand: Standardise on section tags, not example
  user-manual-bitbakecommand: Various edits/cleanups

Scott Rifenbark (10):
  user-manual-intro.xml: Added "Concepts" section.
  user-manual.xml: Cleanup on the title page.
  user-manual-hello.xml: Added new chapter for "Hello World Example"
  user-manual-ref-variavbles.xml: Added new glossary chapter.
  user-manual-metadata.xml: Renamed section tag
  user-manual-customization.xsl: Updated param list to pass
  template/titlepage.templates.xml: Suppress Title Text.
  user-manual-ref-variables.xml: Editing pass.
  user-manual-ref-variables.xml: Fixed references to "Build Directory".
  user-manual-ref-variables.xml: Added 10 new variables to the glossary.

 .gitignore                                     |    3 +
 doc/Makefile                                   |   77 ++
 doc/README                                     |   39 +
 doc/manual/Makefile                            |   56 -
 doc/manual/usermanual.xml                      |  627 ----------
 doc/poky.ent                                   |   59 +
 doc/template/Vera.ttf                          |  Bin 0 -> 65932 bytes
 doc/template/Vera.xml                          |    1 +
 doc/template/VeraMoBd.ttf                      |  Bin 0 -> 49052 bytes
 doc/template/VeraMoBd.xml                      |    1 +
 doc/template/VeraMono.ttf                      |  Bin 0 -> 49224 bytes
 doc/template/VeraMono.xml                      |    1 +
 doc/template/db-pdf.xsl                        |   64 +
 doc/template/draft.png                         |  Bin 0 -> 24847 bytes
 doc/template/fop-config.xml                    |   58 +
 doc/template/titlepage.templates.xml           | 1259 ++++++++++++++++++++
 doc/tools/docbook-to-pdf                       |   51 +
 doc/user-manual/figures/bitbake-title.png      |  Bin 0 -> 5086 bytes
 doc/{manual => user-manual}/html.css           |    0
 doc/user-manual/user-manual-bitbakecommand.xml |  367 ++++++
 doc/user-manual/user-manual-customization.xsl  |   14 +
 doc/user-manual/user-manual-fetching.xml       |  230 ++++
 doc/user-manual/user-manual-hello.xml          |  321 ++++++
 doc/user-manual/user-manual-intro.xml          |  336 ++++++
 doc/user-manual/user-manual-metadata.xml       | 1175 +++++++++++++++++++
 doc/user-manual/user-manual-ref-variables.xml  | 1474 ++++++++++++++++++++++++
 doc/user-manual/user-manual-style.css          |  978 ++++++++++++++++
 doc/user-manual/user-manual.xml                |   86 ++
 28 files changed, 6594 insertions(+), 683 deletions(-)
 create mode 100644 doc/Makefile
 create mode 100644 doc/README
 delete mode 100644 doc/manual/Makefile
 delete mode 100644 doc/manual/usermanual.xml
 create mode 100644 doc/poky.ent
 create mode 100644 doc/template/Vera.ttf
 create mode 100644 doc/template/Vera.xml
 create mode 100644 doc/template/VeraMoBd.ttf
 create mode 100644 doc/template/VeraMoBd.xml
 create mode 100644 doc/template/VeraMono.ttf
 create mode 100644 doc/template/VeraMono.xml
 create mode 100644 doc/template/db-pdf.xsl
 create mode 100644 doc/template/draft.png
 create mode 100644 doc/template/fop-config.xml
 create mode 100644 doc/template/titlepage.templates.xml
 create mode 100755 doc/tools/docbook-to-pdf
 create mode 100644 doc/user-manual/figures/bitbake-title.png
 rename doc/{manual => user-manual}/html.css (100%)
 create mode 100644 doc/user-manual/user-manual-bitbakecommand.xml
 create mode 100644 doc/user-manual/user-manual-customization.xsl
 create mode 100644 doc/user-manual/user-manual-fetching.xml
 create mode 100644 doc/user-manual/user-manual-hello.xml
 create mode 100644 doc/user-manual/user-manual-intro.xml
 create mode 100644 doc/user-manual/user-manual-metadata.xml
 create mode 100644 doc/user-manual/user-manual-ref-variables.xml
 create mode 100644 doc/user-manual/user-manual-style.css
 create mode 100644 doc/user-manual/user-manual.xml





More information about the bitbake-devel mailing list