aboutsummaryrefslogtreecommitdiffstats
path: root/documentation
AgeCommit message (Collapse)Author
2011-03-31documentation/yocto-project-qs/yocto-project-qs.xml: Edits plus Matt Madison ↵Scott Rifenbark
note regarding older host systems I made a few small edits and I added a reference to the wiki page 'https://wiki.yoctoproject.org/wiki/BuildingOnRHEL4' that has entries for older development hosts. Right now all that is there is the RHEL4 notes but the wiki page can be expanded as needed. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-03-31documentation/yocto-project-qs/yocto-project-qs.xml: cleaned out another "YP"Scott Rifenbark
Removed "YP" from another spot in the manual. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-03-31documentation/bsp-guide/Makefile: Updated to include PDF in tarballScott Rifenbark
For some reason the PDF version of this manual was not being included in the tarball created by the Makefile. I fixed this. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-03-31documentation/poky-ref-manual/usingpoky.xml: [BUGID# 929] - Note added ↵Scott Rifenbark
warning about switching up GPL versions In chapter 2 where we talk about building images I added a new note indicating that the user should not switch around using different GPL versions when trying to rebuild an image as it can cause dependency failures. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-03-29documentation/yocto-project-qs/yocto-project-qs.xml: removed (YP) acronymScott Rifenbark
I removed this YP acroynm since we never use it. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-03-25documentation/adt-manual/adt-prepare.xml: Added instruction for building ADT ↵Scott Rifenbark
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-25documentation/yocto-project-qs/yocto-project-qs.xml: [BUGID# 931] - Removed ↵Scott Rifenbark
Fedora 14 bitbake native note [BUGID# 931] - I have removed the Note indicating that the user must run 'bitbake make-native' if running Fedora 14. This is no longer a requirement for YP Release 1.0 Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-03-25documentation/yocto-project-qs/yocto-project-qs.xml: Bug reference added ↵Scott Rifenbark
courtesy Colin Walters In the Quick Start there is a note indicating that you should run 'bitbake make-native' followed by 'bitbake poky-image-sato' if you are running Fedora 14 or another distribution that ships with GNU. Colin Walters submitted a patch that offerred an URL for further explanation on a Make Bug. The URL is http://www.mail-archive.com/bug-make@gnu.org/msg06220.html. Rather than submit Colin's patch verbatim I updated the note to include the reference with a little different wording. This extra information submitted by Colin will be very helpful. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-03-18[BUGID# 873] - documentation/poky-ref-manual: Notes added for non-GPLv3 buildsScott Rifenbark
[BUGID# 873] - Added a note in the Images Appendix indicating that building an image without GPLv3 components is only supported for base and minimal images. Also put the two changes you have to do to the local.conf file for the build. Added a note in the second chapter in the section on building images. The note indicates the same as in the appendix but does not go into the local.conf file detail. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-03-18documentation/yocto-project-qs/yocto-project-qs.xml: Note added about proxyScott Rifenbark
I added a note to reference the FAQ entry in the Poky manual that describes how to get around proxy and firewall stuff hanging up getting the source code during a build. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-03-18documentation/yocto-project-qs/yocto-project-qs.xml: Added references to FAQsScott Rifenbark
In the beginning of the manual I added references to the FAQs we support. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-03-18documentation/yocto-project-qs/yocto-project-qs.xml: 1.0 edits applied to ↵Scott Rifenbark
examples This is first guess at the correct example commands and directory names for the Bernard 5.0 release. I don't have any real directories available to look at and doc changes are supposed to be frozen before the actual build. So these are guesses and will need reviewed. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-03-18documentation/yocto-project-qs/style.css: Updated note text colorScott Rifenbark
Had to update the note and tip text color to white to match other books. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-03-18documentation/yocto-project-qs/style.css: Updated stylesScott Rifenbark
I updated the style sheet to use Yocto blue for the headings and got rid of the green tip and note stuff. This style matches the other style sheet now. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-03-18[BUGID# 857] - documentation/yocto-project-qs/yocto-project-qs.xml: added ↵Scott Rifenbark
groff package [BUGID# 857] In the packages section for the list of Debian-based system package requirements I added 'groff'. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-03-18documentation/poky-ref-manual/faq.xml: Added entry about proxy and firewallScott Rifenbark
This is an explanation on how to get by the proxy or around the firewall when Poky is trying to find and download sources. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-03-18documentation/poky-ref-manual/extendpoky.xml: Formfactor path correctedScott Rifenbark
I changed the path 'meta/packages/formfactor/files/config' to 'meta/recipes-bsp/formfactor/files/config' per Joshua Lock's instruction for correctness. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-03-18documentation/poky-ref-manual/extendpoky.xml: small editsScott Rifenbark
Various small edits and format changes. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-03-18documentation/poky-ref-manual/usingpoky.xml: Small editsScott Rifenbark
I made some minor edits. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-03-18documentation/poky-ref-manual/faq.xml: Added three FAQ entriesScott Rifenbark
Added three FAQ entries per Joshual Lock. 1. How do I disable the cursor on my touchscreen device? 2. How do I make sure connected network interfaces are brought up by default. 3. How do I create images with more free space? Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-03-18documentation/poky-ref-manual/usingpoky.xml: More BitBake changesScott Rifenbark
Forgot to search for "Bitbake" occurances. These are now changed to "BitBake." Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-03-18documentation/poky-ref-manual/usingpoky.xml: grammar fix and BitBake fixScott Rifenbark
Fixed a grammar problem and then did a search and replace for "bitbake" to replace with "BitBake". Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-03-18documentation/poky-ref-manual/introduction.xml: Wording and release updateScott Rifenbark
I changed several occurances of "Yocto Project" to "the Yocto Project." Also changed the statement about what Poky release the book supported. It previously said "applies to Poky Release 4.0 (Laverne)." I changed this to "applies to Poky Release 5.0 (Bernard)." Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-03-18documentation/poky-ref-manual/introduction.xml: Removed linkScott Rifenbark
Removed a link to the Intel Website. Upon testing this link I discovered that it loads the Intel site into the current web page and then disables the back button. Rather annoying. I tried to change the link to pop a new window but couldn't get the ulink.target parameter to work. Ran out of time to try and figure it out so I removed the link. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-03-18documentation/poky-ref-manual/faq.xml: Spell CheckScott Rifenbark
Performed a spell check and corrected several problems. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-03-18documentation/poky-ref-manual/poky-ref-manual.xml: Updated title pageScott Rifenbark
Updated the title page by adding a new revision entry for the manual. Not sure of the current revision numbering scheme so I reset it to Revision 1.0 to match that of the release. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-03-18documentation/poky-ref-manual/style.css: Updated to match other manualsScott Rifenbark
I have updated some styles so that the GIT manuals are looking more consistent and have better color schemes for the section headings. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-03-18documentation/poky-ref-manual/extendpoky.xml: Spell checkScott Rifenbark
A spell check performed on this chapter. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-03-18[BUGID# 293] - documentation/poky-ref-manual/extendpoky.xml: Added text for ↵Scott Rifenbark
choosing server [BUGID# 293] - I added text at the end of section 3.2.3 "Customizing Images Using Custom IMAGE_FEATURES" to include explanation of the two servers Poky uses for images by default. Also how to change the variable IMAGE_FEATURES to configure the server. This change is part of the fix for BUGID# 293 and was suggested by Scott Garman. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-03-18documentation/kernel-manual/kernel-how-to.xml: Spell checkedScott Rifenbark
Performed a spell check and found a couple items. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-03-18documentation/kernel-manual/kernel-manual.xml: Updated the title pageScott Rifenbark
I updated the title page to add Revision 1.0 to the Revision history table. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-03-18documentation/bsp-guide/bsp.xml: Spell checkScott Rifenbark
Performed a spell check and caught a couple small things. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-03-18documentation/bsp-guide/style.css: Updated Style SheetScott Rifenbark
I updated the HTML style sheet to match that of the other online manuals. Section heads are now in Yocto blue and tip box color is inline with Yocto color schemes. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-03-18documentation/bsp-guide/bsp-guide.xml: Updated Title PageScott Rifenbark
I updated the revision table for the manuals to have better wording and to go from oldest to newest top down. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-03-18documentation/bsp-guide/figures/bsp-title.png: Updated PNG file for titleScott Rifenbark
I updated the figure for the title so that it uses the same color scheme as the other manuals. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-03-17documentation/adt-manual/adt-manual.xml: Updated front matterScott Rifenbark
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 Rifenbark
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 Rifenbark
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 Rifenbark
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 Rifenbark
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 Rifenbark
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 Rifenbark
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 Rifenbark
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 Rifenbark
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 Rifenbark
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 Rifenbark
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 Rifenbark
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 Rifenbark
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 Rifenbark
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 Rifenbark
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>