summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2014-01-13user-manual-metadata: Updated the Tasks section.Bill Traynor
Update the Tasks section with information provided through feedback. Signed-off-by: Bill Traynor <wmat@alphatroop.com>
2014-01-13user-manual-metadata: fixing more tagsBill Traynor
Closing more section tags. Signed-off-by: Bill Traynor <wmat@alphatroop.com>
2014-01-13user-manual-metadata: fixup closing tagsBill Traynor
Fixed section tags. Signed-off-by: Bill Traynor <wmat@alphatroop.com>
2014-01-13user-manual-metadata: Added section on Functions.Bill Traynor
Initial dump of the Functions section. Still to be refined later for grammar. Signed-off-by: Bill Traynor <wmat@alphatroop.com>
2014-01-13user-manual-metadata: refactoringBill Traynor
Fixed more closing tags. Signed-off-by: Bill Traynor <wmat@alphatroop.com>
2014-01-13user-manual-metadata: Continued refactoring of the metadata chapter.Bill Traynor
Continuing to reorganize the metadata chapter more logically. Signed-off-by: Bill Traynor <wmat@alphatroop.com>
2014-01-13user-manual-metadata: Added missing section closing tag.Bill Traynor
Added missing closing tag that was causing the doc not to build. Signed-off-by: Bill Traynor <wmat@alphatroop.com>
2014-01-13user-manual-metadata: Fixing parse error.Bill Traynor
Fixed tag mismatch error for <chapter> tag. Signed-off-by: Bill Traynor <wmat@alphatroop.com>
2014-01-13user-manual-metadata: Reorganization of chapter.Bill Traynor
Reorganization of the whole chapter into a more reasonable layout. Addition of various sections to make organization happen. Signed-off-by: Bill Traynor <wmat@alphatroop.com>
2014-01-13user-manual-metadata: More xml fixups.Bill Traynor
Added another closing tag to fix parsing. Signed-off-by: Bill Traynor <wmat@alphatroop.com>
2014-01-13user-manual-metadata: Fixed parse errors.Bill Traynor
Removed extraneous closing tags. Signed-off-by: Bill Traynor <wmat@alphatroop.com>
2014-01-13user-manual-metadata: More xml cleanup.Bill Traynor
Added another closing tag to fix parsing. Signed-off-by: Bill Traynor <wmat@alphatroop.com>
2014-01-13user-manual-metadata: Fixing missing closing tags.Bill Traynor
Added missing section closing tags. Signed-off-by: Bill Traynor <wmat@alphatroop.com>
2014-01-13user-manual-metadata: Added a missing section tag.Bill Traynor
Added a closing section tag to the introductory paragraph in order to fix proper section numbering. Signed-off-by: Bill Traynor <wmat@alphatroop.com>
2014-01-13user-manual-hello.xml: Removed the use of setup.pyBill Traynor
Removed the instruction to use the setup.py script and suggested to simply use bitbake from a directory of the users choosing. Signed-off-by: Bill Traynor <wmat@alphatroop.com>
2014-01-13user-manual-intro: SOme simple grammar clean up.Bill Traynor
Cleaned up wording in the Introduction. Signed-off-by: Bill Traynor <wmat@alphatroop.com>
2014-01-13user-manual: Fixing xml parse error.Bill Traynor
Fixing a tag mismatch detected during document build. Signed-off-by: Bill Traynor <wmat@alphatroop.com>
2014-01-13user-manual: Seeding an Internals chapter.Bill Traynor
Adding a skeleton chapter for describing portions of the BitBake internals.
2014-01-13user-manual-metadata.xml: Add "Inline" the the variable expansion.Bill Traynor
Added the word Inline to the title of the Python variable expansion section. Signed-off-by: Bill Traynor <wmat@alphatroop.com>
2014-01-13user-manual-metadata.xml: Integration of feedback on first draft.Bill Traynor
Began integration of feedback as well as reformatting. Signed-off-by: Bill Traynor <wmat@alphatroop.com>
2014-01-13user-manual-hello.xml: Integrated feedback from review.Bill Traynor
Integrated the feedback received from Richard Purdie and others. Signed-off-by: Bill Traynor <wmat@alphatroop.com>
2014-01-13user-manual-intro.xml: Integrated feedback and cleaned up formatting.Bill Traynor
Following feedback from Richard Purdie, integrated the changes and cleaned up the formatting as per Scott's requirements. Signed-off-by: Bill Traynor <wmat@alphatroop.com>
2014-01-13user-manual-hello.xml: Initial commits for hello world.Bill Traynor
Initial commits for the hello world chapter. Signed-off-by: Bill Traynor <wmat@alphatroop.com>
2014-01-13user-manual-hello.xml: Added Chapter title.Bill Traynor
Added the Chapter title so it would show up in the contents properly. Signed-off-by: Bill Traynor <wmat@alphatroop.com>
2014-01-13er-manual-hello.xml: Fixing up section breaks.Bill Traynor
Setting up the section breaks. Signed-off-by: Bill Traynor <wmat@alphatroop.com>
2014-01-13user-manual-intro.xmlBill Traynor
More fixups. Signed-off-by: Bill Traynor <wmat@alphatroop.com>
2014-01-13user-manual: Fix ups for building.Bill Traynor
Fixing up tags for building. Signed-off-by: Bill Traynor <wmat@alphatroop.com>
2014-01-13user-manual.xml: Fixing up include statements.Bill Traynor
Trying to get the new files to include properly. Signed-off-by: Bill Traynor <wmat@alphatroop.com>
2014-01-13user-manual-intro.xml: Trying to fix up the headings.Bill Traynor
Trying to fix up the section tags to make the compile work properly. Signed-off-by: Bill Traynor <wmat@alphatroop.com>
2014-01-13user-manual-intro.xml: Fixing the screen section.Bill Traynor
Trying to get the formatting correct for fixed width font in the <screen> sections. Signed-off-by: Bill Traynor <wmat@alphatroop.com>
2014-01-13user-manual.xml: Added hello worl include statement.Bill Traynor
Added the xi:include statement for the hello world chapter. Signed-off-by: Bill Traynor <wmat@alphatroop.com>
2014-01-13user-manual-intro.xmlBill Traynor
FIxing up the Docbook source with complete closing tags. Signed-off-by: Bill Traynor <wmat@alphatroop.com>
2014-01-13user-manual-intro.xml: Expanded intro significantly.Bill Traynor
Added serveral bits around the source code layout, obtaining the source code and the concepts the BitBake was based on. Signed-off-by: Bill Traynor <wmat@alphatroop.com>
2014-01-13user-manual-hello.xml: Filling out the Hello World example.Bill Traynor
Building on the blog post written by Eren TUrkay, this chapter explains the Hello World example as generically as possible. Signed-off-by: Bill Traynor <wmat@alphatroop.com>
2014-01-13metadata.xml: Adding more description to metadata.Bill Traynor
Added the description of Metadata as found in the YP Ref Manual. And edited a little. Signed-off-by: Bill Traynor <wmat@alphatroop.com>
2014-01-13user-manual: Fixed a missing closing itemizedlist tag.Bill Traynor
Fixed a missing itemizedlist closing tag. Signed-off-by: Bill Traynor <wmat@alphatroop.com>
2014-01-13user-manual: Seeding a few more intro sections.Bill Traynor
Setting up the sections for downloading source code and exploring the source code. Signed-off-by: Bill Traynor <wmat@alphatroop.com>
2014-01-13user-manual: Added conceptual information to intro.Bill Traynor
Added conceptual information to the introductory chapter including descriptions of the metadata file concepts of: .bb files, .conf files, and .bbclass files. Signed-off-by: Bill Traynor <wmat@alphatroop.com>
2014-01-13user-manual: Adding more information to the intro.Bill Traynor
Added a few more sentences about BitBake, and how it's organized using .bb, .conf, and .bbclass files. Signed-off-by: Bill Traynor <wmat@alphatroop.com>
2014-01-13docs: Adding title page image and update reference.Bill Traynor
Added the user-manual.png title page image to the figures directory and updated the main xml file to point to it. Signed-off-by: Bill Traynor <wmat@alphatroop.com>
2014-01-13docs: Updated the intro with more stuff.Bill Traynor
Updated the introductory material. Began the hello world chapter. Signed-off-by: Bill Traynor <wmat@alphatroop.com>
2014-01-13user-manual-intro: Adding in more introductory text.Bill Traynor
Beginning the full rewrite of this Chapter, additions of more introductory text, as well as file reformatting. Signed-off-by: Bill Traynor <wmat@alphatroop.com>
2014-01-13reformat to wmat branchRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-01-13documentation: Add README based off the YP docs oneBill Traynor
Reusing the README file from the Yocto Project Documentation directory but removed the YP specific content and changed to be specific to BitBake. Signed-off-by: Bill Traynor <wmat@alphatroop.com>
2014-01-13gitignore: Update for recent docs changesBill Traynor
Added a few more files to gitignore file to allow document generation testing. Signed-off-by: Bill Traynor <wmat@alphatroop.com>
2014-01-13user-manual: Separate out chapters into individual filesRichard Purdie
Splitting the manual into a chapter per file makes the content a little more managable. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-01-13user-manual: Import YP Docs templates for usermanual improvementsBill Traynor
Import the necessary pieces to be able to build the BitBake User Manual using make in a similar way that the Yocto Documentation is built. The Makefile has been edited to remove Yocto Project specific content and adapt for bitbake's needs. Signed-off-by: Bill Traynor <wmat@alphatroop.com>
2014-01-13usermanual: Renamed manual dir to user-manual to be consistent.Bill Traynor
Renaming the manual directory to user-manual in order to allow for future additions of specific manual types, such as a dev-manual. Signed-off-by: Bill Traynor <wmat@alphatroop.com>
2014-01-13usermanual: Updated CC License to version 3.0Bill Traynor
Updated the Creative Commons License to the most current version, version 3.0. Also updated the Creative Commons mailing address. Signed-off-by: Bill Traynor <wmat@alphatroop.com>
2014-01-13usermanual: Added 2013 to copyright notice.Bill Traynor
Added 2013 to the list of copyright notice years. Signed-off-by: Bill Traynor <wmat@alphatroop.com>