summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
Commit message (Collapse)AuthorAgeFilesLines
* documentation/dev-manual/dev-manual-bsp-appendix.xml: Fixed BBFILES_COLLECTIONS.Scott Rifenbark2011-09-021-1/+1
| | | | | | | | | | | Jim Abernathy ran into an error in the BSP example. The error had the BBFILES_COLLECTIONS_mymachine in it (incorrect). It needs to be BBFILES_COLLECTIONS. (From yocto-docs rev: 267a385aa5ab0eb46cf583db418cbbcab1e8b89b) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-kernel-appendix.xml: moved statementScott Rifenbark2011-09-021-2/+2
| | | | | | | | | | | Dave Stewart said that good coding practice is to set the variables before any print statements. So I moved one statement above the example printk statements. (From yocto-docs rev: bad0537a5a6472fb3fef06de9763990a0c352e25) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-model.xml: minor editsScott Rifenbark2011-09-021-1/+3
| | | | | | | | | | Feedback per Dave Stewart added to clarify which two important configuration files need editing. (From yocto-docs rev: f37ade7f0d31ae6284c3bfee184c88b523f5fe69) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/figures: Three figures for kernel added.Scott Rifenbark2011-09-023-0/+0
| | | | | | | | | | these are new figures to support the "Modifying the Kernel" conceptual section. (From yocto-docs rev: 1a0ecc104479b54a8122e3de2b30694fac8d7e73) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-model.xml: Edits to Modifying KernelScott Rifenbark2011-09-021-44/+118
| | | | | | | | | | | | | | | Complete re-write of this section based on feedback from Dave Stewart. Dave's comments centered around not being able to understand the overall concepts of the Git repositories, the source areas on the host, etc. I have added several illustrations and written around them to try and better explain the kernel storage system in Git used by YP and how that tranlates into host-resident code that the developer ultimately uses and the Poky build system uses for the build. (From yocto-docs rev: 4e37f68f77261f6519426fb81ba407c456f8d1a1) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-newbie.xml: added more to contributingScott Rifenbark2011-08-301-4/+45
| | | | | | | | | | | The section on how to contribute changes to the YP resides in this development guide. I took additional information from the YP reference manual and merged it into the section here. (From yocto-docs rev: 945dd29417cf51044332114e499b08fe24ef3077) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-intro.xml: Added other information from refScott Rifenbark2011-08-301-26/+80
| | | | | | | | | | | | The YP reference manual had an appendix that included reference or resource information such as mailing lists, bugzilla link, and IRC chat stuff. This type of information is best suited for the introductory area of the development manual. (From yocto-docs rev: a5576ed0d3360cdb32070ade6577cb7687923b10) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: Changes to Paul Eggleton's edits for various manuals.Scott Rifenbark2011-08-241-1/+1
| | | | | | | | | | | | | | Paul sent me a bunch of minor edits and technical corrections for the ADT, BSP, Development, and YP reference manual. Most changes were taken as he submitted them. However, some formatting conventions were not followed in the commits he made to yocto-docs/paule/docs2. After merging them to my yocto-docs/master branch I fixed some issues. (From yocto-docs rev: 93f4ea2dee976448f623953e801a80d59736450a) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: set titles for all documentsPaul Eggleton2011-08-241-1/+1
| | | | | | | | | | These documents do not have titles when showing up on the website; set the title tag value so that they do. (From yocto-docs rev: baf958e3f49317689275b14dd31c6141f36c8c65) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/figures: Figure updatesScott Rifenbark2011-08-232-0/+0
| | | | | | | | | | | Not sure if I need to commit these again. They are showing up in the git status command so I might have updated them and forgot to commit them. Doing so to be sure. (From yocto-docs rev: 75c87592c10647ec09f42a1363a8ae123cd6e33d) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-newbie.xml: Updated term list.Scott Rifenbark2011-08-231-1/+14
| | | | | | | | | | I added a reference to the Image appendix for the description of images. Also, added a new term "meta-toolchain." (From yocto-docs rev: a9c1110ec7499afa669416c00bc81573fcbf920d) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual: Incorporated Joshua Lock's review comments.Scott Rifenbark2011-08-233-37/+52
| | | | | | | (From yocto-docs rev: d4bf6343d7575ff96030242e2025570db52b515b) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-newbie.xml: added picture for newbie GitScott Rifenbark2011-08-201-2/+2
| | | | | | | (From yocto-docs rev: 608656076131b7cab829344d8ed0f63c655566d7) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-bsp-appendix.xml: Corrected the SRCREV ↵Scott Rifenbark2011-08-201-2/+2
| | | | | | | | | | | | | statement Comment from Bruce Ashfield indicated that this statement needed to be SRCREV_meta_pn-linux-yocto_mymachine ?= \ "84f1a422d7e21fbc23a687035bdf9d42471f19e0" (From yocto-docs rev: 917bfca1af7f82ad330854849e0ec4f30289543a) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-kernel-appendix.xml: Added kernel ↵Scott Rifenbark2011-08-201-41/+169
| | | | | | | | | | | | | | | | | reconfigure example. this example uses the CONFIG_SMP configuration. By default, this configuration is disabled. The example shows how to use menuconfig and explains the .config file role and how you can use it combined with menuconfig to manage multiple configuration changes. Thanks to Darren Hart for identifying this simple change to demonstrate how to change the kernel configuration. (From yocto-docs rev: c571c01b8589ad6f76e66388c3ae24a1de029f65) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: updated the note in the front matter to use a link specific ↵Scott Rifenbark2011-08-201-1/+1
| | | | | | | | | to manual. (From yocto-docs rev: 8008a00e188dc0569d0fb6e5cf497637a0b57747) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual.xml: updated note for latest documentation.Scott Rifenbark2011-08-201-2/+4
| | | | | | | | | The link does not exist yet. (From yocto-docs rev: e74440f299eee8372090a749a301b10871eb297f) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual: Scott Garman's review comments.Scott Rifenbark2011-08-153-42/+49
| | | | | | | | | | Made several editing corrections for various terms and phrasings based on Scott Garman's review. (From yocto-docs rev: a21ba80151ce82683d45cd67ddb0728d779b007a) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-start.xml: Note addedScott Rifenbark2011-08-151-0/+4
| | | | | | | | | | | | | Bruce Ashfield suggested adding a note near the explanation of creating a bare clone that suggests if the user already has a linux yocto kernel Git repo handy they can reference that repo in the 'git clone --bare' command rather than referencing the upstream source repository as a way to speed up the process. (From yocto-docs rev: 132a9cfcef3397677b54eace7831d25f8a321b93) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-model.xml: Comments from AshfieldScott Rifenbark2011-08-151-2/+4
| | | | | | | | | | | | | | | | 1. now refer to the linux 2.6.39-rc1 as the 'latest upstream release candidate available. 2. Noted where you can find the linux-2.6 kernel - in the meta-kernel-dev area. These changes were from Bruce Ashfield's review of an early version of the Yocto Project Development Manual. (From yocto-docs rev: 83d6e75e7d5f4d60040c4b7ebb0c7bb11b1b67e8) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual: Changed 2.6.37 to 3.0 for 1.1 release.Scott Rifenbark2011-08-154-28/+31
| | | | | | | | | | | Bruce Ashfield's review comments indicated that we will be using linux-yocto-3.0 and not linux-yocto-2.6.37. So I am putting these changes in to anticipate the 1.1 release. (From yocto-docs rev: ecbe1c90c5aa65b2dde77ba6094b5956e37d061d) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-model.xml: rescaled kernel figureScott Rifenbark2011-08-151-3/+3
| | | | | | | | | | Had to set to scalefit="1" so this figure would appear correctly in the PDF version of the manual. (From yocto-docs rev: 166305f39859e11f15702a8f6eb1f5a524b589c4) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-newbie.xml: fixed git-format-emailScott Rifenbark2011-08-151-1/+1
| | | | | | | | | | Bruce Ashfield review comment indicated incorrect usage of 'git-format-email' command. Changed to 'git format-email' (From yocto-docs rev: 888cc503f836787462dc9d3029c761323037df52) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-model.xml: Added optional wording.Scott Rifenbark2011-08-151-1/+1
| | | | | | | (From yocto-docs rev: 5a2281449853346d8ae14c932404031981d8b61a) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-model.xml: wording change.Scott Rifenbark2011-08-151-1/+1
| | | | | | | (From yocto-docs rev: 52a34bf697afa749f2f0e2c1f79e4b6b177364c1) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-newbie.xml: wording change.Scott Rifenbark2011-08-151-1/+1
| | | | | | | (From yocto-docs rev: 752f43be2f5746d239a937d6b5ca8c5d6d83eac0) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-kernel-appendix.xml: structure addedScott Rifenbark2011-08-151-0/+29
| | | | | | | | | | Two additional section placeholders added for changing kernel configuration and for adding kernel recipes added to the appendix. (From yocto-docs rev: 27c0ea3dddb652c4367b097b612edbdb76d7725d) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-kernel-appendix.xml: edit pass.Scott Rifenbark2011-08-151-89/+116
| | | | | | | (From yocto-docs rev: 77dec8c28ce519b6b9c2afd2a5410653fdfd22e8) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-model.xml: re-write of the kernel dev ↵Scott Rifenbark2011-08-151-37/+48
| | | | | | | | | | | | | | | | | overview After getting the example in kenerl example appendix working I discovered much that was wrong in this overview. The overview attempts to generalize all the situations for kernel modification. These include code changes, configuration changes, and the addition of new recipes. It also includes the situation where a developer wants to gather all the changes into a separate layer for distribution and for when they want to push them up the tree. (From yocto-docs rev: 5498d7b38d3a2f14befa82b66af9919a449e0f04) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-kernel-appendix.xml: added noteScott Rifenbark2011-08-151-2/+8
| | | | | | | | | | | | | | | There are some issues with the fact that the build process parses all kernel .bbappend files whether they are used or not during the build process. I added an extra build configuration note regarding editing the .bbappend file. I noted that you either have to edit every .bbappend file and comment out the COMPATIBLE_MACHINE statement or simply remove all the kernel recipe append files except the one you are interested in. (From yocto-docs rev: ecece911a1623b9b12bb73bab50891fbdea7afbe) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-kernel-appendix.xml: file name changeScott Rifenbark2011-08-151-2/+7
| | | | | | | | | | I changed 'linux-yocto-2.6.37.bbappend' to 'linux-yocto_2.6.37'. Also started a new note. (From yocto-docs rev: c78a937b9df37f68beee31c51914811ddd4d771f) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-bsp-appendix.xml: changed file nameScott Rifenbark2011-08-151-6/+6
| | | | | | | | | I changed 'linux-yocto-2.6.37.bbappend' to 'linux-yocto_2.6.37. (From yocto-docs rev: 0eb284374ef9dfb26142ae4d0254a0fe4056d0ab) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual: Positioned figures for PDF outputScott Rifenbark2011-08-152-2/+2
| | | | | | | | | | Had to tweak the viewing area to get two figures to display correctly in the PDF version of the file. (From yocto-docs rev: 89b2618e11c05744f54a9fbd39cd899117a2affc) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/figures/kernel-example-repos.png: new figureScott Rifenbark2011-08-151-0/+0
| | | | | | | | | | | This figure provides a conceptual look at the repos and file structures needed to run the example. Or, for that matter, to get set up to modify the kernel. (From yocto-docs rev: d469449f1d416a6a96bdde297daae68a9f3094e5) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-kernel-appendix.xml: re-writeScott Rifenbark2011-08-151-143/+362
| | | | | | | | | | | | I performed a major re-write of this section that touched all aspects of it. This was necessary due to the fact I could not get the example running because of not understanding the repo location and branch needs to set it up. (From yocto-docs rev: 160e66d0c8ddf11584c53306def916a45a05f62b) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-start.xml: split out poky-extrasScott Rifenbark2011-08-151-10/+24
| | | | | | | | | | | | I separated the section that explains how to set up the poky-extras git repository. This used to be in the kernel area right after creating the bare clone and the copy of the bare clone. I thought it would be better as a stand-alone bulleted item. (From yocto-docs rev: 4ea917c7218f238e2b0d2bb377a97f4b1f5eb1f6) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-start.xml: Added to kernel source setupScott Rifenbark2011-08-151-9/+29
| | | | | | | | | | | | | | I added instruction on how to set up a bare clone of the linux yocto kernel files and then how to create a clone of the bare clone. Finally added a part about setting up the meta-kernel-dev repository. This setup should do it for those that want to modify the kernel and not have to download source files from the upstream everytime they make a change. (From yocto-docs rev: 90ae8249d119d5db17507eea37eb6deb0822a682) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-kernel-appendix.xml: partial edits.Scott Rifenbark2011-08-151-0/+61
| | | | | | | | | still working on the kernel example. (From yocto-docs rev: 90c8cb778d3c146f24626a681f05b88bab1e9766) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-kernel-appendix.xml: new section for imageScott Rifenbark2011-08-151-0/+66
| | | | | | | | | | I added a new section for the example that ensures the image for qemu is available. (From yocto-docs rev: a3ca52cb7088ec85502b507093082f35f23befd4) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-newbie.xml: Added anchor pointScott Rifenbark2011-08-151-1/+1
| | | | | | | | | | I placed an anchor point in the Index of Downloads bulleted item for reference from other documents. (From yocto-docs rev: 7d4f96d20667fbf5f52e25840b39f1994b1c4cd3) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-kernel-appendix.xml: partial updatesScott Rifenbark2011-08-151-200/+305
| | | | | | | | | various things going on in the kernel example. Far from complete. (From yocto-docs rev: 0c0548b79589a606f91bdb39e5a2ece71f4c108e) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-bsp-appendix.xml: better link added.Scott Rifenbark2011-08-151-1/+3
| | | | | | | | | | | In the section that describes how to get the local Yocto Project files I was referencing the general section. I have added a more specific link to the bulleted item that describes how to get these files. (From yocto-docs rev: 2b03c4d39a83d731581a6cd63a5c9e5c7e4cb57b) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-model.xml: referenced cloning kernel files.Scott Rifenbark2011-08-151-4/+14
| | | | | | | | | | | | In the flow section for the kernel modification section I added a new step for getting a local copy of the linux yocto kernel files. The section indicates that you need a local Git repository of the files and then references back to the Getting Started section for an example. (From yocto-docs rev: 6601e06635c6f57ddbf8109cc1dfdc8a8e7f74af) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-start.xml: Added section for kernel files.Scott Rifenbark2011-08-151-2/+20
| | | | | | | | | | | | In the section that shows how to get various groups of files needed for using YP I added a bulleted item to show how to clone the linux yocto kernel files. this section will be referenced from the kernel example flow section and the kernel example appendix. (From yocto-docs rev: 4126d1456290d677ab8dc1d02d11aac6eb8add46) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-start.xml: removed "probably".Scott Rifenbark2011-08-151-1/+1
| | | | | | | | | the user should use Git commands..no probably about it. (From yocto-docs rev: 84b0b4e8c7b6b89c81503f40ba855e9f624887c3) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-model.xml: removed image description list.Scott Rifenbark2011-08-151-92/+12
| | | | | | | | | | I moved the image description list to the Yocto Project Reference manual where it really belonged. Appropriate references were added. (From yocto-docs rev: fc74439c09d1f45cdfbc24d972045e574ffa91ec) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-model.xml: Edit pass over the kernel flow.Scott Rifenbark2011-08-151-41/+40
| | | | | | | | | | | I made another edit pass through the high-level kernel modification flow list. this is the list I will work from while trying to actually do the task. (From yocto-docs rev: ac9b2d8961abec9016c6c1e10222d0af36c4be4c) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/figures/bsp-dev-flow.png: Updated BSP flow diagram.Scott Rifenbark2011-08-151-0/+0
| | | | | | | (From yocto-docs rev: 4dc246fa368f35efa93ff88f323ca433abe096da) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/figures/bsp-dev-flow.png: Updated pictureScott Rifenbark2011-08-041-0/+0
| | | | | | | | | New flow suggested by Dave Stewart. (From yocto-docs rev: 101a464f0f17f3816bfb32f6e3a5da714cc32a06) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/dev-manual/dev-manual-newbie.xml: edits suggested by Dave Stewart.Scott Rifenbark2011-08-041-5/+11
| | | | | | | (From yocto-docs rev: c6924422778b525dfe63f5e9a121c92317c3ea25) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
OpenPOWER on IntegriCloud