summaryrefslogtreecommitdiffstats
path: root/documentation/adt-manual/adt-package.xml
Commit message (Collapse)AuthorAgeFilesLines
* documentation/adt-manual/adt-package.xml: Applied poky.ent variables.Scott Rifenbark2012-06-291-2/+3
| | | | | | | (From yocto-docs rev: 6d5a53feae97cdb4c7bd95dc2788c08e463d931a) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/adt-manual/adt-package.xml: Fixed reference to manual.Scott Rifenbark2012-01-301-3/+1
| | | | | | | | | | Removed redundant link for referencing a section of a different manual. (From yocto-docs rev: 44f4df93ead5c8d48dd536355770919871bdc283) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: cross-manual links hard-coded for 1.1.1 release.Scott Rifenbark2012-01-301-2/+2
| | | | | | | | | | All the links to any YP manual for the 1.1.1 release now use "http://www.yoctoproject.org/docs/1.1.1/....". (From yocto-docs rev: 178d16e8693550341a4d307e36af934ce0bfe4c3) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* YOCTO #1088: documentation - Added text to partially address package bugScott Rifenbark2011-09-021-0/+7
| | | | | | | | | | | | | | | | | | | This bug was filed by Gary Thomas and was requesting more information on the "hows" and "whys" of setting up your own package repositories. At this point, I have added information to help the user understand build performance issues when choosing between the RPM and IPKG packaging systems. Likely, there is more that needs to be added to fully address this bug. For now, I added explanations in the packaging class and glossary areas of the YP reference manual, a new paragraph in the YP QS just prior to firing off a build, and a new bit of information in the configuring PMS in the ADT Manual. (From yocto-docs rev: d0025f862cb85ca741787b4737dca286e3ebfb45) 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-23/+29
| | | | | | | | | | 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-package.xml: Fixed typo and long commandsScott Rifenbark2011-08-231-3/+6
| | | | | | | | | | | | Errors caught by Robert P. J. Day: 1. An extra ">" character removed. 2. Overly long commands changed to use the continuation symbol. (From yocto-docs rev: e84b7d5a46817fdc9c0f55242840989cbe8494c7) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/adt-manual/adt-package.xml: Minor editsScott Rifenbark2011-08-201-8/+9
| | | | | | | (From yocto-docs rev: f035bf540c07b98d88dbf134b4a4706887754e32) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/adt-manual/adt-package.xml: Updates to configuring PMSScott Rifenbark2011-06-241-11/+11
| | | | | | | | | | Changed the command examples so the variables contained underscore characters. (From yocto-docs rev: 34bfceb14a04c5fa026486f33d32df7c21f8c742) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/adt-manual/adt-package.xml: Updated PMS sectionScott Rifenbark2011-06-241-2/+2
| | | | | | | | | | Small correction to refer to sysroot instead of root filesystem in opening paragraph. (From yocto-docs rev: e9af5bbd69ab9421a97ce87d5210d31838e93151) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* 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. (From OE-Core rev: 2e3d29d493d6a3be006e80e75e41a0ff9ad29564) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/adt-manual: cleaned up labels in chapter filesScott Rifenbark2011-03-161-2/+2
| | | | | | | | | | | | | 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. (From OE-Core rev: d30460c835c51dcc9301bcd848ceda29ba9ceeb6) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/adt-manual: New file structure for ADT ManualScott Rifenbark2011-03-161-0/+57
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. (From OE-Core rev: ac2c8848bbefcf7d24192573904baaef87c67382) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>