summaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Collapse)Author
2014-08-01bitbake-user-manual-metadata.xml: Fixed variable flags example.Scott Rifenbark
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2014-08-01bitbake-user-manual-fetching.xml: Minor edits to clearcase fetcherScott Rifenbark
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2014-08-01bitbake-user-manual/bitbake-user-manual-intro.xml: Fixed linkScott Rifenbark
I inadvertantly used a &YOCTO_* variable in the book to get a link to the landing YP page. Of course this does not work. I replaced it with the actual URL. Unfortunately, a previous commit slipped through that would have prevented the manual from "making" correctly. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2014-08-01bitbake-user-manual-fetching.xml: Added new clearcase fetcher module.Scott Rifenbark
Reported-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2014-07-23"per-package" should say "per-recipe"Robert P. J. Day
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-07-22Updated the the example 'bitbake -h' output to match the actualScott Rifenbark
output, which has been recently patched to fix the '-S SIGNATURE_HANDLER, --dump-signatures=SIGNATURE_HANDLER' option. Note also, that I have added a new option that has since appeared in the output but was not in the manual's example. That option added is '--token=XMLRPCTOKEN'. Reported-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2014-07-21bitbake-user-manual-metadata.xml: fixed some example whitespace issuesScott Rifenbark
I added some whitespace to bring the example to use 5 spaces rather than for so that it follows the manual's convention. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2014-07-21bitbake-user-manual-metadata.xml: KERNEL_FEATURES example updated.Scott Rifenbark
I added text to separate this example code from the general BitBake User Manual's spirit of standing alone and away from YP or OE stuff. Also, added another space to move the examples code so that 5 spaces are used for literal indentation. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2014-07-21bitbake-user-manual-metadata.xml: Fixed whitespaceScott Rifenbark
I noticed that the examples from some patches were not indenting by 5 spaces. I have fixed these to be consistent. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2014-07-21bitbake-user-manual-metadata.xml: Removed fakeroot from listRobert P. J. Day
"fakeroot" is now specified as a function attribute, not as a task flag. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2014-07-21bitbake-user-manual-metadata.xml: Added second conditional metadata example.Robert P. J. Day
I think having a couple real-life examples here would make a huge difference. Comment from Scott: I modified the example description to indicate that it is from an OpenEmbedded metadata-based recipe (i.e from YP). We have been trying very hard to keep the BitBake User Manual as separate as possible from the YP docs. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2014-07-21bitbake-user-manual-metadata.xml: Adding some flag examples.Robert P. J. Day
As long as i've understood everything correctly, this is just throwing in some physical examples of a couple concepts. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2014-07-21bitbake-user-manual-metadata.xml: Edits to some operatorsScott Rifenbark
Added wording to clearly state immediate or delayed application for various operators. Reported-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2014-07-21bitbake-user-manual-execution.xml: Minor edits to execution chapter.Robert P. J. Day
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2014-07-21bitbake-user-manual-intro.xml: More edits to the intro chapter.Robert P. J. Day
Some applied as is, some not applied, some modified. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2014-07-21bitbake-user-manual-intro.xml: Minor edits to start of intro chapterRobert P. J. Day
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2014-07-21bitbake-user-manual-metadata.xml: Replaced "populate_staging"Robert Yang
There is no "populate_staging" any longer, should be "populate_sysroot". Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2014-07-21bitmake-user-manual-fetching.xml: Added transportuser parameter for SVNScott Rifenbark
Fixes [YOCTO #6475] A new parameter has been added to make sure the user is not passed as the username for the subversion commands with the SVN fetcher. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2014-07-03templates: Added newline character to end of script.Scott Rifenbark
Prevents errors when editing in vi and writing and quiting. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2014-06-27bitbake-user-manual-ref-variables.xml: Edits to OVERRIDES variable.Scott Rifenbark
More detail. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2014-06-27bitbake-user-manual-execution.xml: Minor fixes.Robert P. J. Day
Collection of typo and grammar fixes from "Execution" chapter. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2014-06-27bitbake-user-manual-intro.xml: Minor fixes mostly grammar adjustments.Robert P. J. Day
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2014-06-26bitbake-user-manual-fetching.xml: Small fix in Git FetcherScott Rifenbark
Fixed how we refer to the "rev" paramater. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2014-06-26bitbake-user-manual-execution.xml: Typo and grammar fixes.Robert P. J. Day
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2014-06-26bitbake-user-manual-execution.xml: Edits to "Providers and Preferences"Scott Rifenbark
I split this section into two sections and tried to simplify what was being said about PROVIDES. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2014-06-26bitbake-user-manual-fetching.xml: Small wording change.Scott Rifenbark
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2014-06-26bitbake-user-manual-ref-variables.xml: Edits to PROVIDES variable.Scott Rifenbark
Added some more detail to help describe the variable. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2014-06-25bitbake-user-manual-style.css: Added permalink style for displayScott Rifenbark
Fixes [YOCTO #5772] Added a couple styles to the CSS style sheet so that the displayed permalink symbol is barely visible unless you hover over it with the mouse. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2014-06-25bitbake-user-manual-customization.xsl: Added support for variable permalinks.Scott Rifenbark
Fixes [YOCTO #5772] Including the gloss-permalink.xsl file in the customization layer so that making the manual now generates permalinks for each variable definition in the glossary. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2014-06-25template: Added XSL template to support variable glossary permalinks.Scott Rifenbark
Fixes [YOCTO #5772] This file enables creation of permalinks for variables defined in the glossary. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2014-06-25bitbake-user-manual-intro.xml: Edits to "Obtaining BitBake"Scott Rifenbark
Updated the last bullet item that describes a final way to obtain a copy of BitBake. The example was too specific regarding Poky and OE. So, I made it quite generic and kept with the convention of not having any specific links from the BitBake manual into YP docs or such. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2014-06-25bitbake-user-manual-intro.xml: Basic proofreading, grammar fixes.Robert P. J. Day
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2014-06-18bitbake-user-manual-fetching.xml: Grammar, typo, and tweaks.Robert P. J. Day
Various grammatical and typo tweaks all in fetching chapter, including moving CVS section after wget section for more logical content flow. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2014-06-18bitbake-user-manual-style.css: Removed dead .PNG fileScott Rifenbark
Fixes [YOCTO #6430] I removed an old .PNG file that is not used. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2014-06-18bitbake-user-manual: Added permalink support.Scott Rifenbark
Fixes [YOCTO #5772] I added the five XSL templates to the template folder. I updated the bitbake-user-manual-customization.xsl layer file to include the new templates. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2014-06-18bitbake-user-manual-customization.xsl: Removed stale TOC variable.Scott Rifenbark
I deleted the commented out xsl:param line that attempts to set labeling for Appendices. It had been replaced by a working line. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2014-06-18bitbake-user-manual-fetching.xml: Edits to the Git Submodule fetcher section.Scott Rifenbark
Exchanged "SRC_URI" for "URI" for clarity. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2014-06-18bitbake-user-manual-fetching.xml: Added new Git Submodule Fetcher section.Scott Rifenbark
Added the "GIT Submodule Fetcher (gitsm://)" section to the fetchers chapter. This information was provided by Chris Morgan. Reported-by: Chris Morgan <chmorgan@gmail.com> Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2014-05-19fetch2/gitsm: Documentation improvements for gitsm:// fetcherChris Morgan
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-04-17bitbake-user-manual-hello.xml: Edits to the "Hello World" Appendix.Scott Rifenbark
Fixes [YOCTO #1973] These are review changes applied from Paul Eggleton. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2014-04-15bitbake-user-manual-hello.xml: First draft of "Hello World" appendixScott Rifenbark
Fixes [YOCTO #1973] Added the complete "Hello World" appendix first draft beyond what Bill Traynor had supplied. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2014-04-15bitbake-user-manual-hello.xml: Edits to environment for hello world.Scott Rifenbark
Some general edits to the sections that get you set up to run the "Hello World" example. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2014-04-14bitbake-user-manual-metadata.xml: Added section on pathname syntaxScott Rifenbark
Added a brief subsection to the "Basic Syntax" section that describes the issue using the tilde character (~) when providing a pathname as part of a statement. BitBake does not expand this character like the shell does. We recommend to not use it in pathnames. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2014-04-14bitbake-user-manual-ref-variables.xml: Edits to the BBPATH variable.Scott Rifenbark
I took the stuff about running bitbake outside the build directory and removed the note syntax. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2014-04-14bitbake-user-manual-ref-variables.xml: Fixed BBPATH exampleScott Rifenbark
The example used in the note in the BBPATH variable description had incorrect syntax. Spaces existed in the BBPATH = statement. I have removed them. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2014-04-14user-manual-hello.xml: General editsScott Rifenbark
I worked through the chapter and made some minor edits based on my user experience. Part of what I did was to update the console output for the examples. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2014-04-14bitbake-user-manual-hello.xml: Fixed two broken links.Scott Rifenbark
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2014-04-14bitbake-user-manual-metadata.xml: New section on anonymous Python functionsScott Rifenbark
Per Paul Eggleton's suggestion, I added a new section on anonymous Python functions into the "Functions" section. I also updated the intro text to account for the added type of functions. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2014-04-11bitbake-user-manual-metadata.xml: Edits to flexible inheritance section.Scott Rifenbark
Fixes [YOCTO #5472] Applied review edits from Paul Eggleton to this section. Minor edits and some re-writing. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2014-04-11doc: Rename user-manual -> bitbake-user-manualRichard Purdie
This manual gets combined with other manuals and in that context, it helps a lot if its seen as the Bitbake User Manual. Renames are a pain but this is worthwhile so that other docs can correctly be combined with this one. This also clarifies things like google search results which is helpful. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>