aboutsummaryrefslogtreecommitdiffstats
path: root/documentation
AgeCommit message (Collapse)Author
2011-05-23documentation/yocto-project-qs/yocto-project-qs.xml: fixed build env scriptScott Rifenbark
In the example for building an image the command 'source poky-bernard-5.0/oe-init-build-env poky-5.0-build' was used. Torsten Scheck notified Jeff Osier-mixon and sent the fix to change to 'source poky-bernard-5.0/poky-init-build-env poky-5.0-build' I made the change. (From yocto-docs rev: b96646efb203e482d53d922fb120672df5a09966) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-05-23BUGID#_1083 - documentation/yocto-project-qs/yocto-project-qs.xml: Added -k ↵Scott Rifenbark
option BUGID#_1083 - I added the -k option as part of the bitbake command in the example that builds an image. I did not explain it as that is beyond the scope of the quickstart. I did however point the user to where they can find information on it. (From yocto-docs rev: 620351d38c67ff14cefc7a52bbc0e98789011677) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-05-23BUGID#_1083 - documentation/poky-ref-manual/usingpoky.xml: -k option addedScott Rifenbark
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>
2011-05-17documentation/bsp-guide/bsp.xml: Updated Example Filesystem LayoutScott Rifenbark
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>
2011-05-17documentation/poky-ref-manual/faq.xml: Added FAQ entry for filename spacesScott Rifenbark
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>
2011-05-17documentation/bsp-guide/bsp.xml: Updated link to BSP Download siteScott Rifenbark
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>
2011-05-17documentation/bsp-guide/bsp.xml: Updated /binary explanationScott Rifenbark
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>
2011-05-17documentation/bsp-guide/bsp.xml: BBFILES statement corrected.Scott Rifenbark
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>
2011-05-17documentation/bsp-guide/bsp.xml: bsp exmaple name fixedScott Rifenbark
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>
2011-05-17documentation/yocto-project-qs/figures/yocto-environment.png: New figureScott Rifenbark
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>
2011-05-17BUGID#_ 1068 - documentation/poky-ref-manual/extendpoky.xml: updated hello ex.Scott Rifenbark
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>
2011-05-17documentation/yocto-project-qs/yocto-project-qs.xml: changed build commandScott Rifenbark
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>
2011-05-10documentation: Removed hardcoded user name from publish optionScott Rifenbark
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>
2011-05-10documentation/adt-manual/Makefile: removed hardcoded name from publishScott Rifenbark
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>
2011-05-10BUGID#_807: documentation/poky-ref-manual/ref-variables.xml: BBFILE_PRIORITY ↵Scott Rifenbark
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>
2011-05-10documentation/poky-ref-manual: Removed the PNG files in screenshotsScott Rifenbark
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>
2011-05-10documentation/poky-ref-manual: Added new title graphicScott Rifenbark
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>
2011-05-10documentation/poky-ref-manual/figures/ss-sato.png: Added this file.Scott Rifenbark
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>
2011-05-10documentation/poky-ref-manual: Figures cleanupScott Rifenbark
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>
2011-05-10BUGID#_956: documenation/poky-ref-manual/Makefile: Updated publishScott Rifenbark
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>
2011-05-10documentation/kernel-manual: removed a figure and updated makefileScott Rifenbark
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>
2011-05-10BUGID#_956: documentation/kernel-manual/Makefile: Updated publish optionScott Rifenbark
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>
2011-05-10documentation/kernel-manual/figures/yocto-project-transp.png: RemovedScott Rifenbark
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>
2011-05-10BUGID#_956 - documentation/bsp-guide/Makefile: Updated for publish processScott Rifenbark
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>
2011-05-10documentation/bsp-guide/figures/poky-ref-manual.png: Removed figureScott Rifenbark
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>
2011-05-09documentation/yocto-project-qs/Makefile: BUGID#_956 - Modified PublishScott Rifenbark
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>
2011-05-09documentation/yocto-project-qs/figures: Removed two figuresScott Rifenbark
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>
2011-05-09documentation/yocto-project-qs/yocto-project-qs.xml: fixed typoScott Rifenbark
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>
2011-05-09documentation/adt-manual/Makefile: BUGID#_956 - Changes to push to websiteScott Rifenbark
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>
2011-05-09documentation/adt-manual/figures/yocto-project-transp.png: removed fileScott Rifenbark
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>
2011-05-09documentation/yocto-project-qs/Makefile: BUGID#_956 - fixed remote publish URLScott Rifenbark
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>
2011-05-09documentation/poky-ref-manual/Makefile: BUGID#_956 - fixed publish URLScott Rifenbark
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>
2011-05-09documentation/kernel-manual/Makefile: BUGID#_956 - fixed publish URLScott Rifenbark
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>
2011-05-09documentation/bsp-guide/Makefile: BUGID#_956 - fixing publish processScott Rifenbark
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>
2011-05-09documentation/adt-manual/Makefile: Updated publishScott Rifenbark
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>
2011-05-09documentation: Update publishing locationSaul Wold
(From yocto-docs rev: 2f55104fe696f55d1f4ebb7f2cfcb3a2fd89385e) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-05-09documentation/poky-ref-manual/resources.xml: removed referenct to poky linux ↵Scott Rifenbark
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>
2011-05-09documentation/poky-ref-manual/extendpoky.xml: removed pokylinux.org linkScott Rifenbark
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>
2011-05-09documentation/poky-ref-manual/ref-images.xml: [BUGID#_1004] - ↵Scott Rifenbark
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>
2011-04-21Rename poky-image.bbclass to core-image.bbclassRichard Purdie
(From yocto-docs rev: c4d0d454e5b484246a9a1b0d29da41a85a8f442c) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-21Rename poky-extract-sdk to runqemu-extract-sdkRichard Purdie
(From yocto-docs rev: b4189cf91d4bc79fa1d6ab09fd99d1204dad5b01) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-21Rename poky-image-* -> core-image-* and task-poky-* -> task-core-*Richard Purdie
(From yocto-docs rev: 0feb6b8f9621087ba5fd77d3c8f3e23132c97187) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-21Replace POKYBASE with COREBASERichard Purdie
(From yocto-docs rev: 3459e26cfaf1ba12c6e998f233dbd4a4aa4214b3) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-21Rename poky-qemu to runqemuRichard Purdie
(From yocto-docs rev: b654d6a741edf70220e81f6b56276413a308ba6f) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-21Rename poky-init-build-env to oe-init-build-envRichard Purdie
(From yocto-docs rev: 15bedcbd988300c2fdf880c5f15def50310049e2) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-18documentation/kernel-manual/kernel-how-to.xml: replaced 'pokylinux' with ↵Scott Rifenbark
'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>
2011-04-18documentation/adt-manual/adt-eclipse.xml: Fixed URL with pokylinux.orgScott Rifenbark
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>
2011-04-18documentation/adt-manual/adt-prepare.xml: Fixed URL for nightly buildsScott Rifenbark
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>
2011-04-18documentation/adt-manual/adt-eclipse.xml: Fixed link to autotools.Scott Rifenbark
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>
2011-04-06documentation/yocto-project-qs/Makefile: Updated Makefile to include PDF in tarScott Rifenbark
(From OE-Core rev: ceffea9c2ffe4422fd98524d3265f8d00bc80f9a) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>