summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-start.xml
Commit message (Collapse)AuthorAgeFilesLines
* documentation/dev-manual: Edits from Tom Zanussi.Scott Rifenbark2011-11-251-3/+3
| | | | | | | | | | | Tom Zanussi provided a review up through part of the "model" chapter. I have implemented his comments mosty verbatim. Reported-by: Tom Zanussi (From yocto-docs rev: 693d4fadd4b34ffef9953fb1850d381ff7c028a3) 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-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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/dev-manual: Fixed PDF Note line breaksScott Rifenbark2011-11-081-2/+2
| | | | | | | | | | | Several notes were not producing a line-break betweent he end of the note and the start of the next paragraph. Most work, but for some reason these did not. It is a mystery to me. (From yocto-docs rev: 2c87e0cb781b6d94297dc558504f869bd54a6ad0) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-start.xml: Robert P. J. EditsRobert P. J. Day2011-11-081-4/+4
| | | | | | | | | | | Robert isolated a few technical errors and made some other wording suggestions. I took the technical corrections and modified one of his suggested wording changes. (From yocto-docs rev: 3c6bbae05cdf2265e04d967050354ce75d62b4e2) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual: Fixed five broken links and removed noteScott Rifenbark2011-10-141-5/+5
| | | | | | | | | | | | | | | The restructuring of the web site where we store manuals broke some links that were cut-and-pasted in from older work. These slipped by me so not changing them would direct the user to a 1.0 version of the externally referenced manual rather than the 1.1 version. I also got rid of a visible "WRITER'S NOTE" in the document that was left behind. (From yocto-docs rev: 1508826312a2fe35e5d693821a4c7737baafcb2e) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-start.xml: console updates and tar updateScott Rifenbark2011-10-041-23/+19
| | | | | | | | | | | I re-ran the exmaples to set up various Git repos and updated the output. Also fixed a bad tarball name from edison-1.1 to edison-6.0 (From yocto-docs rev: 6538d588fa35986ff301a22d327af73c337ec43c) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-start.xml: Updates for 1.1 repos namesScott Rifenbark2011-10-041-1/+1
| | | | | | | | | | I changed the bernard examples used when creating Git repos to reflect the edison release. (From yocto-docs rev: d345cb08905e7f5e21b1649af5e876317cc68931) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual: Added TM to first Eclipse in chapters.Scott Rifenbark2011-09-251-1/+2
| | | | | | | (From yocto-docs rev: 0f8b655da637ebf7708bdfff1473707c9ea3b8ef) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-start.xml: formats and re-wordings.Scott Rifenbark2011-09-251-61/+60
| | | | | | | | | | Applied consistent section referencing formats. Also cleaned up some terminolgy for the YP Git repo. (From yocto-docs rev: fa3cbb835b61158357d3f6fb9ebe017b9ba405cf) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-start.xml: Suggestions by Robert BergerScott Rifenbark2011-09-131-3/+4
| | | | | | | | | Fixed a type and also qualified the ability of YP as a testing environment. (From yocto-docs rev: e158615eba04709e05cccaf29238bde6c9843671) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual: Incorporated Joshua Lock's review comments.Scott Rifenbark2011-08-231-13/+17
| | | | | | | (From yocto-docs rev: d4bf6343d7575ff96030242e2025570db52b515b) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual: Scott Garman's review comments.Scott Rifenbark2011-08-151-7/+7
| | | | | | | | | | Made several editing corrections for various terms and phrasings based on Scott Garman's review. (From yocto-docs rev: a21ba80151ce82683d45cd67ddb0728d779b007a) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-start.xml: Note addedScott Rifenbark2011-08-151-0/+4
| | | | | | | | | | | | | Bruce Ashfield suggested adding a note near the explanation of creating a bare clone that suggests if the user already has a linux yocto kernel Git repo handy they can reference that repo in the 'git clone --bare' command rather than referencing the upstream source repository as a way to speed up the process. (From yocto-docs rev: 132a9cfcef3397677b54eace7831d25f8a321b93) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual: Changed 2.6.37 to 3.0 for 1.1 release.Scott Rifenbark2011-08-151-7/+7
| | | | | | | | | | | Bruce Ashfield's review comments indicated that we will be using linux-yocto-3.0 and not linux-yocto-2.6.37. So I am putting these changes in to anticipate the 1.1 release. (From yocto-docs rev: ecbe1c90c5aa65b2dde77ba6094b5956e37d061d) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-start.xml: split out poky-extrasScott Rifenbark2011-08-151-10/+24
| | | | | | | | | | | | I separated the section that explains how to set up the poky-extras git repository. This used to be in the kernel area right after creating the bare clone and the copy of the bare clone. I thought it would be better as a stand-alone bulleted item. (From yocto-docs rev: 4ea917c7218f238e2b0d2bb377a97f4b1f5eb1f6) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-start.xml: Added to kernel source setupScott Rifenbark2011-08-151-9/+29
| | | | | | | | | | | | | | I added instruction on how to set up a bare clone of the linux yocto kernel files and then how to create a clone of the bare clone. Finally added a part about setting up the meta-kernel-dev repository. This setup should do it for those that want to modify the kernel and not have to download source files from the upstream everytime they make a change. (From yocto-docs rev: 90ae8249d119d5db17507eea37eb6deb0822a682) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-start.xml: Added section for kernel files.Scott Rifenbark2011-08-151-2/+20
| | | | | | | | | | | | In the section that shows how to get various groups of files needed for using YP I added a bulleted item to show how to clone the linux yocto kernel files. this section will be referenced from the kernel example flow section and the kernel example appendix. (From yocto-docs rev: 4126d1456290d677ab8dc1d02d11aac6eb8add46) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-start.xml: removed "probably".Scott Rifenbark2011-08-151-1/+1
| | | | | | | | | the user should use Git commands..no probably about it. (From yocto-docs rev: 84b0b4e8c7b6b89c81503f40ba855e9f624887c3) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-start.xml: Wording change for running image.Scott Rifenbark2011-08-041-1/+2
| | | | | | | (From yocto-docs rev: 930f8853194bf2d397202d55c27a42bbc2a65278) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-start.xml: added anchor for reference.Scott Rifenbark2011-08-041-1/+1
| | | | | | | (From yocto-docs rev: 1015384fb5ee82650324f46ec2e1449336004119) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual: replaced "&dash;" with "-".Scott Rifenbark2011-08-041-3/+3
| | | | | | | | | Character does not display in PDF version. (From yocto-docs rev: 8f9b114190257cfe5425f6e322dcfb6f03941bf8) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-start.xml: Added a note to reference Git.Scott Rifenbark2011-08-041-1/+4
| | | | | | | (From yocto-docs rev: cdc06ee33a7e8eb06822f8eeb05dde3b7bdff426) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-start.xml: Added bsp naming schemeScott Rifenbark2011-08-041-8/+20
| | | | | | | | | | Added the YP BSP naming scheme to the general getting started section where it talks about getting BSP files on the local system. (From yocto-docs rev: 5b8dc20a52053341ac726fe6662152397262d5e8) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-start.xml: Added BSP file set upScott Rifenbark2011-08-041-2/+19
| | | | | | | | | | I moved the example for setting up meta-intel into the getting started section. This information is universal and needs to be isolated. (From yocto-docs rev: d43ecd16a95fa53cafa09e933c67cacd85227021) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-start.xml: Added note for terminology.Scott Rifenbark2011-08-041-0/+4
| | | | | | | (From yocto-docs rev: 45d71fa3a5d4c3bec2e1ad5dbf98a91a6c7208b3) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-start.xml: Added examples for YP file setupScott Rifenbark2011-08-041-12/+31
| | | | | | | | | | | | I moved the section that provides the universal methods of getting a local version of the Yocto Project files and BSP files on the development system into this section. this information needs to be referenced throughout examples so it should be in one location. (From yocto-docs rev: 718ea5b468d816ea4f61a6ffa4de7db396fe3ed4) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-start.xml: Edits to clarify YP filesScott Rifenbark2011-08-041-12/+22
| | | | | | | | | | | I have a new understanding of the files resulting from setting up Git repos as compared to getting files from tarballs. I changed some wordings to help make those distinctions. (From yocto-docs rev: b7ba9df07cf9d64f61ac73e501c253c42570970d) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-start.xml: Bad links fixed.Scott Rifenbark2011-07-211-4/+4
| | | | | | | (From yocto-docs rev: c9c3859a084e871dea27cb494cdf89f9b2aa31e1) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-start.xml: Initial content addedScott Rifenbark2011-07-211-31/+125
| | | | | | | | | | The original content of this chapter was simply a copy of an existing adt-manual file. I have added the content for the chapter. (From yocto-docs rev: cac53540d8449f605ab40775c317b613711f3a80) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-start.xml: Initial file with new name.Scott Rifenbark2011-07-211-0/+57
(From yocto-docs rev: 71ee5fd05681bdc0ec18aca724e9f69934aa2683) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>