summaryrefslogtreecommitdiffstats
path: root/documentation
Commit message (Collapse)AuthorAgeFilesLines
* documentation/yocto-project-qs/yocto-project-qs.xml: Added Copyright datesScott Rifenbark2011-02-251-0/+1
| | | | | | | | | | | | Added "Copyright 2010-2011 Linux Foundation" under the title. For now this will have to do. Once we get the converted website up I would like to see all manuals displayed as HTML files within the context of the site layout. At that point we can have a copyright and trademark stuff in a persistent footer. [BUGID #696] Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* documentation/kernel-manual/kernel-manual.xml: Updated copyright dateScott Rifenbark2011-02-251-1/+1
| | | | | | Changed the copyright date from "2010" to "2010-2011". Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* documentation/bsp-guide/bsp-guide.xml: Updated copyrightScott Rifenbark2011-02-251-1/+1
| | | | | | Changed copyright date from "2010" to "2010-2011" Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* documentation/poky-ref-manual/poky-ref-manual.xml: updated copyright dateScott Rifenbark2011-02-251-1/+1
| | | | | | Changed the copyright upper date from 2010 to 2011. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* documentation/poky-ref-manual/faq.xml: [BUGID# 628] - Added new question for ↵Scott Rifenbark2011-02-231-0/+41
| | | | | | | | | Python 2.6 requirement. As part of the fix for #628 I added a new question to the FAQ for use of Poky when you do not have Python 2.6. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* documentation/yocto-project-qs/yocto-project-qs.xml: [BUGID# 628] - Added ↵Scott Rifenbark2011-02-231-0/+6
| | | | | | | | | | | | note about Python 2.6 bitbake requirement Part of the fix for Bug 628 is to add a note that bitbake requires python 2.6. I added this note before the example bitbake command that builds an image. I also added a linked reference to the Poky Reference Manual and mentioned the FAQ appendix. There will be more information about the python requirement in the FAQ. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* documentation/kernel-manual/kernel-how-to.xml: Changes to section 3.4.4 and ↵Scott Rifenbark2011-02-181-0/+31
| | | | | | | | | | new 3.4.5 I made some updates to the 3.4.4 section according to Bruce Ashfield's feedback. I also added a new section 3.4.5 (Creating a BSP Based on an Existing Similar BSP Without a Local Kernel Repository). Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* documentation/kernel-manual/kernel-how-to.xml: fix to step 3 and 4 of ↵Scott Rifenbark2011-02-181-1/+6
| | | | | | | | | | | | | section 3.4.4 Added text after the sample bbappend file stating that the user needs to update the KSRC assignment statement and also remove its comment. Also they have to remove the comment from the SRC_URI line. Changed the bitbake command in step 4 to use the linux-yocto-stable file rather than the linux-yocto file. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* documentation/kernel-manual/kernel-how-to.xml: Fix to step 3 of section 3.4.4Scott Rifenbark2011-02-181-1/+1
| | | | | | | | Changed 'linux-yocto_git.bbappend' to 'linux-yocto-stable_git.bbappend' in step 3 just before the code example. This makes the code consistent with the rest of the example supporting the 2.6.34 kernel. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* documentation/kernel-manual/kernel-how-to.xml: Fix to step 1 of section 3.4.4Scott Rifenbark2011-02-181-1/+2
| | | | | | | | | | Step one states that the linux-yocto_git.bbappend file is left. This file is associated with distro 2.6.37 kernel and the rest of the example is associated with the 2.6.34 kernel. So, I changed the step to indicate that the directory is left with a linux-yocto-stable_git.bbappend file. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* documentation/kernel-manual/kernel-how-to.xml: More changes to the creating ↵Scott Rifenbark2011-02-141-12/+17
| | | | | | | | | BSP section. These changes implemented Bruce Ashfield's next round of changes to the section 4.3.3 example. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* documentation/kernel-manual/kernel-how-to.xml: Fixed typeScott Rifenbark2011-02-141-1/+1
| | | | | | | In section 4.3.3 step 2 there was a directory 'build/donf/bblayers.conf'. I fixed the typo to 'build/conf/bblayers.conf'. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* documentation/kernel-manual/kernel-how-to.xml: - Condense and merge example ↵Scott Rifenbark2011-02-141-1/+1
| | | | | | | | | | changed. The example used to show how to condense and merge two BSPs into a second SCM used a non-existant machine (cav_ebt5800-standard). I replaced this machine with 'common_pc_64-standard, which is a real machine. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* documentation/kernel-manual/kernel-how-to.xml: [BUGID# 597] Reversing ↵Scott Rifenbark2011-02-141-6/+6
| | | | | | | | | | | common-pc-standard [BUGID# 597] - After talking with Bruce Ashfield the kernel documentation needs to support the 2.6.34 disribution. So, the 'common-pc-standard' strings need to be changed back to 'common_pc-standard'. This fix restores them. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* documentation/yocto-project-qs/yocto-project-qs.xml: [BUGID# 631] - Added ↵Scott Rifenbark2011-02-141-0/+11
| | | | | | | | | | tip for saving disk space during a build. [BUGID# 631] - I added a tip in the section where we show a sample build. The tip says that you can add 'INHERIT += "rm_work"' to the local.conf file to help conserve disk space during a build. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* documentation/kernel-manual/kernel-how-to.xml: [BUGID# 597] Fixed common_pcScott Rifenbark2011-02-141-6/+6
| | | | | | [BUGID# 597] - Changed the string "common_pc" to "common-pc". Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* documentation/poky-ref-manual/extendpoky.xml: Fixed make problemScott Rifenbark2011-02-011-1/+1
| | | | | | | | 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)>
* documentation/yocto-project-qs/yocto-project-qs.xml: Added note to ↵Scott Rifenbark2011-01-251-2/+13
| | | | | | | | | | | 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>
* documentation/yocto-project-qs/yocto-project-qs.xml: Updated <arch> value ↵Scott Rifenbark2011-01-251-23/+23
| | | | | | | | | 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>
* documentation/yocto-project-qs/yocto-project-qs.xml: Updated list ↵Scott Rifenbark2011-01-251-2/+9
| | | | | | | | | | 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>
* documentation/yocto-project-qs/yocto-project-qs.xml: Added sub-sections to ↵Scott Rifenbark2011-01-251-15/+27
| | | | | | | | | | 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>
* documentation/yocto-project-qs/yocto-project-qs.xml: Corrected environment ↵Scott Rifenbark2011-01-251-2/+5
| | | | | | | | | | 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>
* documentation/yocto-project-qs/figures/using-a-pre-built-image.png: Updated ↵Scott Rifenbark2011-01-201-0/+0
| | | | | | | | figure Changed the figure so that "File System" is "Filesystem" Signed-off-by: Scott Rifenbark <scott@scott-desktop.(none)>
* documentation/yocto-project-qs/yocto-project-qs.xml: General edits to YP QS.Scott Rifenbark2011-01-201-54/+133
| | | | | | | 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)>
* documentation/poky-ref-manual: expand discussion of PR and INC_PRPaul Eggleton2011-01-202-8/+17
| | | | | | Expands a little on PR and INC_PR. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* documentation/bsp-guide/bsp.xml: fix typo in variable namePaul Eggleton2011-01-201-1/+1
| | | | | | FILESEXTRAPATH -> FILESEXTRAPATHS Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* documentation/yocto-project-qs: Updated the Packages section.Scott Rifenbark2011-01-181-2/+3
| | | | | | | | | 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>
* documentation/yocto-project-qs/yocto-project-qs.xml: Corrections to Using ↵Scott Rifenbark2011-01-061-4/+11
| | | | | | | | | | | | | 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>
* documentation/bsp-guide/bsp.xml: Commented out three sections.Scott Rifenbark2011-01-061-1/+1
| | | | | | | | | 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>
* poky-ref-manual: Fix my email addressRichard Purdie2011-01-061-2/+2
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/bsp-guide/bsp.xml: Spell checked the file.Scott Rifenbark2010-12-211-5/+5
| | | | Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* documentation/bsp-guide/bsp.xml: Updated Linux Kernel Configuration section.Scott Rifenbark2010-12-211-6/+11
| | | | | | Another round of feedback from Tom Z applied. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* documentation/bsp-guide/bsp.xml: replaced the append file line in the templateScott Rifenbark2010-12-211-1/+1
| | | | | | | | 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>
* documentation/bsp-guide/bsp.xml: Updated the Linux Kernel Configuration sectionScott Rifenbark2010-12-211-26/+63
| | | | | | These changes are another round of edits from Tom Z. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* documentation/bsp-guide/bsp.xml: Added reference to Kernel documentation.Scott Rifenbark2010-12-211-1/+3
| | | | | | | | | | | 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>
* documentation/bsp-guide/bsp.xml: Updated Linux Kernel Configuration section.Scott Rifenbark2010-12-211-29/+40
| | | | | | | 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>
* documentation/bsp-guide/bsp.xml: Updated Display Support Files section.Scott Rifenbark2010-12-211-1/+2
| | | | | | | 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>
* documentation/bsp-guild/bsp.xml: Updated Miscellaneous Recipe Files sectionScott Rifenbark2010-12-211-2/+7
| | | | | | | | | 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>
* documentation/bsp-guide/bsp.xml: Updated Layer Configuration File SectionScott Rifenbark2010-12-211-1/+3
| | | | | | | 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>
* documentation/bsp-guide/bsp.xml: Changed numbering scheme.Scott Rifenbark2010-12-211-24/+23
| | | | | | | | | 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>
* documentation/bsp-guide/bsp.xml: Commented out three sections.Scott Rifenbark2010-12-211-2/+2
| | | | | | | | | 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>
* documentation/bsp-guide/bsp.xml: Updated Linux Kernel Configuration section.Scott Rifenbark2010-12-211-3/+6
| | | | Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* documentation/bsp-guide/bsp.xml: Added a Display Support Files section.Scott Rifenbark2010-12-211-0/+24
| | | | Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* documentation/bsp-guide/bsp.xml: Removed the recipes-bsp/formfactor ↵Scott Rifenbark2010-12-211-1/+0
| | | | | | directory from the common structure. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* documentation/bsp-guide/bsp.xml: Added a Miscellaneous Recipe Files sectionScott Rifenbark2010-12-211-0/+18
| | | | Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* documentation/bsp-guide/bsp.xml: Updated the Hardware Configuration Options ↵Scott Rifenbark2010-12-211-7/+6
| | | | | | | | section I combined the tuning stuff into this section. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* documenation/bsp-guide/bsp.xml: Updated the Layer Configuration File section.Scott Rifenbark2010-12-211-3/+5
| | | | Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* documentation/bsp-guide/bsp.xml: Updated the Pre-built User Binaries section.Scott Rifenbark2010-12-211-4/+10
| | | | Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* documentation/bsp-guide/bsp.xml: Added the README section.Scott Rifenbark2010-12-211-0/+19
| | | | Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* documentation/bsp-guide/bsp.xml: Added new "License Files" section.Scott Rifenbark2010-12-211-0/+19
| | | | Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>