summaryrefslogtreecommitdiff
path: root/documentation/adt-manual
AgeCommit message (Collapse)AuthorFiles
2011-04-20Drop documentation directory, this is replaced by the new yocto-docs repositoryRichard Purdie11
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-prepare.xml: Fixed URL for nightly buildsScott Rifenbark1
There was a stray "0.9" in an URL for the Yocto source downloads. I changed it to 1.0. 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/Makefile: Added PDF file to the tarballScott Rifenbark1
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-25documentation/adt-manual/adt-prepare.xml: Added instruction for building ADT ↵Scott Rifenbark1
tarball I added a note in the "Installing the ADT" section (2.1) saying that if you need to build the ADT tarball you can use 'bitbake adt-installer'. I also changed the location of the toolchain from '...yocto-0.9' to '...yocto-1.0'. Finally, I changed the host sub-directory in the toolchain directory from 'i586' to i686'. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-03-17documentation/adt-manual/adt-manual.xml: Updated front matterScott Rifenbark1
Changed the revision history box for the manual to state the release and the release date. 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-command.xml: Initial draft of command line chapterScott Rifenbark1
This is the initial draft of the Using the Command Line chapter. 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/adt-package.xml: Initial fileScott Rifenbark1
This file is the initial XML file for the chapter on optionally customizing the development packages installation. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-03-16documentation/adt-manual/adt-prepare.xml: Initial draft of preparation chapterScott Rifenbark1
This commit is the initial draft of the preparation chapter (chapter 2). Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-03-16documentation/adt-manual/adt-intro.xml: Initial textScott Rifenbark1
This commit is the initial text for the introduction chapter. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-03-16documentation/adt-manual/style.css: Changed PNG file in the title page styleScott Rifenbark1
The .aurthorgroup style uses a 'background-image' item to add the book title image. This had to be changed to 'figures/adt-title.png' from 'figures/kernel-title.png' since it is for the ADT manual. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-03-16documentation/adt-manual: cleaned up labels in chapter filesScott Rifenbark5
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/Makefile: Initial MakefileScott Rifenbark1
These edits take the Makefile from the version I copied over from the Kernel manual to create the initial version for the ADT Manual. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-03-16documentation/adt-manual/adt-manual.xml: Initial fileScott Rifenbark1
This is the initial file that the Makefile calls. The changes in this commit reflect edits taking it from the copied kernel manual version. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-03-16documentation/adt-manual/figures: Added title PNG file, deleted kernel ↵Scott Rifenbark2
title PNG file. I added the title PNG file and removed the existing (copied) kernel title PNG file. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-03-16documentation/adt-manual: New file structure for ADT ManualScott Rifenbark11
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>