aboutsummaryrefslogtreecommitdiffstats
path: root/documentation
AgeCommit message (Collapse)Author
2011-02-01documentation/poky-ref-manual/extendpoky.xml: Fixed make problemScott Rifenbark
Discovered that the manual was not making correctly due to a stray </literallayout> statement. I removed this statement and the manual now builds. Signed-off-by: Scott Rifenbark <scott@scott-desktop.(none)>
2011-01-25documentation/yocto-project-qs/yocto-project-qs.xml: Added note to ↵Scott Rifenbark
poky-qemu command Depending on the architecture you are booting and the profile of the filesystem image QEMU might come up in a new shell, and existing shell, have a GUI, or be in command-line mode. I added a note indicating this behavior. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-01-25documentation/yocto-project-qs/yocto-project-qs.xml: Updated <arch> value ↵Scott Rifenbark
for environment setup command The value for the 64-bit architecture was "x86-64" and not "x86_64". Changed it to be correct. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-01-25documentation/yocto-project-qs/yocto-project-qs.xml: Updated list ↵Scott Rifenbark
introducing pre-built section The section that introduces the using a pre-built binary section needed more items in the list. I added text for setting up the environment and for starting QEMU. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-01-25documentation/yocto-project-qs/yocto-project-qs.xml: Added sub-sections to ↵Scott Rifenbark
pre-built image section The pre-built image section was one long section that naturally broke into several areas. I inserted some sub-sections for better organization. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-01-25documentation/yocto-project-qs/yocto-project-qs.xml: Corrected environment ↵Scott Rifenbark
setup command I added the exact architecture strings for each of the five supported architectures as part of the /opt/poky/environment-setup.... commands resulting from installing the toolchain tarballs. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-01-20documentation/yocto-project-qs/figures/using-a-pre-built-image.png: Updated ↵Scott Rifenbark
figure Changed the figure so that "File System" is "Filesystem" Signed-off-by: Scott Rifenbark <scott@scott-desktop.(none)>
2011-01-20documentation/yocto-project-qs/yocto-project-qs.xml: General edits to YP QS.Scott Rifenbark
Revised the manual for better grammar and more technically accurate wordings. Worked closely with Scott Garman on the revision. Signed-off-by: Scott Rifenbark <scott@scott-desktop.(none)>
2011-01-20documentation/poky-ref-manual: expand discussion of PR and INC_PRPaul Eggleton
Expands a little on PR and INC_PR. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-01-20documentation/bsp-guide/bsp.xml: fix typo in variable namePaul Eggleton
FILESEXTRAPATH -> FILESEXTRAPATHS Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-01-18documentation/yocto-project-qs: Updated the Packages section.Scott Rifenbark
Added the packages autoconf and automake to both the Debeian-based host and the RPM-based host example commands. During a fresh development host system test run I found these packages were necessary to develop Yocto projects using Eclipse IDE. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-01-06documentation/yocto-project-qs/yocto-project-qs.xml: Corrections to Using ↵Scott Rifenbark
Pre-Built Binaries and QEMU section. Made several small changes: - Added a period to three-bullet list for consistency - grammar fix to sentence - Added clarification for getting stuff from qemu URL - Fixed the forms for the image and the file system image Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-01-06documentation/bsp-guide/bsp.xml: Commented out three sections.Scott Rifenbark
There are some sections now that don't correspond one-to-one with the standard file structure presented in section 1.1. So I am commenting them out for now. Since I am still in the process of iterating on this manual I don't want to just delete the information. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-01-06poky-ref-manual: Fix my email addressRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2010-12-21documentation/bsp-guide/bsp.xml: Spell checked the file.Scott Rifenbark
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2010-12-21documentation/bsp-guide/bsp.xml: Updated Linux Kernel Configuration section.Scott Rifenbark
Another round of feedback from Tom Z applied. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2010-12-21documentation/bsp-guide/bsp.xml: replaced the append file line in the templateScott Rifenbark
Section 1.1 has the example filesystem layout. The last line of the example filesystem layout had linux-wrs. It has been changed to linux-yocto-stable. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2010-12-21documentation/bsp-guide/bsp.xml: Updated the Linux Kernel Configuration sectionScott Rifenbark
These changes are another round of edits from Tom Z. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2010-12-21documentation/bsp-guide/bsp.xml: Added reference to Kernel documentation.Scott Rifenbark
I added a reference to the specific section in the kernel documentation that describes how to create a BSP Based on an existing similar BSP. The tools we have that create the PDF manuals from the DocBook XML do not support cross-referencing to another PDF manual. So, I was left with adding a clunky text-based reference to the section and a link to the docs page on the web-site. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2010-12-21documentation/bsp-guide/bsp.xml: Updated Linux Kernel Configuration section.Scott Rifenbark
I have re-written this section extensively based on a phone call with Tom Z. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2010-12-21documentation/bsp-guide/bsp.xml: Updated Display Support Files section.Scott Rifenbark
Added wording to indicate this directory as optional if the BSP had special requirements for graphics support. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2010-12-21documentation/bsp-guild/bsp.xml: Updated Miscellaneous Recipe Files sectionScott Rifenbark
Found a mis-spelling that I corrected. Also added wording to indicate this directory is optional. Put in a note telling that defaults are set if a formfactor is not found. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2010-12-21documentation/bsp-guide/bsp.xml: Updated Layer Configuration File SectionScott Rifenbark
Added wording to be sure user knows to replace "bsp" and "_bsp" in the boilerplate template example with the actual BSP name (i.e. <bsp_name>). Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2010-12-21documentation/bsp-guide/bsp.xml: Changed numbering scheme.Scott Rifenbark
It makes more sense to have the sections that describe the various parts of the common structure as sub-sections to that. That pulls out the click-through licensing into a higher-level section. This is better overall section organization. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2010-12-21documentation/bsp-guide/bsp.xml: Commented out three sections.Scott Rifenbark
There are some sections now that don't correspond one-to-one with the standard file structure presented in section 1.1. So I am commenting them out for now. Since I am still in the process of iterating on this manual I don't want to just delete the information. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2010-12-21documentation/bsp-guide/bsp.xml: Updated Linux Kernel Configuration section.Scott Rifenbark
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2010-12-21documentation/bsp-guide/bsp.xml: Added a Display Support Files section.Scott Rifenbark
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2010-12-21documentation/bsp-guide/bsp.xml: Removed the recipes-bsp/formfactor ↵Scott Rifenbark
directory from the common structure. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2010-12-21documentation/bsp-guide/bsp.xml: Added a Miscellaneous Recipe Files sectionScott Rifenbark
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2010-12-21documentation/bsp-guide/bsp.xml: Updated the Hardware Configuration Options ↵Scott Rifenbark
section I combined the tuning stuff into this section. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2010-12-21documenation/bsp-guide/bsp.xml: Updated the Layer Configuration File section.Scott Rifenbark
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2010-12-21documentation/bsp-guide/bsp.xml: Updated the Pre-built User Binaries section.Scott Rifenbark
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2010-12-21documentation/bsp-guide/bsp.xml: Added the README section.Scott Rifenbark
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2010-12-21documentation/bsp-guide/bsp.xml: Added new "License Files" section.Scott Rifenbark
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2010-12-21documentation/bsp-guide/bsp.xml: Updated the introductary paragraph to the ↵Scott Rifenbark
sections. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2010-12-21documentation/bsp-work/bsp.xml: Added crownbay BSP example to section 1.1.Scott Rifenbark
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2010-12-21documentation/bsp-guide/bsp.xml: Updated common form for file structure.Scott Rifenbark
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2010-12-21documentation/bsp-guide/bsp.xml: Inserted text before the file structure ↵Scott Rifenbark
example Added some text in section 1.1 explaining that the file structure example is an example and that the file structure of specific BSPs could differ. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2010-12-21documentation/bsp-guide/bsp.xml: Created better BSP example base namesScott Rifenbark
Lowered the "E" for the "meta-emenlow" BSP. Removed the "oaktrail" one, which is an Intel code name and replaced it with "beagleboard", which is a non-Intel board. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2010-12-21documentation/bsp-guide/bsp.xml: Added information about /binaryScott Rifenbark
Added information in the section about Pre-built User Binaries. In the first paragraph I stated that this directory would contain the Application Development Toolkit and minimal live images when the BSP is "tarred" up and placed on the Yocto Project website. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2010-12-21documentation/bsp-guide/bsp.xml: Fixed typoScott Rifenbark
Two lines had been earlier turned into a single sentence but the capitalization of the second line still remained. I switched "The" into "the". Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2010-12-21documentation/bsp-guide/bsp.xml: Added note qualifying BSP file structure.Scott Rifenbark
Inserted a note that states the BSP file structure shown is an example only and that a given BSP could have different files. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2010-12-21documentation/bsp-guide/bsp.xml: Changed meta naming conventionScott Rifenbark
Replaced meta-<bsp_name>/recipes-<bsp_name> with meta-<bsp_name>/recipes-bsp. This conforms to how the BSP standard will be working. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2010-12-20documentation/yocto-project-qs/yocto-project-qs.xml: Fixed grammar problemScott Rifenbark
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-12-20documentation/kernel-manual/figures/kernel-architecture-overview.png: ↵Scott Rifenbark
updated figure Updated the figure to not use "preempt_rt". Now uses "preempt-rt". Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-12-16Add glossary for PACKAGE_DESCRIPTION and PACKAGE_SUMMARY for binary packagingSaul Wold
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-12-14documentation/bsp-guide/bsp.xml: General edits.Scott Rifenbark
1. Edited to incorporate new file system naming structure per Saul Wold. This is the version I am sending him and Tom Z. to review. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Conflicts: documentation/bsp-guide/bsp.xml Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2010-12-14bsp-guide: correct BBPATH exampleDarren Hart
The BBPATH example was missing a : to separate the path elements. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2010-12-14documentation/kernel-manual/kernel-how-to.xml: added newline characterScott Rifenbark
There was a git checkout and git push command that did not have a newline character between the two line in a literallayout block. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2010-12-14documentation/kernel-manual/kernel-how-to.xml: fixed typo bug 588Scott Rifenbark
removed the ";" character that was part of the git log --pretty=oneline command example. This fixes bug [BUGID# 588]. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>