summaryrefslogtreecommitdiffstats
path: root/documentation
Commit message (Collapse)AuthorAgeFilesLines
* documentation/bsp-guide/bsp.xml: Updated Example Filesystem LayoutScott Rifenbark2011-05-171-0/+20
| | | | | | | | | | | | Added more explanation about the base directory (meta-<bsp_name>) to the Example Filesystem Layout section. These changes were suggested by Tom Zanussi to help users understand better how to add BSP layers to the build system. (From yocto-docs rev: ced445910363b2f10b5b5ca72236f54ae4b7e050) 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>
* documentation/bsp-guide/bsp.xml: Updated link to BSP Download siteScott Rifenbark2011-05-171-7/+7
| | | | | | | | | | | | | In the 'BSP Click-Through Licensing Procedure' section there was an old link to the BSP download page on the Yocto Project website. The link was non-functional. I fixed the link so that it points to the Yocto Project BSP Download page. I also re-wrote the paragraph to read better. (From yocto-docs rev: b87714fa54f71aa061126b7f29d80723a90818e8) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/bsp-guide/bsp.xml: Updated /binary explanationScott Rifenbark2011-05-171-2/+2
| | | | | | | | | | | | | | In the '1.1.3 Pre-built User Binaries' section it said that the ADT and minimal images were kept in the optional meta-<bsp_name>/binary directory. Jianjun Xu pointed out that in fact it is just the minimal and sato images here. I also confirmed with Tom as well. I re-wrote this sentence to be clearer and more accurate. (From yocto-docs rev: 6757abff52841b5d1e1991ab22314fa7a243a87d) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/bsp-guide/bsp.xml: BBFILES statement corrected.Scott Rifenbark2011-05-171-2/+3
| | | | | | | | | | | | In the '1.1.4 Layer Configuration File' section there was a BBFILES statment that used the '\' character to indicate a continuation of the command on the following line. However, the example did not use a new line. I added the hard-return to correct that in the example. (From yocto-docs rev: 185352ae2f5879a8418715053f3791b167bd6d7e) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/bsp-guide/bsp.xml: bsp exmaple name fixedScott Rifenbark2011-05-171-1/+1
| | | | | | | | | | Changed the example BSP name 'meta-intel_n450' to 'meta-n450' in the section 'Example Filesystem Layout.' Error found by Jiajun Xu. (From yocto-docs rev: 0dd6f97dcc51cec4bae96ca0430af9300619749f) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/yocto-project-qs/figures/yocto-environment.png: New figureScott Rifenbark2011-05-171-0/+0
| | | | | | | | | | There is a newer version of the yocto-environment.png file that has OE-branding. This is the figure used now. (From yocto-docs rev: 094c0c9661ec1c00da2a1fd0ab4818c0075a8b52) 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/yocto-project-qs/yocto-project-qs.xml: changed build commandScott Rifenbark2011-05-171-2/+2
| | | | | | | | | | | | The command used in the example to build an image was using 'bitbake core-image-sato', which is only available in master and not Bernard. So, I changed the command to be 'bitbake poky-image-sato' at Dave Stewart's request. He located and pointed out the error. (From yocto-docs rev: 3fa83550aaec5a3549825814a77fa7a823a2daea) 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-104-8/+8
| | | | | | | | | | | 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>
* documentation/adt-manual/Makefile: removed hardcoded name from publishScott Rifenbark2011-05-101-2/+2
| | | | | | | | | I removed the hardcoded name from the publish script. (From yocto-docs rev: 31f4b6c46944deb055f44fdbe2bdd93b97331849) 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/kernel-manual: removed a figure and updated makefileScott Rifenbark2011-05-102-1/+1
| | | | | | | | | | | I removed the figures/kernel-big-picture.png file as it is not used in the manual. I also had to update the Makefile so that it would not include this PNG file in the tarball. (From yocto-docs rev: 461ab9525d16dbbdf5f5c56c16028cae911309b9) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* BUGID#_956: documentation/kernel-manual/Makefile: Updated publish optionScott Rifenbark2011-05-101-9/+5
| | | | | | | | | | | BUGID#_956 - I updated the makefile so that the publish option automatically pushes the HTML and PDF files to the Yocto Project website. This takes care of BUGID#_956 for the Kernel Manual. (From yocto-docs rev: d67a05f2256df63e182e43f8dd10ec7a54763762) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/kernel-manual/figures/yocto-project-transp.png: RemovedScott Rifenbark2011-05-101-0/+0
| | | | | | | | | I removed this PNG file as the picture is not used in the manual. (From yocto-docs rev: be06cb5854d66974606616c73c9574152bf80973) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* BUGID#_956 - documentation/bsp-guide/Makefile: Updated for publish processScott Rifenbark2011-05-101-4/+6
| | | | | | | | | | | BUGID#_956: I updated the Make file so that it will push the HTML and PDF files automatically to the yocto project site. This takes care of BUGID#_956 for the BSP Guide. (From yocto-docs rev: 684f1836056c977c08a27a0a80d622e360977919) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/bsp-guide/figures/poky-ref-manual.png: Removed figureScott Rifenbark2011-05-101-0/+0
| | | | | | | | | Removed this figure as it is not used in the manual. (From yocto-docs rev: 6fa2c18a7ea647386a113e0e50860d66ecb83e4a) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/yocto-project-qs/Makefile: BUGID#_956 - Modified PublishScott Rifenbark2011-05-091-5/+7
| | | | | | | | | | | | Fixed the makes file so that the HTML file and the CSS file are automatically published to the appropriate directory in the Yocto Project website. Also the PNG files (4) are published to the directory's 'figures' folder. This fixes BUGID#_956 for the Quick Start manual. (From yocto-docs rev: e315f2ca65c5003e2ad02bd89f0850a79dc548bf) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/yocto-project-qs/figures: Removed two figuresScott Rifenbark2011-05-092-0/+0
| | | | | | | | | | | Two figures (cropped-yocto-project-bw.png and white-on-black.png) were not used in the manual. I removed them from the figures directory. (From yocto-docs rev: 45bbf6566e034fe47e5fd6afe8ddb7de7f021443) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/yocto-project-qs/yocto-project-qs.xml: fixed typoScott Rifenbark2011-05-091-1/+1
| | | | | | | | | There was an occurance of 'the the' in the manual. I removed it. (From yocto-docs rev: fae94d71d74434abd8d306a045cdb95efe1dd9b3) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/adt-manual/Makefile: BUGID#_956 - Changes to push to websiteScott Rifenbark2011-05-091-5/+7
| | | | | | | | | | | | Several changes made so that the HTML and PDF files as well as the CSS style sheet and any PNG figures get published to the Yocto Project website in the ADT Manual directory. This fixes BUGID#_956 regarding the ADT Manual. (From yocto-docs rev: 4dde2130b6ee6816f2cf012fc488c972bdd668c1) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/adt-manual/figures/yocto-project-transp.png: removed fileScott Rifenbark2011-05-091-0/+0
| | | | | | | | | This figure is not used in the manual. I removed it. (From yocto-docs rev: 3fb4d33727f24382a96e4ad8fe110706af113be1) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/yocto-project-qs/Makefile: BUGID#_956 - fixed remote publish URLScott Rifenbark2011-05-091-1/+1
| | | | | | | | | | Fixed the remote publish URL so that the HTML version of the manual will get pushed to the yoctoproject.org site automatically. (From yocto-docs rev: a83537af7d44357a71f66ca1105e2f44089f4fb5) 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/kernel-manual/Makefile: BUGID#_956 - fixed publish URLScott Rifenbark2011-05-091-1/+1
| | | | | | | | | | Fixed the URL used to publish the HTML and PDF docs to the yoctoproject.org server and website. (From yocto-docs rev: 887a007ae9203317e0bbb7e8b2c5be3843aae3dc) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/bsp-guide/Makefile: BUGID#_956 - fixing publish processScott Rifenbark2011-05-091-1/+1
| | | | | | | | | | Added the URL for the manual to the rcp publishing process. This is part of the fix for this bug. (From yocto-docs rev: 4d25c5e1cd6f0b067d0a88fbde1ac6df7066dfa4) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/adt-manual/Makefile: Updated publishScott Rifenbark2011-05-091-1/+1
| | | | | | | | | | Updated the publish statement so that the HTML and PDF files will be published to the Yocto Project website. (From yocto-docs rev: 3b09ca5ee4e1919dbc72d680064083271dec544c) 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-095-5/+5
| | | | | | | (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-217-26/+26
| | | | | | (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-qemu to runqemuRichard Purdie2011-04-211-4/+4
| | | | | | (From yocto-docs rev: b654d6a741edf70220e81f6b56276413a308ba6f) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Rename poky-init-build-env to oe-init-build-envRichard Purdie2011-04-213-8/+8
| | | | | | (From yocto-docs rev: 15bedcbd988300c2fdf880c5f15def50310049e2) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/kernel-manual/kernel-how-to.xml: replaced 'pokylinux' with ↵Scott Rifenbark2011-04-181-2/+2
| | | | | | | | | 'yoctoproject' (From OE-Core rev: 39f8b1b13072598729a189fb58c14622d300db69) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/adt-manual/adt-eclipse.xml: Fixed URL with pokylinux.orgScott Rifenbark2011-04-181-1/+1
| | | | | | | | | | Substituted 'pokylinux.org' with 'yoctoproject.org' in an URL to locate the OProfile viewer and server. (From OE-Core rev: 6e2553b07be5f06a68f0967775111d7598d9404f) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/adt-manual/adt-prepare.xml: Fixed URL for nightly buildsScott Rifenbark2011-04-181-1/+1
| | | | | | | | | | There was a stray "0.9" in an URL for the Yocto source downloads. I changed it to 1.0. (From OE-Core rev: 82890a85c0422aa6b081497be394aa756da567b2) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/adt-manual/adt-eclipse.xml: Fixed link to autotools.Scott Rifenbark2011-04-181-1/+1
| | | | | | | | | | | The link to autotools was incorrect. It had 'www' in the URL when it should not have. it is now 'http://download.eclipse.org/technology/linuxtools/update/' (From OE-Core rev: 56965da0631d4619282b5548fc19118429183507) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/yocto-project-qs/Makefile: Updated Makefile to include PDF in tarScott Rifenbark2011-04-061-2/+2
| | | | | | | (From OE-Core rev: ceffea9c2ffe4422fd98524d3265f8d00bc80f9a) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/kernel-manual/Makefile: Updated Makefile so PDF is in tarballScott Rifenbark2011-04-061-1/+1
| | | | | | | (From OE-Core rev: dc4c7e396833dd3d0839c458b8762a89e0979138) 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: 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>