summaryrefslogtreecommitdiffstats
path: root/documentation/poky-ref-manual/ref-bitbake.xml
Commit message (Collapse)AuthorAgeFilesLines
* documentation/poky-ref-manual/ref-bitbake.xml: 1.1.2 variables and updatesScott Rifenbark2012-06-291-12/+12
| | | | | | | | | | First pass at implementing the poky.ent variables. Made some obvious typo corrections as well. (From yocto-docs rev: 4773e7703d88456b272c13dc197c94bd7b09d59e) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: cross-manual links hard-coded for 1.1.1 release.Scott Rifenbark2012-01-301-2/+2
| | | | | | | | | | All the links to any YP manual for the 1.1.1 release now use "http://www.yoctoproject.org/docs/1.1.1/....". (From yocto-docs rev: 178d16e8693550341a4d307e36af934ce0bfe4c3) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual/ref-bitbake.xml: Updated BitBake Running a TaskScott Rifenbark2012-01-301-1/+43
| | | | | | | | | | | | | | | | | | | | | | I added more information about how BitBake actually runs a task. The information has to do with how tightly BB controls the execution environment of the build tasks to prevent contamination from the build machine from leaking into the task execution environment. This tight control actually causes some unexpected behavior during builds. For example, when a user exports and BB_ENV_EXTRAWHITE an environment item such as CCACHE_DIR, the effects of the environment item never make it to the BB task execution environment. They only make it to the data store. The user actually has to take some extra steps to export that environment item into the task execution environment. The added information I put into the "Running a Task" section describes these extra steps. Fixes [YOCTO #689] Reported-by: Wolfgang Denk <wd@denx.de> (From yocto-docs rev: f75a9d384c0d5ccaefe7ac2195917531b153cf5e) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: scrubbed out 'glibc' and replaced with 'eglibc'Scott Rifenbark2011-10-041-1/+1
| | | | | | | | | | | | | | Several manuals and areas were still referring to 'glibc' as the GNU version of the Unix statndrd C library. We do not support this any longer and now use 'eglibc' to build with. Notable changes were in the required packages area of the QS manual. I also added a bit in the reference guide saying how this release does not use 'glibc' to build with but rather 'eglibc'. (From yocto-docs rev: c2c58914996d747c510706d78ecfd8f41c5e694d) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: typo, spelling & minor grammar fixesPaul Eggleton2011-08-241-2/+2
| | | | | | | (From yocto-docs rev: a5b069b04979a566b08415cf27af2ad6abf90f2f) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: manpage -> help outputPaul Eggleton2011-08-241-1/+1
| | | | | | | | | Replace the reference to this being the manpage. (From yocto-docs rev: ebb689a8ccc2aaf5d21341c69899588e77d5172c) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual/ref-bitbake.xml: scrubbed for PokyScott Rifenbark2011-08-231-73/+97
| | | | | | | | | | | I swapped the Yocto Project for Poky throughout. Some other general edits were done. I put in a reference to a spot to learn how to best set the BB_NUMBER_THREADS variable. (From yocto-docs rev: 2543a915957014a59e6c49a1cdde270725d47af3) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual/extendpoky.xml: Changed bitbake to BitBake ↵Scott Rifenbark2011-07-211-1/+1
| | | | | | | (From yocto-docs rev: 2b95f152d40aacc7d88e755a27154dfb3153c6ee) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Rename poky-image-* -> core-image-* and task-poky-* -> task-core-*Richard Purdie2011-04-211-3/+3
| | | | | | (From yocto-docs rev: 0feb6b8f9621087ba5fd77d3c8f3e23132c97187) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual/ref-bitbake.xml: style tags updatedScott Rifenbark2011-04-061-18/+18
| | | | | | | | | | | I got rid of the <filename class='directory'...> and <filename class='extension'...> and replaced with simple <filename>/</filename> pairs. (From OE-Core rev: 1bcdaf8d3d39680c154144227ee2caca9a7bb3e5) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual/ref-bitbake.xml: BitBake parsing section updateScott Rifenbark2011-04-061-4/+2
| | | | | | | | | | | | In section B.1 (Parsing) it said that BBFILES variable by default specified the direcotyr 'meta/packages/' as the place to look for .bb files. This directory is invalid and needed to be changed to 'meta/packages/'. (From OE-Core rev: c48325b1f23201a1e7790bfd7c52191baf14878f) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual/ref-bitbake.xml: type fixedScott Rifenbark2011-04-061-1/+1
| | | | | | | | | | Section B.4 (The Task List) had the typo "taksks". Changed to "tasks." (From OE-Core rev: 7cbd6bb020e16ceb1894a408852648a915f193f3) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual/ref-bitbake.xml: Grammar fixScott Rifenbark2011-04-061-1/+1
| | | | | | | | | | Section B.2 (Preferences and Providers) had a grammar error. It said "An common example is..." I fixed it. (From OE-Core rev: 6d04a9ff381b7771b6f080928d4416b76e76cbb0) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual/ref-bitbake.xml: removed 'varname' styleScott Rifenbark2011-04-061-3/+3
| | | | | | | | | | I replaced varname style with filename style. Looks better. We have too many styles. (From OE-Core rev: 1b63d69c3c2e4b5561dc59d020b59d875420872f) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual/ref-bitbake.xml: Completed general edits.Scott Rifenbark2010-12-101-134/+135
| | | | Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* documentation/poky-ref-manual: changes applied from a patch submitted by ↵Scott Rifenbark2010-12-101-1/+1
| | | | | | | | Cyril Humbert. Cyril submitted a patch via email form for several spelling corrections. The master docs, however, are not up-to-date with what I have on my contrib area. Many of Cyril's corrections were already addressed. A few were not and I have updated them here with this commit. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* documentation/poky-ref-manual: General edits up the Parsing section.Scott Rifenbark2010-12-101-41/+41
| | | | Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* documentation/poky-ref-manual: Changed spelling of bitbake to "BitBake" when ↵Scott Rifenbark2010-12-101-8/+8
| | | | | | | | used in text. There is inconsistent use of how BitBake is spelled. Sometimes it uses no capitalization, just a leading "B", or "BitBake". I looked at the BitBake manual and it seems that "BitBake" is the correct way to refer to it. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* documentation/poky-ref-manual: Various tweaks to the textRichard Purdie2010-10-151-1/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* handbook: Move into documentation directoryRichard Purdie2010-10-151-0/+348
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>