summaryrefslogtreecommitdiffstats
path: root/bitbake/doc/README
diff options
context:
space:
mode:
authorBill Traynor <wmat@alphatroop.com>2013-01-14 15:24:34 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-01-27 21:03:17 +0000
commit7c98419b09696c487cfa0e25b7d6be0df64c6d3d (patch)
treefb3f6a86890fa01cc49a224b00e2e4b62837dae0 /bitbake/doc/README
parenta43f1b278f1abf076f0a0f7e5a1299b85e0a742a (diff)
downloadpoky-7c98419b09696c487cfa0e25b7d6be0df64c6d3d.tar.gz
bitbake: documentation: Add README based off the YP docs one
Reusing the README file from the Yocto Project Documentation directory but removed the YP specific content and changed to be specific to BitBake. (Bitbake rev: 67b6e9c54676e979c546c0d350b2d01443f13f36) Signed-off-by: Bill Traynor <wmat@alphatroop.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/doc/README')
-rw-r--r--bitbake/doc/README39
1 files changed, 39 insertions, 0 deletions
diff --git a/bitbake/doc/README b/bitbake/doc/README
new file mode 100644
index 0000000000..90aafea9cb
--- /dev/null
+++ b/bitbake/doc/README
@@ -0,0 +1,39 @@
1Documentation
2=============
3
4This is the directory that contains the BitBake documentation.
5
6Manual Organization
7===================
8
9Folders exist for individual manuals as follows:
10
11* user-manual - The BitBake User Manual
12
13Each folder is self-contained regarding content and figures.
14
15If you want to find HTML versions of the BitBake manuals on the web,
16go to http://www.openembedded.org/wiki/Documentation.
17
18Makefile
19========
20
21The Makefile processes manual directories to create HTML, PDF,
22tarballs, etc. Details on how the Makefile work are documented
23inside the Makefile. See that file for more information.
24
25To build a manual, you run the make command and pass it the name
26of the folder containing the manual's contents.
27For example, the following command run from the documentation directory
28creates an HTML and a PDF version of the BitBake User Manual.
29The DOC variable specifies the manual you are making:
30
31 $ make DOC=user-manual
32
33template
34========
35Contains various templates, fonts, and some old PNG files.
36
37tools
38=====
39Contains a tool to convert the DocBook files to PDF format.