summaryrefslogtreecommitdiff
path: root/documentation/adt-manual
Commit message (Collapse)AuthorAgeFilesLines
* documentation/adt-manual/Makefile: Added PDF file to the tarballScott Rifenbark2011-04-061-1/+1
| | | | Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* documentation/adt-manual/adt-eclipse.xml: Updated repo URL for Eclipse Plug-inScott Rifenbark2011-04-061-1/+1
| | | | | | | 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>
* documentation/adt-manual/adt-prepare.xml: Added instruction for building ADT ↵Scott Rifenbark2011-03-251-3/+11
| | | | | | | | | | | | | 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>
* documentation/adt-manual/adt-manual.xml: Updated front matterScott Rifenbark2011-03-171-2/+2
| | | | | | | 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>
* documentation/adt-manual/adt-eclipse.xml: Re-inserted Autotools plug-in ↵Scott Rifenbark2011-03-171-2/+7
| | | | | | | | 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.
* documentation/adt-manual/adt-eclipse.xml: Specified qemu options outside of ↵Scott Rifenbark2011-03-161-4/+8
| | | | | | | | | | | 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>
* documentation/adt-manual/adt-eclipse.xml: Removed Autotools plug-in requirementScott Rifenbark2011-03-161-6/+2
| | | | | | | | 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>
* documentation/adt-manual/adt-command.xml: Initial draft of command line chapterScott Rifenbark2011-03-161-41/+50
| | | | | | This is the initial draft of the Using the Command Line chapter. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* documentation/adt-manual/adt-eclipse.xml: Initial draft for Eclipse chapter.Scott Rifenbark2011-03-161-35/+408
| | | | | | This is the initial draft of the Eclipse chapter. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* documentation/adt-manual/adt-package.xml: Initial fileScott Rifenbark2011-03-161-40/+65
| | | | | | | 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>
* documentation/adt-manual/adt-prepare.xml: Initial draft of preparation chapterScott Rifenbark2011-03-161-37/+216
| | | | | | This commit is the initial draft of the preparation chapter (chapter 2). Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* documentation/adt-manual/adt-intro.xml: Initial textScott Rifenbark2011-03-161-36/+96
| | | | | | This commit is the initial text for the introduction chapter. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* documentation/adt-manual/style.css: Changed PNG file in the title page styleScott Rifenbark2011-03-161-1/+1
| | | | | | | | 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>
* documentation/adt-manual: cleaned up labels in chapter filesScott Rifenbark2011-03-165-9/+9
| | | | | | | | | | 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>
* documentation/adt-manual/Makefile: Initial MakefileScott Rifenbark2011-03-161-6/+6
| | | | | | | 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>
* documentation/adt-manual/adt-manual.xml: Initial fileScott Rifenbark2011-03-161-11/+15
| | | | | | | 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>
* documentation/adt-manual/figures: Added title PNG file, deleted kernel ↵Scott Rifenbark2011-03-162-0/+0
| | | | | | | | | 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>
* documentation/adt-manual: New file structure for ADT ManualScott Rifenbark2011-03-1611-0/+1369
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>