summaryrefslogtreecommitdiffstats
path: root/documentation/poky-ref-manual
Commit message (Collapse)AuthorAgeFilesLines
* documentation/poky-ref-manual/faq.xml: Updated Python FAQ entryScott Rifenbark2011-06-241-3/+3
| | | | | | | | | | | | | | | | The entry previously stated that only Python 2.6 is required. I added Python 2.7 to that requirement. I also changed the URLs that point to our pre-built tarballs from which the user can get Python 2.6 to be in the yocto-1.0 download area. They were pointing to an area in the index of downloads that was up one level. According to Beth the official location is http://autobuilder.yoctoproject.org/downloads/miscsupport/yocto-1.0- \ python-nativesdk. (From yocto-docs rev: f5ba36dee8094209fa6d3c6f97656588ded0567f) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual/ref-structure.xml: Fixed a type (From ↵Scott Rifenbark2011-06-241-1/+1
| | | | | | | yocto-docs rev: b2f45f73832a2289158bfb89313957a48dded1cd) 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: YOCTO #1104 EXTRA_IMAGE_FEATURESScott Rifenbark2011-06-241-2/+5
| | | | | | | | | | YOCTO #1104: The section that describes how to customize images with new features failed to mention the variable EXTRA_IMAGE_FEATURES. I added text to include that option and referenced the variable. (From yocto-docs rev: 128b53594be02e486ca3f4658b9f93b9913a3972) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual/ref-varlocality.xml: YOCTO #1104 ↵Scott Rifenbark2011-06-241-1/+1
| | | | | | | | | | | | | | EXTRA_IMAGE_FEATURES YOCTO #1104: The section describing the local configiuration file local.conf lists out variables used. One variable it had in there was IMAGE_FEATURES. This variable is not in local.conf. But, EXTRA_IMAGE_FEATURES is the variable that is there. I corrected this. (From yocto-docs rev: 2698d0fc61adc8971a84436529a54190c998d4d6) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual/ref-features.xml: YOCTO #1104 EXTRA_IMAGE_FEATURESScott Rifenbark2011-06-241-6/+8
| | | | | | | | | | | | The Images reference section states you can control what features are in an image by using the IMAGE_FEATURES variable. It failed to mention the EXTRA_IMAGE_FEATURES variable. I included this variable in the discussion. (From yocto-docs rev: 6c7789bd409f43a3978c09c43db31010bc461573) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual/ref-variables.xml: YOCTO #1104 ↵Scott Rifenbark2011-06-241-1/+5
| | | | | | | | | | | | | EXTRA_IMAGE_FEATURES Added a cross-reference to the EXTRA_IMAGE_VARIABLES glossary term and provided more explanation describing the relationship between the variable and the IMAGE_FEATURES variable. (From yocto-docs rev: 227c11b8d81e9ae266b7e60172d0a5e9e1237ed0) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual/ref-variables.xml - YOCTO #1104 ↵Scott Rifenbark2011-06-241-0/+43
| | | | | | | | | | | | EXTRA_IMAGE_FEATURES YOCTO #1104 - Added a glossary entry for the EXTRA_IMAGE_FEATURES variable. (From yocto-docs rev: f81a85322d944d33484da73020593891811a045a) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: updated manual historyScott Rifenbark2011-06-131-0/+5
| | | | | | | | | | | I added an entry to represent the Yocto Project 1.0.1 Release into the manual history table for all of the manuals except the Yocto Project Quick Start, which does not have a table. (From yocto-docs rev: d2c570b18854b3f15dfb20436a2212f569e96d5f) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: [YOCTO #1025] build system for docsBeth Flanagan2011-06-131-38/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | These changes fix the following issues: 1. Multiple Makefiles. There really is no need for this. 2. Unable to maintain more than one version of the docs on the webserver. This is a quick fix to enable the above. In order to build the documentation, at the top level, issue a: make all DOC=<doc directory name> make all DOC=kernel-manual Also, some changes need to occur on the webserver to fully incorporate these fixes. http://www.yoctoproject.org/documentation/ The docs are now published to: http://www.yoctoproject.org/docs/<Release MM.mm>/<doc name> The main page should be changed to point not only to the current doc release, but also to the prior releases. This will enable us to maintain prior release documentation without stomping over it when we publish new docs. Also, we'll need to repoint the yocto-quick-start link to yocto-project-qs. Or rename documentation/yocto-project-qs/* to support the website naming. (From yocto-docs rev: 2651790d80fd32cd4619eeb5375f6ee28e7e7fda) Signed-off-by: Beth Flanagan <elizabeth.flanagan@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual/faq.xml: Added new FAQ entry x-toolchainScott Rifenbark2011-06-131-0/+33
| | | | | | | | | | Added a new FAQ entry per Richard Purdie answering the question 'How do I use an external toolchain?' (From yocto-docs rev: 58b78df0d78637234cbcb0e70e225b72ba0f9a2b) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* BUGID#_1083 - documentation/poky-ref-manual/usingpoky.xml: -k option addedScott Rifenbark2011-05-231-0/+8
| | | | | | | | | | In the section 2.1.1 BitBake I added a paragraph at the end of the discussion about BitBake explaining the benefits of the '-k' and '--continue' options. (From yocto-docs rev: 409e01cedbe8d93c29856fa2a49d5f9db91f5201) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual/faq.xml: Added FAQ entry for filename spacesScott Rifenbark2011-05-171-0/+18
| | | | | | | | | | Added a new entry for we do not support spaces in filenames. This entry was suggested by Richard. (From yocto-docs rev: 27d7f951056fb55bddcd7a71374359583c635073) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* BUGID#_ 1068 - documentation/poky-ref-manual/extendpoky.xml: updated hello ex.Scott Rifenbark2011-05-171-1/+1
| | | | | | | | | Changed the hello_2.2.bb example to hello_2.3.bb (From yocto-docs rev: b1d07533b82a37aa5e52ebdbb3e9629e2b8ba549) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: Removed hardcoded user name from publish optionScott Rifenbark2011-05-101-2/+2
| | | | | | | | | | | I removed the hardcoded name from the publish option. This involved updating the Makefiles. The publish option is still temporary as a more permanent solution is being created. (From yocto-docs rev: 6878b2ccdb98b18c438ca419e1caad0041a2bc00) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* BUGID#_807: documentation/poky-ref-manual/ref-variables.xml: BBFILE_PRIORITY ↵Scott Rifenbark2011-05-101-3/+16
| | | | | | | | | | | | updated BUGID#_807 - I updated the description of the BBFILE_PRIORITY variable to provide more detail. Input from Tom Zanussi on this fix. (From yocto-docs rev: 90f9fd0c3bcf5c772423fa53f1f00579eba1bdeb) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual: Removed the PNG files in screenshotsScott Rifenbark2011-05-104-0/+0
| | | | | | | | | | | The directory screenshots is no longer used in this manual. Previously, only one file (ss-sato.png) was used and I have moved it to the figures folder. (From yocto-docs rev: 1c75a62b33910ff951601dedd32b79bebb41090c) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual: Added new title graphicScott Rifenbark2011-05-105-13/+23
| | | | | | | | | | | | | | | | | I have removed the multi-colored POKY image that was used for the title of the Poky Handbook. The image I put in here is in line with the other graphics used as titles for our Yocto Project documentation. To accomplish this I had to create and add a new PNG file named poky-title.png. I placed this image in the figures folder. I removed the poky-ref-manual.png file (old figure). I also had to alter the Makefile to use the new figure as part of the tarball. Finally, I had to alter the HTML style sheet (style.css) to include the new file. (From yocto-docs rev: 6c44fca054c1c105daea6fa42f89a7f78a6d12cd) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual/figures/ss-sato.png: Added this file.Scott Rifenbark2011-05-101-0/+0
| | | | | | | | | | I moved this file from the screenshots directory to the figures directory so that all figures would be in the figures directory. (From yocto-docs rev: b61915e6cdf7dfedc4588cd59f252088a1069b65) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual: Figures cleanupScott Rifenbark2011-05-104-2/+2
| | | | | | | | | | | | | | | | | | I removed two figures from the figures directory: cropped-yocto-project-bw.png and yocto-project-transp.png. Both figures are relics and not used in the manual. I also altered the Makefile to pull the ss-sato.png file from the figures directory instead of the screenshots directory. I moved this PNG file from the screenshots directory to the figures directory so that all figures would be in the figures directory. Finally, I updated the introduction.xml file so that the html code to include the ss-sato.png file pulls it from the figures directory and not the screenshots directory. (From yocto-docs rev: daa15c232d8c46d94cafd080e03318c733ec089f) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* BUGID#_956: documenation/poky-ref-manual/Makefile: Updated publishScott Rifenbark2011-05-101-4/+6
| | | | | | | | | | | BUGID#_956: I updated the publish option so that the HTML and PDF versions of the manual are automatically pushed to the Yocto Project website. This fix takes care of BUGID#_956 for the Poky Reference Manual. (From yocto-docs rev: aed87d15ce9df0835b704fda1e9d8f464d070e32) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual/Makefile: BUGID#_956 - fixed publish URLScott Rifenbark2011-05-091-1/+1
| | | | | | | | | | Fixed the remote publish URL used to push the HTML and PDF files to the website. (From yocto-docs rev: c5c170c582ca0a483aca13b7ddaa7f4d99a3aaf9) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: Update publishing locationSaul Wold2011-05-091-1/+1
| | | | | | | (From yocto-docs rev: 2f55104fe696f55d1f4ebb7f2cfcb3a2fd89385e) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual/resources.xml: removed referenct to poky linux ↵Scott Rifenbark2011-05-091-1/+2
| | | | | | | | | | | | | | site There was a reference to the pokylinux.org home site. I commented this item out so it does not show in the user documentation. I was unclear on whether the reference should have been entirely removed from the manual or not. (From yocto-docs rev: 1cda8aab1336cc81648536e1f7d2777047673a64) 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: removed pokylinux.org linkScott Rifenbark2011-05-091-1/+1
| | | | | | | | | | | | There was a link whose URL was http://autobuilder.pokylinux.org:8010. I changed the link to use yoctoproject.org. Note that this URL was not visible to the reader in the manual. However, it was there in the DocBook code. (From yocto-docs rev: ca1cf9fb404f148fe4f0868630dc4f109231c5c3) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual/ref-images.xml: [BUGID#_1004] - ↵Scott Rifenbark2011-05-091-1/+1
| | | | | | | | | | | | EXTRA_IMAGE_FEATURE [BUGID#_1004] - The statement indicating to comment out EXTRA_IMAGE_FEATURE was incorrectly shown as IMAGE_EXTRA_FEATURE. I corrected this. (From yocto-docs rev: e18da2d4e4520a60045f869ca0c63a34c16e3e89) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Rename poky-image.bbclass to core-image.bbclassRichard Purdie2011-04-211-2/+2
| | | | | | (From yocto-docs rev: c4d0d454e5b484246a9a1b0d29da41a85a8f442c) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Rename poky-extract-sdk to runqemu-extract-sdkRichard Purdie2011-04-211-1/+1
| | | | | | (From yocto-docs rev: b4189cf91d4bc79fa1d6ab09fd99d1204dad5b01) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Rename poky-image-* -> core-image-* and task-poky-* -> task-core-*Richard Purdie2011-04-214-22/+22
| | | | | | (From yocto-docs rev: 0feb6b8f9621087ba5fd77d3c8f3e23132c97187) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Replace POKYBASE with COREBASERichard Purdie2011-04-211-1/+1
| | | | | | (From yocto-docs rev: 3459e26cfaf1ba12c6e998f233dbd4a4aa4214b3) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Rename poky-init-build-env to oe-init-build-envRichard Purdie2011-04-212-7/+7
| | | | | | (From yocto-docs rev: 15bedcbd988300c2fdf880c5f15def50310049e2) 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-variables.xml: added SSTATE_DIR variableScott Rifenbark2011-04-061-0/+6
| | | | | | | | | | | Due to some changes in the file structure for 1.0 there is a new directory for the shared state. The variable SSTATE_DIR can be used to point to the directory. I added this variable to the list of documented variables. (From OE-Core rev: fe939d7181856145ea26c193be131883da182fcd) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual/ref-structure.xml: Edits for Rel 1.0Scott Rifenbark2011-04-061-6/+97
| | | | | | | | | | | These edits reflect changes in the directory structure from the 0.9 version of the software to the 1.0 version. This set of changes still is missing a few items. Changes were based on Saul Wold's input. (From OE-Core rev: 6288e2af1b05d849e53b90071c66bc893ba015b6) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual/ref-classes.xml: tag updatesScott Rifenbark2011-04-061-55/+32
| | | | | | | | | | Removed the various styles for commands and such and replaced with simple <filename>/</filename> pairs. (From OE-Core rev: c5a0cc3e6a2f1e7eb1a90c67d2a038d3dc18b1ba) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual/ref-classes.xml: re-write of autotooled packagesScott Rifenbark2011-04-061-18/+21
| | | | | | | | | | | Section C.2 (Autotooled Packages) was re-written. I removed a bunch of <variable> tags and replaced them with <filename>. Also removed some Britishisms. (From OE-Core rev: 7a932962fb8f0dbfe14eb2d3636ddbb1c974b947) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual/ref-classes.xml: Fix to <filename> tagScott Rifenbark2011-04-061-1/+1
| | | | | | | | | | Had to fix the <variable> tag by replacing it with <filename>. Previous commit didn't work so this is fixing it. (From OE-Core rev: 263e572055b09ad2f432f1feda797813ef254e74) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* document/poky-ref-manual/ref-classes.xml: removed <function> tagScott Rifenbark2011-04-061-1/+1
| | | | | | | | | | I got rid of the <function> tag and replaced with <filename>. We have too many styles. (From OE-Core rev: 5ac97ba191c8707ff20105626427998df997d221) 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-structure.xml: bitbake section updatedScott Rifenbark2011-04-061-3/+2
| | | | | | | | | | | | Section A.1.1 (bitbake/) contained two URLs. One supposedly went to a BitBake site and the other to the BitBake online manual. In reality, they both went to the online manual. I removed the one referencing the site. (From OE-Core rev: 02c360c3e57409a3982db73ed2b998a7c58610a6) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual/development.xml: OProfileUI section updatedScott Rifenbark2011-04-061-7/+6
| | | | | | | | | | | Section 5.3.2 (Using OProfileUI) was out of date. Several of the URLs would not resolve. They were pointing to openedhand links that had not been maintained. I updated the entire section. (From OE-Core rev: 4678fcba5ab02669009d0ab67ec802f2ce1b087f) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual/development.xml: Corrected command syntaxScott Rifenbark2011-04-061-1/+1
| | | | | | | | | | | | | In section 5.2.2. (Building the Cross-GDB Package) there was a resulting directory listed where you could find the binary. The directory had a couple of variables for 'host-arch' and 'target-abi'. There was a mis-guided angle bracket wrapping the 'host-arch' variable. This was fixed. (From OE-Core rev: a4fbf5caabb9ded34885612ae093759c82d7d2cb) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual/development.xml: Edits for Eclipse and AnjutaScott Rifenbark2011-04-041-9/+37
| | | | | | | | | | | | | I commented out a large section of the chapter, which went into detail on how to locate, install, configure, and use the Yocto Ecliple plug-in. This information is redundant in this book and is better explained in the ADT Manual. I am referencing the information from this chapter now. (From OE-Core rev: f4f4efbf3f0b19fdb05ddf48ab48b4f42109a289) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual/poky-ref-manual.xml: Updated rev-history tableScott Rifenbark2011-04-041-2/+2
| | | | | | | | | Updated the revision history table for the manual. (From OE-Core rev: 65c7bb8489de654cc02dcff0dfff21754e2e5ce8) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual/usingpoky.xml: [BUGID# 929] - Note added ↵Scott Rifenbark2011-03-311-0/+6
| | | | | | | | | | | | | | warning about switching up GPL versions In chapter 2 where we talk about building images I added a new note indicating that the user should not switch around using different GPL versions when trying to rebuild an image as it can cause dependency failures. (From OE-Core rev: f84441dbcc8254062d55d2452d3d6f4bc6f907fe) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* - documentation/poky-ref-manual: Notes added for non-GPLv3 buildsScott Rifenbark2011-03-182-1/+18
| | | | | | | | | | | | | | | | [BUGID# 873] - Added a note in the Images Appendix indicating that building an image without GPLv3 components is only supported for base and minimal images. Also put the two changes you have to do to the local.conf file for the build. Added a note in the second chapter in the section on building images. The note indicates the same as in the appendix but does not go into the local.conf file detail. (From OE-Core rev: c7960a2e820d7ddb8649ab0b27b3f04843f7af0d) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual/faq.xml: Added entry about proxy and firewallScott Rifenbark2011-03-181-0/+96
| | | | | | | | | | This is an explanation on how to get by the proxy or around the firewall when Poky is trying to find and download sources. (From OE-Core rev: 426df8458bb37c81afc6fe03f0e1300985c8d059) 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: Formfactor path correctedScott Rifenbark2011-03-181-1/+1
| | | | | | | | | | | I changed the path 'meta/packages/formfactor/files/config' to 'meta/recipes-bsp/formfactor/files/config' per Joshua Lock's instruction for correctness. (From OE-Core rev: b89ea64db2978f0ec9271565590a5a0529d396f1) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>