summaryrefslogtreecommitdiff
path: root/documentation
AgeCommit message (Collapse)AuthorFiles
2010-10-27Added package installation requirements.Scott Rifenbark1
Added commands to support package installation of RPM-based host systems to the example. Input based on feedback from Dirk. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2010-10-27Re-inserted Poky Image as part of the front matter.Scott Rifenbark1
I have inserted the Poky image in the front matter again because the book is a Poky Guide. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2010-10-27documentation/poky-ref-manual: Fix image makefile to reference the imageRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-10-27Moved the Poky image file to the "Figures" folder.Scott Rifenbark1
The image file was in the same directory as the main reference manual files. So I moved the file into subdirectory "Figures" with other figures. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2010-10-27Re-installed the Poky Handbook image at the top of the manualScott Rifenbark1
I could not get the Yocto Project logo to appear correctly in the book after the title. I also decided that since Poky is by no means going away that this book should have that image associated with it as it is the Poky Reference Manual. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2010-10-27Updated the yocto-environment picture and added example command edits.Scott Rifenbark2
When scaled to fit the page the picture had a black vertical line artifact to the right. I snipped out the image a little tigher to eliminate this line. I also incorporated Dirk's comments tightening up the sequence of example commands to do the build. I incorporated Fedora 14 note and addition of the BB_NUMBER_THREADS and PARALLEL_MAKE variables. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2010-10-27docmentation/yocto-project-qs: Fix Yocto Environment graphicRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-10-27Removed first link to openembedded and replaced with more general text.Scott Rifenbark1
The link to openembedded was used to reference Linux distributions supporting Yocto Project. The link has been removed and replaced with more generic text so as to not have to link to openembedded. Text used is "A Host system running a supported Linux distribution (i.e. recent releases of Fedora, OpenSUSE, Debian, and Ubuntu)." Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2010-10-27Updated the first figure in the quick start.Scott Rifenbark1
This conceptual figure has been replaced by a more detailed work flow representing YP. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2010-10-27Corrected link to the yocto website.Scott Rifenbark1
This link was incorrect and has been changed to yoctoproject.com. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2010-10-27Updated supporting text to reflect new poky-4.0-build directory in exampleScott Rifenbark1
The example commands that build an image were updated to reflect the real 4.0 release. I updated the paragraph after the example commands to refer to the new release used in the command examples. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2010-10-27documentation-project-qs: Remove stray ]Richard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-10-27documentation/qs-guide: Fix urls for releaseRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-10-27Edits as described below:Scott Rifenbark1
1) Wording change based on Darren's input of making Linux kernel sound like the only open source part of YL 2) Removal of the "v" option for the tar command example. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2010-10-27Review changes applied.Scott Rifenbark1
1. Added Richard Purdie's general editing feedback to the "Welcome" and "Introducing the Yocto Project Development Environment" sections. 2. Added Kevin Tian's feedback: 1) changed "Sudo" to "sudo", 2) reversed the order of the sample "cd" and "source" commands since the "source" command builds the directory structure first so changing to the directory before running "source" made no sense, 3) removed the "bitbake qemu-native" command. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2010-10-27Updated figure.Scott Rifenbark1
Feedback from Kevin Tian suggested that the outer box be labeled "QEMU" rather than "Target." Also that the two inner boxes be "Set of Emulated Devices" and "Target CPU." Final change was the use of "Yocto Project Scripts" rather than "Yocto Linux Scripts." Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2010-10-27Updated this figure to correctly capaitalize opkg, zyper, and app-getScott Rifenbark1
Feedback from Kevin Tian suggested "OPKG" should be lower-case. Also, use of "zypper" instead of "YUM." I also lower-cased "apt-get." Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2010-10-27Removed reference to pre-build in section 5.3.2, "Using OprofileUI".Scott Rifenbark1
The "Using OprofileUI" section had a description of how to use a pre-built UI and how to download and build one. Feedback from Jessica Zhang suggested removing the instruction for using a pre-built UI. All that remains in the first paragraph now is instruction on how to download and build the UI. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2010-10-27Added the Anjuta Plug-in informationScott Rifenbark1
Added section 5.1.2.2 "The Anjuta Plug-in" into the Poky Reference Manual. This section consists of sub-sections 5.1.2.2.1 "Setting Up the Anjuta Plug-in", 5.1.2.2.2 "Configuring the Anjuta Plug-in", and 5.1.2.2.3 "Using the Anjuta Plug-in". This information was in the original Poky Handbook but had been removed by me since I thought it was not going to be supported for the 0.9 Yocto Release. It has now been restored with a note indicating that Anjuta will not be supported post 0.9 release. I did some general text editing in each section for readability. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2010-10-27documentation/pokt-ref-manual: Update with Yocto brandingRichard Purdie9
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-10-27documentation: Add Yocto quickstart guideRichard Purdie10
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-10-22documentation/bsp: update to reference FILESEXTRAPATHSJoshua Lock1
It's no longer neccesarry to define THISDIR and FILESPATH in each bbappend recipe. Should you need to reference extra files you should use FILESEXTRAPATHS Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-10-19documentation/poky-ref-manual: Update packages references to recipes and ↵Richard Purdie2
make sure bbappend files are included in example BBFILES lines Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-10-15documentation/poky-ref-manual: Various tweaks to the textRichard Purdie9
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-10-15documentation/tools: Add comments to scriptRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-10-15documentation: Complete poky-handbook -> poky-ref-manual renameRichard Purdie6
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-10-15documentation/handbook: Tweak Makefiles and paths after path changesRichard Purdie5
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-10-15handbook/poky-ref-manual: Makefile tweaksRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-10-15handbook: Move into documentation directoryRichard Purdie45
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>