summaryrefslogtreecommitdiffstats
path: root/documentation/poky-ref-manual/resources.xml
Commit message (Collapse)AuthorAgeFilesLines
* documentation: Fixed links to BitBake User ManualScott Rifenbark2012-09-141-2/+5
| | | | | | | | | | | | | | | | | | | | Robert P. J. Day pointed out a link in the development manual that was for the BitBake User Manual. The link resolved to an old, non-maintained version of BitBake documentation. According to Richard Purdie, the BitBake docs referenced should be the ones that ship in the bitbake/doc/manual directory of poky. The YP docs had been using a variable named BITBAKE_DOCS_URL that also resolved to the antiquated user manual site. Consequently, there were many links that needed fixed across both the YP Development Manual and the YP Reference Manual. Each of these references now points in general to the bitbake/doc/manual directory in poky for more information. Reported-by: Robert P. J. Day <rpjday@crashcourse.ca> (From yocto-docs rev: 12f77236b602e9ec43e845c8cec060ad342af19c) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: remove references to PimlicoRoss Burton2012-08-151-3/+0
| | | | | | (From yocto-docs rev: f834df81cd8976f4710c1d3830c9384261f7500c) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual: Converted resources appendix to chapterScott Rifenbark2012-07-171-3/+3
| | | | | | | | | | Converted the "Resources" appendix to a chapter. I also made sure all the references to the chapter use proper term now, which is "chapter". (From yocto-docs rev: bf7212b72d54a2696c16dcc1c0a19681f23fbc1c) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: Fixed the links to the BitBake Documentation page.Scott Rifenbark2012-07-171-1/+1
| | | | | | | | Reported-by: Robert P. J. Day <rpjday@crashcourse.ca> (From yocto-docs rev: ddee80872afc567b9381387980f257b337f29ea1) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual: Fixed various references to YPScott Rifenbark2012-07-171-1/+1
| | | | | | | | | | I did a scrub for "Yocto Project" and found some that could be changed. (From yocto-docs rev: 985062b6a9320e8a3ca3d3dafb6516db4fbc5bd5) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky-ref-manual: update mailing list info in ref manualPaul Eggleton2012-07-031-11/+17
| | | | | | | | | | | | | | We need to include the OpenEmbedded and BitBake mailing lists here as they are an integral part of the community especially for patch submission. Note that this supersedes the information about mailing lists in the dev manual (which should be replaced with a link to this section). (From yocto-docs rev: e9bae0a323af2d95505c5492be985232440842ff) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual: Yocto Project scrubScott Rifenbark2012-07-031-7/+8
| | | | | | | | | | I have changed as many "Yocto Project" terms as possible so that better reflect reality. (From yocto-docs rev: 5f729e53b0cb653c97621e4e6598d9295d60ada5) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual: Converted to use poky.ent variables.Scott Rifenbark2012-03-231-12/+13
| | | | | | | | | | Fixed all the hard links to use appropriate variables from the file poky.ent. (From yocto-docs rev: 9a6267d0d843dc47c1171eba6200387901b77df4) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: Cross-referencing section fixed for consistency.Scott Rifenbark2012-03-081-9/+5
| | | | | | | (From yocto-docs rev: 8e861c6fc07aefa81ff65e3542de855116e14969) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: Changed all manual links to point to "latest"Scott Rifenbark2011-11-251-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | There are many references to YP documentation throughout the YP manual set. They used to have hard-coded links to the current release (e.g. yoctoproject.org/docs/1.1 for Edison). This created a situation where if you went to a document on the website and clicked on a external reference to another manual, you would redirect to the current manual on the website. Really, you would want to go to the latest manual, which is one that is under development. Changing the links to "yoctoproject.org/docs/latest" makes the tip of master, which is used for devloping the next release, always have references to the manuals being developed and not back to the stable released set of manuals. This "latest" and "current" scheme for the links is not perfect. What has to happen when the latest set of the manuals freezes and becomes the next stable release, all the links in the docs will need to be changed from "latest" in the URL to the new release number. So for example, all the "latest" occurences would need to be changed to "1.2". Then for the next cycle as development begins again, the links need to be infused with "latest" again. (From yocto-docs rev: a234aef34303b07671da956de0e94b352797143e) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: Standardized on spelling of BitBakeRobert P. J. Day2011-11-251-1/+1
| | | | | | | | | | Robert found five instances where I missed the correct usage of "BitBake." (From yocto-docs rev: 0819076e8677accd157497ed4fa33ebab2528044) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual/resources.xml: Fixed YP term usage.Scott Rifenbark2011-10-311-1/+1
| | | | | | | (From yocto-docs rev: e486c90e6f3ad6b19b99b09b19fc16093dcf0af4) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual/resources.xml: Updates to mailing lists.Scott Rifenbark2011-09-251-7/+10
| | | | | | | | | | I updated the mailing lists to be more specific and to be formatted differently. (From yocto-docs rev: 50b5cf2d331b120cfa9de0ba77ea1da1240d42e4) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual/resources.xml: re-wrote ContributionsScott Rifenbark2011-09-251-38/+8
| | | | | | | | | | | | | The information in the "Contributions" section has been migrated to a "Submitting a Change" section in the YP Development Manual. I re-wrote this section here to simply make a general statement about how you can submit a change and then provided a reference link to the appropriate section in the dev manual. (From yocto-docs rev: 038caebb2815a8f09d35e99d5a2a0be76b05cacf) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual/resources.xml: re-write for today's world.Scott Rifenbark2011-08-301-116/+88
| | | | | | | | | | This chapter was quite old as it had not been touched since the original Poky Handbook days. I re-wrote the sub-sections with today in mind. (From yocto-docs rev: e59bede734a8fe3e9b41698e2b42ba487ec80595) 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-1/+1
| | | | | | | (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/poky-ref-manual/resources.xml: Changed titleScott Rifenbark2011-08-231-1/+1
| | | | | | | | | Changed the title to refelect the Yocto Project and not Poky. (From yocto-docs rev: 151c1925659e986b27866fed5abfcba96744b204) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@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/resources.xml: Fixed pokylinux URLScott Rifenbark2011-03-031-1/+1
| | | | | | | | | | | | | | [BUGID# 553] - In appendix I in the Contributions section (I.6) there is mention of a Poky contributions tree and the URL git://git.pokylinux.org/poky-contrib.git is given. I changed this URL to git://git.yoctoproject.org/poky-contrib.git. This is a partial fix for but 553. (From OE-Core rev: 982ff35cad0276eb74eae170d21ead0edd3a1072) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual/resources.xml: Text addtions in Links section ↵Scott Rifenbark2011-03-031-3/+4
| | | | | | | | | | | | in Appendix I I added text after the bulleted items "The Poky website" and "BitBake Uer Manual." These were blank and it was not consistent with the rest of the list. (From OE-Core rev: a820c07796dc478154b7e5ee4e590a425b981e8a) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* - documentation/poky-ref-manual/resources.xml: Fixed pokylinux URLScott Rifenbark2011-03-031-2/+2
| | | | | | | | | | | | | | | | [BUGID# 553] - In the "Bugtracker" section (appendix I - I.2) there is a reference to the bugtracker. The text shows just the string "bug tracker" but the hidden URL was http://bugzilla.pokylinux.org. I updated the text to say to report problems by using the Bugzilla application and then gave the URL http://bugzilla.yoctoproject.org as the reference. This is a partial fix for bug 553. (From OE-Core rev: 94f7132e56699c9f9f8dc43d6a1271294c5cbe26) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/poky-ref-manual: Updated Mailing Lists and IRC sections in ↵Scott Rifenbark2010-12-101-15/+32
| | | | | | | | Appendix I I pulled the openembedded mailing list information and provided information for yocto@yoctoproject.org, yocto-announce@yoctoproject.org, and poky@yoctoproject.org. I also updated the IRC section to include both #poky and #yocto channels. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* documentation/poky-ref-manual: Updated the list of links to include a link ↵Scott Rifenbark2010-12-101-0/+4
| | | | | | to the Yocto Project site. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* handbook: Move into documentation directoryRichard Purdie2010-10-151-0/+142
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>