summaryrefslogtreecommitdiff
path: root/documentation/adt-manual/adt-eclipse.xml
AgeCommit message (Collapse)AuthorFiles
2011-04-20Drop documentation directory, this is replaced by the new yocto-docs repositoryRichard Purdie1
2011-04-18documentation/adt-manual/adt-eclipse.xml: Fixed URL with pokylinux.orgScott Rifenbark1
Substituted 'pokylinux.org' with 'yoctoproject.org' in an URL to locate the OProfile viewer and server. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-04-18documentation/adt-manual/adt-eclipse.xml: Fixed link to autotools.Scott Rifenbark1
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/' Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-04-06documentation/adt-manual/adt-eclipse.xml: Updated repo URL for Eclipse Plug-inScott Rifenbark1
Updated the URL that points to the Yocto Eclipse Plug-in to http://www.yoctoproject.org/downloads/eclipse-plugin/1.0. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-03-17documentation/adt-manual/adt-eclipse.xml: Re-inserted Autotools plug-in ↵Scott Rifenbark1
requirement. Jessica flip-flopped on the need for the Autotools plug-in that was removed from the manual. I have re-inserted the instructions for adding this plug-in in as part of the Eclipse set up.
2011-03-16documentation/adt-manual/adt-eclipse.xml: Specified qemu options outside of ↵Scott Rifenbark1
brackets. Section 4.1.3.4 discusses custom options for when you want to run a QEMU image. Jessica felt that we needed to stress the fact that the options "serial", "nographic", and "kvm" must all appear outside of the angled brackets. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-03-16documentation/adt-manual/adt-eclipse.xml: Removed Autotools plug-in requirementScott Rifenbark1
Section 4.1.2 lists plug-ins that need to be installed prior to installing the Yocto Plug-in for Eclipse. I removed the Autotools plug-in requirement per Jessica Zhang's instructions. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-03-16documentation/adt-manual/adt-eclipse.xml: Initial draft for Eclipse chapter.Scott Rifenbark1
This is the initial draft of the Eclipse chapter. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-03-16documentation/adt-manual: cleaned up labels in chapter filesScott Rifenbark1
The initial chapters were failing to make due to duplicate section identifiers that were created when I copied in the original files. I gave each of the five chapter files (adt-command.xml, adt-eclipse.xml, adt-intro.xml, adt-package.xml, and adt-prepare.xml) unique identifier tags. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-03-16documentation/adt-manual: New file structure for ADT ManualScott Rifenbark1
I have added a new directory to documentation named adt-manual. This directory holds a Figures folder, and the 9 files needed for the ADT manual. The book consists of five chapters: adt-intro, adt-prepare, adt-package, adt-eclipse, and adt-command. There is also a adt-manual.xml file called by the Makefile. There is also a style.css file. And finally, a adt-manual-customization.xsl file to control numbering. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>