summaryrefslogtreecommitdiffstats
path: root/documentation/adt-manual/adt-prepare.xml
Commit message (Collapse)AuthorAgeFilesLines
* documentation: adt-manual - Adds opkg configuration noteScott Rifenbark2012-12-031-5/+23
| | | | | | | | | | | | | | | | | | Fixes [YOCTO #2645] For 1.3.1 the ADT Installer script is based on ipkg stuff according to Jessica. There is a couple of directories created inside the adt-installer directory when you run the script. One of the directories (opkg) has a configuration file in it that might need to be edited depending on where the user is going for YOCTOADT_REPO. If they are using their own repo then need to edit the file. I have added instruction for this scenario. (From yocto-docs rev: 33a3e07947f2ae8cf124c19b5d3111b36aea09e4) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: adt-manual - Added information for required packagesScott Rifenbark2012-12-031-12/+10
| | | | | | | | | | | | The note alerting the user to required host development packages necessary for ADT installation and use was antiquated and did not point to the new structure, which is in the YP Reference Manual. I updated the information. (From yocto-docs rev: a56f41fe7405c2255db3f4d1fe7b091d8bbf7b12) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: adt-manual - final edits before 1.3 lockdown.Scott Rifenbark2012-10-231-19/+19
| | | | | | | | | | Made some minor edits to the book before locking down the files for 1.3. (From yocto-docs rev: 2b941103585a31b5dbcb65b784cc3381467ed697) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: adt-manual, yocto-project-qs - Added tarball installer infoScott Rifenbark2012-09-281-2/+4
| | | | | | | | | | | | Turns out the .sh file that installs the tarball comes down without executable permissions. I added a sentence in each manual instructing the user to set the permissions to the script before attempting to run it. (From yocto-docs rev: c1699971b3e03893aa1af5033e19d8f5c0b21ff4) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: adt-manual - updates to adt_installer location choiceScott Rifenbark2012-09-281-3/+4
| | | | | | | | | | | | | | Fixes [YOCTO_#2930] You can now select the install location directory instead of automatically going to /opt/poky. Some small edits to the section that describes what happens when you fire off the adt_installer script. (From yocto-docs rev: 57f34c9b3a82222ed0ffc99e998614884b9a3486) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: adt-manual - Added dev package informationScott Rifenbark2012-09-281-1/+9
| | | | | | | | | | | | | | Added a new paragraph to the section that talks about getting images to state that if the user is not using or building a core-image-*-dev type image and they want to develop against their image, they need to be sure to include the development packages in their image recipe. Reporte-by: Jessica Zhang <jessica.zhang@intel.com> (From yocto-docs rev: 8da6f6172d3ad27c1cf6d52fd3d029d75ec9d0fd) 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: replaced oe-init-build-envScott Rifenbark2012-09-241-2/+2
| | | | | | | | | Replaced with the variable OE_INIT_FILE. (From yocto-docs rev: 1deaa02f29b2a4b9cc7ff3307c8a3ebd0dfb9623) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: Toolchain corrections from tarball to .sh fileScott Rifenbark2012-09-141-17/+27
| | | | | | | | | | | | | For 1.3 there is not longer a toolchain tarball. Instead, there is a wrapper script that lets you install the tarball. This fundamental usage model change caused several ripples throughout the documentation set. I have changed wordings and examples to reflect the new paradigm. (From yocto-docs rev: afb2069daa91e04c0f78ba425a6b184cb820d888) 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: Notes about installing sysrootScott Rifenbark2012-09-141-2/+8
| | | | | | | | | | I added a couple of reminders and some links to information about separately extracting and installing the sysroot filesystem. (From yocto-docs rev: d340dcb5021fe1dcdaae0830ef8624c0fc54bedf) 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: updated ADT Installer exampleScott Rifenbark2012-09-141-1/+3
| | | | | | | | | | Added text indicating that the user is prompted to verify the cross-toolchain installation location. (From yocto-docs rev: 3226eb2f0807687e8685702850a3a12b3d60ae5f) 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: Update adt_install exampleScott Rifenbark2012-09-141-0/+1
| | | | | | | | | | | I added a command to the example that places the user in the adt-installer folder before they attempt to run scripts/adt_installer for completeness. (From yocto-docs rev: f098e1095d24d0271fb21f50aa848ebc05b828b1) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: fixed Quick Start referencesScott Rifenbark2012-09-041-1/+1
| | | | | | | | | | The way I refered to the YP Quick Start was inconsistant. I have made edits to remove these. (From yocto-docs rev: d9487c60db23861e8a9dd2c81ac46d4960abd462) 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: Edits affecting rename and clarityScott Rifenbark2012-07-181-34/+44
| | | | | | | | | | | | | I made a pass through this chapter and focused on better descriptions for getting the system ready for application development. I made adjustments to better represent what is really being done. It is not all ADT here as was being described before. Miscellaneous edits and improvements throughout. (From yocto-docs rev: 3544beda4794005fe139d7620fd13618fab05534) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: converted ref-images and ref-features to chaptersScott Rifenbark2012-07-171-1/+1
| | | | | | | | | | | | | As part of moving the reference manual to a real reference manual I am removing the "appendix" classification and having everthing be a chapter. I changed the "ref-imagese" and "ref-features" appendices to chapters and made any references in the doc set use the proper term now (chapter). (From yocto-docs rev: 08117634034a5cd5567c971957583d986c9ee9a4) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/adt-manual: Adjustments to Yocto Project termScott Rifenbark2012-06-291-27/+27
| | | | | | | | | | | | | | Changes throughout the manual that either eliminate or change many of the "Yocto Project" strings. The file structure for the meta data is now called "source directory." The build directory is referred as just that - "build directory." Any where the build system is referred to it is called the "OpenEmbedded build system." (From yocto-docs rev: 1210c19f90d4a52042fec12657212ae3e58e13d6) 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: Inserted noteScott Rifenbark2012-06-281-0/+15
| | | | | | | | | | Added a note to warn the user about mixing ADT Intaller installation methods. (From yocto-docs rev: 718a48a7ea4753eb1e59e17a75c3d94a9ed166bb) 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: Re-worded toolchain generationScott Rifenbark2012-06-251-6/+7
| | | | | | | | | | | | | | The section that describes how to generate the cross-toolchain into the Yocto build tree erroneously referred to this process as installing the toolchain. Furthermore, it actually mentioned the creation of a toolchain tarball, which is wrong. I updated the section to more properly refer to this procedure as generating the toolchain. I also removed the bit about the tarball creation. (From yocto-docs rev: 5ae8faa651ed6bf22c5475a4eacb5c758c62cea1) 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: grammar fix.Scott Rifenbark2012-06-251-1/+1
| | | | | | | (From yocto-docs rev: e698503896615cf08366b004a66b4562f304e3b5) 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: Added text about host gccScott Rifenbark2012-06-211-1/+4
| | | | | | | | | | It is important that the environment uses a host gcc when running the adt installer. I put some text in noting that. (From yocto-docs rev: 7f63662913d6d79843e1bdcadc49bb120bb72688) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/adt-manual: Edits to fix ADT manual for 1.2 per bug 2025Scott Rifenbark2012-03-261-5/+5
| | | | | | | | | | | | | Addressed all issues specified by [YOCTO #2025] except for the very first one that says bring the versions up to 1.2. This will be accomplished by the poky.ent bump at release time. Fixes [YOCTO #2025] (From yocto-docs rev: 926e5635d8cd74fff7e00002108ce8c039252203) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/adt-manual: Converted manual to use the poky.ent fileScott Rifenbark2012-03-081-26/+22
| | | | | | | | | | Conversion of hard links to use the variables set up in the file documentation/poky.ent. (From yocto-docs rev: edbacc1b57f02c31ff6eaee666245be83fb17543) 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: added unpacking textScott Rifenbark2012-03-081-0/+8
| | | | | | | | | | I added text to show how to unpack the generated ADT Installer tarball. (From yocto-docs rev: 32e7413623a5b43484d402989f892527e4a0fc48) 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: update link to get ADT inst tarballScott Rifenbark2012-03-081-1/+3
| | | | | | | (From yocto-docs rev: f1b55e805c9785ef79b53e891acfd96e98ff99a1) 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 bad URL for edison tarballScott Rifenbark2011-11-251-1/+1
| | | | | | | | | | The URL for the edision tarball was old and had been locked down in the manual too early. It changed and now this fixes it. (From yocto-docs rev: c1668e41babd7ef592dc26271943c99bacc3f181) 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: Updated link to machinesScott Rifenbark2011-11-251-1/+1
| | | | | | | | | I replaced the link with the URL that uses 'downloads.yoctoproject.org....' (From yocto-docs rev: fef7ca4f2a549fabc1932a40a46cf0c6c834074f) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documenation/adt-manual/adt-prepare.xml: Fixed toolchain tarball nameScott Rifenbark2011-11-251-1/+1
| | | | | | | | | | | the name was off. It was 'yocto-eglibc-x86_64-i586-toolchain-1.1.tar.bz2'. Really, the name is 'poky-eglibc-x86_64-i586-toolchain-gmae-1.1.tar.bz2'. (From yocto-docs rev: 3d051f3e814f27f661ce153b66735f75a4152d04) 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: Updated link to toolchain and infoScott Rifenbark2011-11-251-2/+2
| | | | | | | | | | | I updated the link to be 'download.yoctoproject.org/releases/yocto/yocto-1.1' I also fixed the text that indicated 'i586' as a directory for the 32-bit machines. The real directory name is 'i686'. (From yocto-docs rev: fc08acdce64bac7c2b3d4689e16cf06e70f6cbe5) 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-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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/adt-manual/adt-prepare.xml: Fixed broken linkScott Rifenbark2011-11-081-1/+1
| | | | | | | | | | | Michael Tomer from Koko Fitclub reported that the link to the ADT Installer tarball was broken. Fixed the link. As Reported by: Michael Tomer <michael.tomer@kokofitclub.com> (From yocto-docs rev: 891fc3123f73a7b856207e0cdef32821f0cd90a3) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: Fixed links for yocto-1.1Scott Rifenbark2011-10-061-1/+1
| | | | | | | | | | | After greping through the documentation directory, I addressed all the <ulink> statements that used to have yocto-1.0 in the URL. They are now yocto-1.1. (From yocto-docs rev: 97d160263c5905fdeaf4ec285bc5359918790581) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/adt-manual: changes for Jessica's review.Scott Rifenbark2011-10-041-16/+14
| | | | | | | | | | | | | | | | | | | | | | | | | I made several changes based on feedback from Jessica Zhang. 1. Removed "SDKVERSION" as a way of identifying the directory in which a toolchain tarball is installed. I replaced with "1.1" 2. Cleaned up the bitbake command verbage to consistently use 'bitbake' command. 3. Cleaned up an erroneous reference to the toolchain environment setup scripts. I was referring the user to the oe-init-build-env area. 4. Changed wording to indicate that the toolchain tarball is generated after running bitbake rather than installing the toolchain. 5. Replaced the gmae tarball file used in an example to be the regular taball. (From yocto-docs rev: f7c3e4f4a666121a29825099d451eab1accb0616) 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: updates to getting images.Scott Rifenbark2011-10-041-3/+3
| | | | | | | | | | Made a few corrections to the section describing how to build the tcf-agent into non-sdk images. (From yocto-docs rev: e78dc3b3d3dd443506e78651cf9673358577c21d) 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: Updated for building tcf-agentScott Rifenbark2011-10-041-11/+59
| | | | | | | | | | | | | | The YP only ships one pre-built image that has the tcf-agent built into it - core-image-sato-sdk. There are a couple methods that exist to create images that do not normally have this agent so that they will have it. I updated the "Getting the Images" section to contain those steps. Lianhao and Jessica Zhang were the technical resources for these changes. These changes are the first draft. (From yocto-docs rev: 85432e4892c3fe924bf90961f89e8edfd9693e84) 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: changed linkScott Rifenbark2011-10-041-1/+1
| | | | | | | | | | Updated a link that was an autobuilder link to be http://www.yoctoproject.org/downloads/yocto-1.1/machines. (From yocto-docs rev: 91a4056a285b53f8c73494e8af88d9a98d6d61e0) 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 broken cross-link.Scott Rifenbark2011-09-251-1/+2
| | | | | | | (From yocto-docs rev: 90f6bd0aff8346df24d691e0c9424a0a99af2095) 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: applied Jessica Zhang revisionsScott Rifenbark2011-09-251-35/+38
| | | | | | | | | | These changes reflect corrections resulting from Jessica Zhang's review of the sections. (From yocto-docs rev: c3fed39bc3909c38424e7e72c40471dcb0053c8d) 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: Title correctionScott Rifenbark2011-09-251-2/+2
| | | | | | | (From yocto-docs rev: 536665ac8b28426f2869ceffca3ea2f6f4d1eef4) 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: toolchain enhancementsScott Rifenbark2011-09-251-46/+76
| | | | | | | | | | | | | | | After working through this stuff I was still confused as to how to guide the user toward proper toolchain installation and on what they needed to do for collecting their kernel and filesystem images. These changes included some information on when and how to extract the rootfs when the user is booting to NFS. Plus some other general items like the significance of meta-toolchain-sdk as compared to meta-toolchain. (From yocto-docs rev: 2cc88b5193888a074ffd87cb253b9cfe08146877) 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: removed termsScott Rifenbark2011-09-251-53/+1
| | | | | | | | | | | I had definitions for "The Yocto Project Files" and "The Yocto Project Build Tree" in this chapter. They were misplaced. I have deleted them and moved them to the development manual. (From yocto-docs rev: 9238e75abc4578043fd625b3796b86d42204e16f) 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: writer notes and section formatScott Rifenbark2011-09-251-10/+27
| | | | | | | | | | | I added a couple of writer notes for development purposes. I also formated the section title references so they have quotes around them for easier reading in the PDF verison. (From yocto-docs rev: 37adb580cf6c1369da43fc4ef7aaa4cc1cee0e5c) 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: Added note about satoScott Rifenbark2011-09-131-6/+12
| | | | | | | | | | | I discovered that in order to remotely deploy and debug an image from Eclipse you have to have a Sato image. I added text to the note about getting or building the image specifying that requirement. (From yocto-docs rev: 060de7f6082bc3dbfa0f7d4e25b2933f15a61fc0) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/adt-manual: Rewrite for Indigo version of Eclipse.Scott Rifenbark2011-09-131-2/+14
| | | | | | | | | | | | These edits are extensive and cross into two files: adt-prepare.xml and adt-eclipse.xml. This is the first pass of a large re-write to bring the examples up-to-date using the preferred version of the Eclipse IDE (Indego 3.7). Much has changed. (From yocto-docs rev: 57c1f905c6d66268a498e013193d003596f2303d) 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: Updates to variable and other editsScott Rifenbark2011-09-021-8/+9
| | | | | | | | | | Updated the variable name of the adt_installer.conf file that points to the IPKG repo. This changed for 1.1. Also made some small edits. (From yocto-docs rev: 893b8b2f4bed8d4fce9a876e2184b3f5b9b004c0) 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: added reference to dev manual.Scott Rifenbark2011-09-021-2/+7
| | | | | | | | | | I added a link to the getting setup section of the YP dev manual for help on setting up the YP files. (From yocto-docs rev: 13832465de69bc41ddcc5e5696e707be8a3b6c5a) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/adt-manual: General edits.Scott Rifenbark2011-09-021-169/+182
| | | | | | | | | | I made a pass through the manual and made some general formatting changes, updated some links in anticipation for the 1.1 release. (From yocto-docs rev: f2d3a012fbe4e8db3cf07e5497acfdf732e55d97) 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: changed 1.0 to 1.1Scott Rifenbark2011-08-231-2/+2
| | | | | | | | | | | | In anticipation of 1.1 I have changes several filenames that had "1.0" to include "1.1" instead. I am unsure if the names are correct at this time. I will need to check them when the release is created. (From yocto-docs rev: ae50f920c5cf18f6c0494280a453feb41ef56d83) 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: edit pass for new termninologyScott Rifenbark2011-08-201-38/+43
| | | | | | | | | Also added some general punctuation edits. (From yocto-docs rev: e9a689655c6e88e735944084e5dda32800a6e6ca) 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: Changed Bitbake to BitBake (From ↵Scott Rifenbark2011-07-211-13/+13
| | | | | | | yocto-docs rev: 611f44a66cceafbe7593fee702d7c19951d7c751) 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: Clarified sysroot discussionsScott Rifenbark2011-06-241-4/+11
| | | | | | | | | | | Armed with a better understanding of sysroot I made some edits to help better define what is going on with the various sysroot variables in the adt installer configuration file. (From yocto-docs rev: 2b63e1f0f57c701eb38de7f9b9057567786b9899) 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: Updated kernel noteScott Rifenbark2011-06-241-2/+2
| | | | | | | | | | | The note indicating where you can get sample kernels and filesystems suitable for QEMU had a wrong path. I added "machines" to the path. Also made a wording change. (From yocto-docs rev: 75261eb7a44dcc990a817b5b59323042c38b6839) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>