summaryrefslogtreecommitdiffstats
path: root/documentation
Commit message (Collapse)AuthorAgeFilesLines
* documentation: dev-manual - mentioned SRC_URI in the kernel exampleScott Rifenbark2012-10-101-1/+4
| | | | | | | | | | this statement in the linux-yocto-3.4.bbappend file needs to have the comment removed so the source can be found. (From yocto-docs rev: 821162221818f5ce53bb903aeef57c85314f5083) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: dev-manual - fixed KSRC variable in exampleScott Rifenbark2012-10-101-1/+1
| | | | | | | (From yocto-docs rev: 1eb13259c872e3a497b9ec32efac8c5614153a53) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: dev-manual - added OE_INIT_FILE and went to 3.4Scott Rifenbark2012-10-101-16/+16
| | | | | | | | | | | In the Kernel example appendix I changed some remaining 3.2 kernel strings to 3.4. Also I added the OE_INIT_FILE variable from poky.ent for use instead of the "oe-init-build-env" string. (From yocto-docs rev: 1d9d8d72d197bdd81756eed7fe1529f341de6089) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: dev-manual - Created generic figuresScott Rifenbark2012-10-1015-43/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | Each time the kernel revision is bumped (e.g. 3.2 to 3.4) Some of the figures would be out of date. The reason is they had pathnames that included the release of the kernel. For previous YP releases I was adding logic to the Makefile to be sure to catch the right files dependent on the branch from which the documents were being built. This scheme is not scalable so I decided to make the figures generic by adding a note within the figures explaining the place-holder "<x.x>" as part of a pathname. Thus, three new figures were added to the folders directories of the dev-manual and the mega-manual. Correspondingly, the 'denzil' version of the figures were deleted. I modified the Makefile so that if the BRANCH is not edison or denzil then the generic figure set is used. I have to retain the logic for both edison and denzil to cover the case where a user clones or sets up an edison or denzil repo and then builds out the manuals. Basically, it had to be backwards compatible for releases prior to danny. (From yocto-docs rev: 8283eed4b0b9ec164b87db99c35231f8731ac443) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: dev-manual - Edits to setup part of exampleScott Rifenbark2012-10-102-19/+48
| | | | | | | | | | | | Minor edits to the part of the example that sets up for the first core-image-minimal build. Put in the variable to use for the build environment setup script, updated some changed output from some of the commands, etc. (From yocto-docs rev: 0b4b2ddf9a78a9d6d218ed9a6f0acd3e876d9581) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: dev-manual - fixed some links to the source directory term.Scott Rifenbark2012-10-102-4/+7
| | | | | | | (From yocto-docs rev: 807a9f0d216478877b84e6204d88461f623ba3f9) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: Makefile, dev-manual - Updated kernel example repo figureScott Rifenbark2012-10-106-14/+36
| | | | | | | | | | | | | | | | | | | | Danny, the "kernel-example-repo-<release>.png" file changed to "kernel-example-repo-danny.png". To correctly make the dev-manual and the mega-manual some things needed to change: 1. New figure created and added to both the dev-manual and the mega-manuals figures directory. 2. The "kernel-example-repo-denzil.png" files from the dev-manual and mega-manual figures directory was removed. 3. The Makefile was adjusted so a new BRANCH=danny area now exists to set TARFILES for both dev-manual and mega-manual. (From yocto-docs rev: 8b2ff6b657a1486559799e219baaec9fde2e5c6c) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: dev-manual - Added a note to point to yocto-kernelScott Rifenbark2012-10-101-0/+7
| | | | | | | | | | | I added a note at the beginning of this appendix that references the yocto-kernel script as a way to quickly manage kernel patches and configuration. (From yocto-docs rev: 35cd7f6a9722120e47ae8b422dd86593497ebf1c) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: poky-ref-manual, yocto-project-qs - Packages fixedScott Rifenbark2012-10-102-26/+14
| | | | | | | | | | | | Fixes [YOCTO_#3180] Final changes to the packages section. They were re-organized and the set is complete and thus fixes this bug. (From yocto-docs rev: 533b45c9d41330497bbd0da58b812a4738ba64a8) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: dev-manual - Removed Appendix A.Scott Rifenbark2012-10-102-715/+0
| | | | | | | | | | | This appendix is antiquated and needed removed. The BSP development example is now in the BSP guide where it talks about running the yocto-bsp script. (From yocto-docs rev: 892ff450d79a7564a72f11eb7510d349ca71d47a) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: bsp-guide, dev-manual, kernel-manual - Removed linksScott Rifenbark2012-10-105-22/+12
| | | | | | | | | | | | Removing the Appendix A (BSP) example had some rippling affects throughout the doc set. There were several links into the appendix. All these links had to either be modified (if possible) or simply removed since the appendix will be removed. (From yocto-docs rev: fff35abd87e945de1806eef63a56a956d104bf92) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: dev-manual - Updated BSP flow overview.Scott Rifenbark2012-10-102-38/+37
| | | | | | | | | | | | | | | This section now points into the BSP Guide where it talks about using the yocto-bsp script to create a BSP. The prior method was by hand and described in an appendix (A) of the YP Development Manual. FYI - this results in the removal of Appendex A in a future commit. (From yocto-docs rev: 5e1c44b1768b79dd1447ea47461b84248bd2111f) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: poky-ref-manual, yocto-project-qs - Updates to packagesScott Rifenbark2012-10-102-15/+36
| | | | | | | | | | | | | A few edits to the respective sections that talk about required packages. Some wording changes for headless and graphics supported systems. Also, re-inserted the note about older CentOS systems. Reported-by Paul Eggleton <paul.eggleton> (From yocto-docs rev: 112370758cf41104ff04c4996d4a432e6bd54be1) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: bsp-guide - scrub edits for the BSP Tools sectionScott Rifenbark2012-10-101-124/+112
| | | | | | | | | | | | | | I did a walk through of the "Using the Yocto Project's BSP Tools" section. Updated included altered output based on the current example commands and scenarios. Also made changes to the bblayers.conf file as the default version for this file has changed. (From yocto-docs rev: d8a2195e37d8f96702026e42bb43daf39852ffcb) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: dev-manual, poky-ref-manual - updated bblayers.confScott Rifenbark2012-10-102-0/+2
| | | | | | | | | | The examples were out of date. They did not show the meta-yocto-bsp layer, which is there now by default. (From yocto-docs rev: ea2e2e8a259bc3e629fb8087229872b9818a696a) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: dev-manual - Updated Enabling Your Layer sectionScott Rifenbark2012-10-101-2/+12
| | | | | | | | | | | | | | | This section was out of date. I copied in the most recent version of the bblayers.conf file, which sets LCONF_VERSION to "6" now. Also, added the meta-yocto-bsp layer to the example. Additionally, I inserted a Note explaining the consequences of removing the meta-yocto layer. The note references [YOCTO_#3176] for more information. (From yocto-docs rev: 532b72c5c18b2a9a61619164bae6216c91c2ecc9) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: dev-manual - updated LCONF_VERSION in the example.Scott Rifenbark2012-10-101-1/+1
| | | | | | | | | The current setting was changed from "1" to "6". (From yocto-docs rev: 7f5be4b0b2d1e17add774c7ba3b8803ad770a8fc) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: dev-manual - Updated bblayers.conf exampleScott Rifenbark2012-10-101-0/+1
| | | | | | | | | | Added the meta-yocto-bsp layer to the example listing in the "Enabling Your Layer" section. (From yocto-docs rev: 95fb13a1049ccaffb3531c93a28a3c480ea1a243) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: poky-ref-manual - Updated BBLAYERS variable.Scott Rifenbark2012-10-101-1/+2
| | | | | | | | | Added the meta-yocto-bsp layer to the example. (From yocto-docs rev: be4ee9d08527b654071b8d4ff54ad978f50a98f5) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: bsp-guide - Changed Source Directory capitalization.Scott Rifenbark2012-10-101-9/+9
| | | | | | | | | The term should be initially capitalized. (From yocto-docs rev: 38a11d512bfe675319fb76da9d7618315af91c47) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: yocto-project-qs, yocto-project-ref - package re-orgScott Rifenbark2012-10-103-58/+215
| | | | | | | | | | | | | | | | | | | | | | | | | Reorganization of the packages section in the YP Quick Start. These are now ordered still by distro but the listed packages have been culled down to just the needed ones to run an image on QEMU with graphical support. A corresponding section in the reference manual now provides the comprehensive list of packages for all supported distros. The section in the reference manual is broken down by distro and by function. Finally, four new variables were introduced to track the essential packages for each of the distros. The variables are defined in poky.ent and follow the form <distro>_HOST_PACKAGES_ESSENTIAL. This will make it so we don't have to maintain this list of essential packages in multiple places. Reported-by: Paul Eggleton <paul.eggleton@intel.com> (From yocto-docs rev: 839b441791980db82f4795454e976e606b486d25) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: poky-ref-manual - Updates to faq entryPaul Eggleton2012-10-021-8/+10
| | | | | | | | | | | Ensure that this section correctly and accurately describes how Poky and OE relate to eachother currently. The faq entry changed is "How does Poky differ from OpenEmbedded?" (From yocto-docs rev: ecc88ef12ec2faa48d05824e8b781a7d43e86127) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: poky-ref-manual - Wording change for faq entry.Paul Eggleton2012-10-021-4/+4
| | | | | | | | | | | The entry for the question "Are there any products using the OpenEmbedded build system (poky)?" was updated. The changes result in a better question and answer. (From yocto-docs rev: cfc4a945738e891d20ab1a2a7002c5c421b0a225) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: poky-ref-manual, dev-manual - added link to oe-corePaul Eggleton2012-10-022-7/+9
| | | | | | | | | | | | | | | | * Explain that we test with a set of reference hardware rather than only supporting hardware that we have (avoiding any implication that the build system can't support other devices). These are in the faq entry in the poky-ref-manual for the question of how we can claim Poky / OpenEmbedded-Core is stable. * Adjust the language so that it is OE-Core friendly, with a link to the Development Manual for the definition of OE-Core. (From yocto-docs rev: 5ff1604dd383b26e918c319fcbe46dd1589cebc5) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: poky-ref-manual - Updated faq entryPaul Eggleton2012-10-021-7/+5
| | | | | | | | | | | Since we are using a layer-based approach, people do not need to rely upon the Yocto Project team to add support for new boards. (From yocto-docs rev: 569ff9da7443f9654f288d0a4e62ef06ba34ba52) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: dev-manual - Wording changes for bumping PRPaul Eggleton2012-10-021-5/+5
| | | | | | | | | | I edited the patch from Paul a bit here to conform to the style of writing plus to make things clearer. (From yocto-docs rev: 87abf857cfcd8a0d78a48322fbe9ac5395b6ad30) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: poky-ref-manual, bsp-guide - netbase version updated.Paul Eggleton2012-10-022-2/+2
| | | | | | | (From yocto-docs rev: d0b2b7983fb3d6dbd9525a094a72573b62a8d276) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: poky-ref-manual - faq entry removed.Paul Eggleton2012-10-021-22/+0
| | | | | | | | | | Took out the FAQ question about using Ubuntu Intrepid and seeing build failures. (From yocto-docs rev: 2885aa27904d4b31541f77ceeb54ad94a8e21378) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: poky-ref-manual - Sentence corrections.Paul Eggleton2012-10-021-8/+9
| | | | | | | | | Adjust a few sentences so that they make better sense. (From yocto-docs rev: 67437c9f31fca0437e1f23ab78dd252f3ca0a903) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: poky-ref-manual - glossary entry for SDKIMAGE_FEATURESPaul Eggleton2012-10-021-0/+10
| | | | | | | | | Add new SDKIMAGE_FEATURES to variable reference. (From yocto-docs rev: bb7de36ef04a11c95c46c8fbbe170c721d7b020b) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: poky-ref-manual - Added staticdev-pkgs to list.Paul Eggleton2012-10-021-0/+3
| | | | | | | | | Document the new staticdev-pkgs IMAGE_FEATURES item. (From yocto-docs rev: 64317edb209b8f9c720c4b1930a0d355d2db6b38) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: poky-ref-manual - GNU terminology fixed.Paul Eggleton2012-10-022-5/+5
| | | | | | | (From yocto-docs rev: 2c4b78cde433dfc7306c89d64bc8f195368902c5) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: dev-manual - Added final SRCREV statements.Scott Rifenbark2012-10-021-13/+18
| | | | | | | | | | I updated the listing of the final SRCREV statements for the BSP example. (From yocto-docs rev: 0d0d5994c2653dda1171eaad226bbe1764a04440) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: dev-manual - Changes from Crown Bay to fri2Scott Rifenbark2012-10-021-67/+87
| | | | | | | | | | These changes are partial for converting the example for BSP creation from Crown Bay to Fish River Island 2. (From yocto-docs rev: c7fc78a8453ad363138764aa30e377b56ce49f2b) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: dev-manual - branch fix and reference fix.Scott Rifenbark2012-10-021-5/+6
| | | | | | | | | | | | Fixed the reference to the Downloads page. Also fixed the local branch in the meta-intel example so that it uses the same name as the local branch created for cloning poky. (From yocto-docs rev: edac781b37bce0d0bca6a741186cfa53a512b73e) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: dev-manual - Updated Git repo exampleScott Rifenbark2012-10-021-2/+2
| | | | | | | | | | The new branch is named distro plus poky revision (e.g. danny-8.0). I had just the distro in there. (From yocto-docs rev: 9490849f7f6dc815d1b676b15b3f38f671a49be8) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: dev-manual - Fixed capitalization for term.Scott Rifenbark2012-10-021-10/+10
| | | | | | | | | The term "Source Directory" should be capitalized. (From yocto-docs rev: 143213545358dd5b6c28c71202bea2e40dbb2522) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: dev-manual - Changed wording to recipeScott Rifenbark2012-10-021-4/+4
| | | | | | | | | | | In the Quilt and Git flow methods there is a bullet that talks about incrementing the PR variable. I changed the wording to be in the context of recipes rather than packages. (From yocto-docs rev: 64f6230251c023e469a346c0425834b950ed5c9b) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: dev-manual - Update to package/recipe wordingScott Rifenbark2012-10-021-9/+13
| | | | | | | | | | | | | The example that describes changing the source code usees the P* variables extensively to refer to names of the recipes. The wording used was antiquated and exclusively referred to "Packages." I changed to reflect the fact that P* variables in general are refering the recipes and not the packages. (From yocto-docs rev: bd3ef1c46fc7a3b0b2ff5ab60dc52e125f080e24) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: dev-manual - updated some obsolete links.Scott Rifenbark2012-10-021-4/+4
| | | | | | | | | | some of the links to information for the user-space tools had become obsolete. Fixed them. (From yocto-docs rev: 84e72204e34e45d9d8cae876710a46a83b61c0cc) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: dev-manual - updated branch to use DISTRO_NAMEScott Rifenbark2012-10-021-6/+6
| | | | | | | | | | I changed the preferred branch for the Eclipse example from a hard-coded "1.3_beta" to use the DISTRO_NAME variable. (From yocto-docs rev: 9393c5d1e44a1e326c73353b090c1d1c1a5833da) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: dev-manual - minor edits.Scott Rifenbark2012-10-021-6/+6
| | | | | | | (From yocto-docs rev: 7f434f6f8e56b3bf330c69a1b7e8ccc8da25f3a0) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: dev-manual - Updated the Application Dev figure.Scott Rifenbark2012-10-021-0/+0
| | | | | | | | | | Added information in the #4 box to include the cross-dev toolchain. (From yocto-docs rev: 198ab4326369d8c74225d9de51bf536621ab2251) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: dev-manual - Updates to kernel workflow summaryScott Rifenbark2012-10-021-9/+21
| | | | | | | | | | | | Updated the item that talks about getting the root filesystem. Realized that the cross-toolchain was not discussed in this bullet for the case where a user does not use the ADT Installer. Added text and references to correct that. (From yocto-docs rev: ec2f5103471f047f7ed7e53cc22789c74ab506ae) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: dev-manual - trademark added and reference updated.Scott Rifenbark2012-10-021-4/+4
| | | | | | | | | | | | I added an earlier occurence of the "tm" for Eclipse product. Also, changed the reference for modifying the kernel to point into the appendex rather than self-referencing the same section from where the reference originated. (From yocto-docs rev: a85840611650c9124b6194acca59c8bfe71f566c) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: dev-manual - Added reference to submit change section.Scott Rifenbark2012-10-021-1/+4
| | | | | | | (From yocto-docs rev: 34cf1d68657406833054cb7c346302e9490534c6) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: dev-manual - Changes to "Source Directory" use.Scott Rifenbark2012-10-021-11/+12
| | | | | | | | | | I standardized the use of the term "Source Directory" when referring to the poky directory as set up on the host. (From yocto-docs rev: 3eaf7a734a4eecab2be2c8e71bee4d6c2cb7788b) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: dev-manual - updated kernel flow figure.Scott Rifenbark2012-10-021-0/+0
| | | | | | | | | | I made this more accurate by including notes to edit the source and use of menuconfig within the diagram. (From yocto-docs rev: 91d3d2e935aab24c4bd96c5921a605cbbb7e3231) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: dev-manual - corrected punctuation.Scott Rifenbark2012-10-021-1/+1
| | | | | | | (From yocto-docs rev: 408f0ba11abad482e23ac3695b282f23185c0115) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: dev-manual - clarified what files we are using.Scott Rifenbark2012-10-021-1/+2
| | | | | | | (From yocto-docs rev: 4a7cf1574e7c3481a78499865e1555904a6a80d9) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>