aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/figures
AgeCommit message (Collapse)Author
2016-04-18documentation: Converted "meta-yocto" to "meta-poky"Scott Rifenbark
Occurrences in many manuals and one figure. (From yocto-docs rev: 26d30cd162083c62216fb4ab526d0b231f453de1) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-03-11dev-manual, mega-manual: Updated "Application Development SDK" section.Scott Rifenbark
I updated the figure for this section to include some stuff for the extensible SDK. I updated the text supporting the figure to cover the different SDKs and the different SDK variable sets. (From yocto-docs rev: 5aafab3e2e841293ddba45dfd8683cbdc223ed7c) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-03-11ref-manual, mega-manual: Updated "SDK Generation" section.Scott Rifenbark
Updated the figure used to show SDK generation. I added a block to cover the extensible SDK stuff. This affected the figures folder in both the ref-manual and the mega-manual. Updated the text section to support the new figure. (From yocto-docs rev: b9fd7c2b0ea0e2fe1805a1bb1eb1bcb82c807b66) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-01-29ref-manual: Updated the SDK figure.Scott Rifenbark
Added the SDKPATH variable to figure. It was missing. Also, had to adjust the display parameters to get it to display decently. (From yocto-docs rev: 4862288ab4675051ec6fc93927839da7eb3634b6) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-01-29ref-manual, mega-manual: Updated the Image Creation figureScott Rifenbark
The old version was off schematically. Moved some boxes around and created more detail to reflect technical correctness. (From yocto-docs rev: 7793101e6866c0c58d0f1202fb04769a21f2f882) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-07-28yocto-project-qs and others: Rewrite of the QSScott Rifenbark
This was a complete re-write of the YP Quick Start in an attempt to streamline it, remove unecessary detail, and make it flow better with the examples. In doing so, many manuals were affected due to section headings being renamed, information being moved, etc. Here is a list of the changes by manual: Makefile - Removed two figures from TARFILE list for the yocto-project-qs. Added building-an-image.png to the ref-manual TARFILE list. Added using-a-pre-build-image.png to the adt-manual TARFILE list. Repositioned 'eclipse' in the adt-manual TARFILE list. adt-manual: Fixed a cross-reference so that it goes to the new 'Building Images' section that is within the YP QS. Added new section 'Example Using Pre-Build Binaries and QEMU' to hold the information that was formerly in YP QS. dev-manual: Removed a cross-reference into the YP QS that promised how to configure the most efficent build. Changed a cross-reference into the YP QS from 'The Packages' to 'The Build System Packages'. Changed a cross-reference into the YP QS from 'Building an Image' to 'Building Images'. Changed a text reference from the YP QS to the adt-manual. Moved the bit about getting YP files by using the YP website from the YP QS to the dev-manual. Changed a cross-reference into the YP QS from 'Using Pre-Built Binaries and QEMU' to 'Example Using Pre-built Binaries and QEMU', which was moved to the adt-manual. ref-manual: Changed a cross-reference into the YP QS from 'What You Need and How You Get It' to 'Setting Up to Use the Yocto Project'. Moved the note about if your system has oss4-dev in the packages area in the YP QS to the appropriate area in the ref-manual. Moved the introduction information regarding building an image along with the figure from YP QS to the ref-manual's section on building images. toaster-manual: Changed a cross-reference into the YP QS from 'What You Need and How You Get It' to 'Setting Up to Use the Yocto Project'. yocto-project-qs: Complete rewrite that changed many section headings and removed much detail, which was placed in other manuals. (From yocto-docs rev: da4ed8147b04963a700caa784bda709c57b4eb6e) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-05-03ref-manual; mega-manual: Edits to further define packaging processScott Rifenbark
In response to community input where developers were attempting to locate information on how to write packages out to a directory other than ${DEPLOY_DIR}/<package_type>, I updated the "Package Feeds" section, added several new DEPLOY_DIR_* variables, updated four classes, and updated four tasks. Here are some details: * Made changes to the "Package Feeds" section to provide more accurate information in the package feeds directory structure used by the build system in build/tmp. These changes included updating the figure itself and some explanatory text. * Updated the DEPLOY_DIR variable description. * Added new variable descriptions for DEPLOY_DIR_DEB, DEPLOY_DIR_IPK, DEPLOY_DIR_RPM, and DEPLOY_DIR_TAR. * Updated the related classes: package_deb, package_ipk, package_rpm, and package_tar. * Updated the related tasks: do_package_write_deb, do_package_write_ipk, do_package_write_rpm, and do_package_write_tar. Reported-by: Trieu Nguyen <trieu.t.nguyen@intel.com> (From yocto-docs rev: e8742267506bf9359346cfcd3965f762ed2c7d6f) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-02-17ref-manual, mega-manual: Adjustments to variable context imagesScott Rifenbark
Fixes [YOCTO #5601] Discovered that the solution I had to display a small PNG file to indicate the context a variable is used in the build system was not displaying properly in the ref-manual variable glossary when using the Chrome browser. The solution was to adjust some settings in the CSS file and place the image after the term. This allowed me to dump the webkit stuff that I had inserted into the CSS file styles to make it work in Mozilla, which ended up not working in Chrome. Additionally, I needed to update the 'define-generic.png' file to have less white space on top as part of the figure. Note that this commit adds the figure to Git for tracking as well. (From yocto-docs rev: 59a1295aeb1c866f330634907ad28642a997cd63) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-02-17ref-manual, mega-manual: Updated buildhistory example figureScott Rifenbark
Scrubbed the eglibc from the buildhistory directory and also replaced with an i586 example. Reported-by: Robert P. J. Day <rpjday@crashcourse.ca> (From yocto-docs rev: c7469f1a857f278e1adac9012d99802195e36849) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-10-18ref-manual, mega-manual: Updated build history figureScott Rifenbark
The figure needed to be updated to reflect that build-id.txt is now part of the tree and not build-id. The publication scheme dictates that figures are kept in individual manuals and in the mega-manual figures directory. (From yocto-docs rev: 0711a3e41c42eb058db25ff2ea7f1c0982e06963) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-03-25ref-manual, mega-manual: Added manifest file informationScott Rifenbark
Fixes [YOCTO #5410] I updated the figure that shows what do_rootfs does to create the image. The new addition is the creation of the .manifest file that lists out package information in the image. Supporting text was also added in the section. The updated figure was needed in both the ref-manual and mega-manual figures folders. Also, part of the fix included a new variable description for the IMAGE_MANIFEST variable. (From yocto-docs rev: 770448e0e8ce2e2c517ced5e71f5a916fefe5cf2) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-10-08ref-manual, dev-manual: Updated buildhistory figureScott Rifenbark
Fixes [YOCTO #5303] Updated the figure to include a new folder named image-files. Also changed the folder build-id to a file. (From yocto-docs rev: eb6491858eabca3ce08ac1e4218b73e1ea7c893c) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-09-22ref-manual, mega-manual: Updates to the SDK Generation sectionScott Rifenbark
Fixes [YOCTO #2808] I updated the figure to not call out the SDK environment setup script as it is part of the .sh file. The figure was placed in the "figures" directory of the ref-manual and the mega-manual. Also, I removed the duplicated variable descriptions and referenced these descriptions in the "Application Development SDK" section, which is further down in the manual. The descriptions have more to do with where output is placed. (From yocto-docs rev: 256bb1447b571299b57c657bf030d5b4f033fb5f) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-09-22ref-manual, mega-manual: Updates to "Image Generation"Scott Rifenbark
Fixes [YOCTO #2808] Updated the figure and placed it in the folders area for both the ref-manual and mega-manual. I had to add the DEPLOY_DIR_IMAGE variable and create a new machine-specific directory below deploy. The text had to be adjusted to reflect this change as well. Also, created a new variable entry for DEPLOY_DIR_IMAGE for the glossary of the ref-manual. (From yocto-docs rev: 50a68810f854b32fa5dba477eafa8fd1eebbd7a4) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-09-22ref-manual, mega-manual, Makefile: New figure added for sdkScott Rifenbark
Fixes [YOCTO #2808] Added a new figure to support the expanded section on SDK generation. Figure added to "figures" directory for both the ref-manual and the mega-manual. Updated Makefile to include the figure in the TARBALL variable for both the manuals. (From yocto-docs rev: 41f78fddfd871fdd4c1c963b98093567d4b4d230) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-09-22ref-manual, mega-manual: Updated the image generation figureScott Rifenbark
Fixes [YOCTO #2808] Had to update the figure. (From yocto-docs rev: 9b9b168bee84d32da0838da7940cb1ae7d780bee) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-09-22ref-manual, mega-manual: Updates to the Image Generation sectionScott Rifenbark
Fixes [YOCTO #2808] Applied review comments to the section from Paul Eggleton. I updated the figure and the text areas. (From yocto-docs rev: a89b126861e8ee2f43a89afb0a16e56659270fee) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-09-22ref-manual, mega-manual: Revised the image generation figureScott Rifenbark
Fixes [YOCTO #2808] Moved some variables around to make better sense of how I think it works. (From yocto-docs rev: 2f40edbb792d56808482fdc3a1bf3d3457673546) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-09-22dev-manual, ref-manual, Makefile: Added image generation figureScott Rifenbark
Fixes [YOCTO #2808] Created the figure for the BitBake-resident image generation discussion. Figure added to the Makefile so it is included in the TARBALLS for ref-manual and mega-manual. (From yocto-docs rev: 607c88dcf060a804475b2f4b9cf22f2d8172a61d) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-09-22ref-manual, mega-manual: Updated figure for source fetchingScott Rifenbark
Fixes [YOCTO #2808] The Build Directory should be inside the BB blue box here and not outside of it. Adjusted the figure, which resides in the figures directory of both the ref-manual and the mega-manual. Also had to widen the image footprint to make it readable. (From yocto-docs rev: b4ff9292cf629894fda6ad4a29fbdaad85f43cd0) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-09-12ref-manual, mega-manual: Updated source input figureScott Rifenbark
Fixes [YOCTO #2808] I tweaked the SCM box in the figure so that the connection to real SCMs is better. This was causing confusion. (From yocto-docs rev: f4080315ab6b57068ab2fbb948c52f731d1ea5dd) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-09-12documentation: Added the memory-resident BitBake featureScott Rifenbark
The main changes are captured in a new section devoted to the oe-init-build-env-memres script within the ref-structure.xml file and in the variables.xml file in a BBSERVER variable entry in the glossary. All other changes were necessary to integrate the new functionality into areas where running the setup script are discussed. Before this feature, there was a single setup script (oe-init-build-env). Consequently, wordings and such were designed exclusively for this single method. With the introduction of a second possible method to initialize the build environment, tweaks to many sections were needed. Beside the wording tweaks, appropriate cross-referencing was also needed. All these changes cover the integration of the new feature. Reported-by: Richard Purdie <richard.purdie@linuxfoundation.org> (From yocto-docs rev: c55c9a53c9b4cd1e06e6e81e32d56f9bbf5fe98c) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-09-12ref-manual, mega-manual: Updates to config and package splitting figsScott Rifenbark
Fixes [YOCTO #2808] Found some errors in how I was labeling the various directories created in the Build Directory upon image configuration. I corrected the labeling by editing these two figures. (From yocto-docs rev: 4a08ad8bda0617e18b9998b794267f743e445eaa) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-09-12ref-manual, mega-manual: Updated two figuresScott Rifenbark
Fixes [YOCTO #2808] Updated the images and SDK figures so the outside box would be red as that is what it is in the general figure. (From yocto-docs rev: 8f43a328c68bdb96e6b7cc1086400c8e3493d3b7) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-09-12ref-manual, mega-manual: Edits to figuresScott Rifenbark
Fixes [YOCTO #2808] I made some small cosmetic corrections to two figures in the expanded look at YP process chapter. (From yocto-docs rev: 50950f7ae6ea87cde1a9228837aa15985c88b579) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-09-12ref-manual, mega-manual: Updates to process figuresScott Rifenbark
Fixes [YOCTO #2808] Updated several figures to get rid of shadows and gradients in the colors. This completes the work on getting the figures to all be consistent. (From yocto-docs rev: 9e59810ed4772cd75ffe1604b66afe16e9cf9c67) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-09-12ref-manual, mega-manual: Updated package-feeds diagramScott Rifenbark
Fixes [YOCTO #2808] Modified the BitBake box to have a "spatula" form to be like the BitBake box in the more general diagram. (From yocto-docs rev: f42867929336c807977a584fba42613cbca44dfc) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-09-12ref-manual, mega-manual: Updated the analysis figure.Scott Rifenbark
Fixes [YOCTO #2808] Updated the analysis-for-package-splitting.png figure so that the BitBake box has the "spatula" form used in the regular overview picture. (From yocto-docs rev: 4ef43f3a4f96b867ab0985aa70996abe4c2caf75) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-09-12ref-manual, mega-manual: Updated the configuration figureScott Rifenbark
Fixes [YOCTO #2808] Updated the configuration-compile-autoreconf.png figure so that the general shape of the BitBake box represents the "spatula" form used in the general overview figure. (From yocto-docs rev: b4c81b94a3ced5645a92076022abc4a3938be5b3) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-09-12ref-manual, mega-manual: Updated the patching figureScott Rifenbark
Fixes [YOCTO # 2808] Updated the figure for patching so that it uses the "spatula" type BitBake shape rather than a square box. (From yocto-docs rev: 61c2bdc1a0d6f33d18f5fef1b0640213b899ec63) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-09-12ref-manual, mega-manual: Updated the source fetching figureScott Rifenbark
Fixes [YOCTO #2808] Updated the figure to use the "spatula" type version of the general BitBake box. Also had to adjust the width a bit to get the figure to display correctly. (From yocto-docs rev: 3049e20eb215b00e61dabed9c124fa8ebc6c946b) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-09-12ref-manual, mega-manual: Updated ADK figureScott Rifenbark
I modified the sdg.png figure that shows detail for SDK generation by creating a spatula-like shape for the general BitBake box. (From yocto-docs rev: 597d121e8286d51be73f87594d2f99354621c112) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-08-30ref-manual: Edits to figuresScott Rifenbark
I updated several figures to implement some of Dave Stewart's review feedback for the expanded section on the build process. (From yocto-docs rev: abd78cd6eaad8173ef8f9b3376c323875e5c4542) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-08-30ref-manual, mega-manual: Edits for expanded packaging descriptionScott Rifenbark
Fixes [YOCTO #2808] Applied review comments to the package splitting section in the section that digs deeper into the build process. This involved updating the figure that resides in both "figures" directories of the ref-manual and the mega-manual. Also updated supporting text throughout the section per Paul's comments. (From yocto-docs rev: 34e3610d0c6912530f678e9f1fa4587aaaf9fc70) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-08-26ref-manual, mega-manual: Updated figure for conf/compile detailsScott Rifenbark
Fixes [YOCTO #2808] Updated the figure per Paul Eggleton's feedback to be clearer. The figure resides in both the ref-manual and the mega-manual. (From yocto-docs rev: 8a0f391c9404582b3b7f62d740d5c0488a6220be) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-08-26ref-manual, mega-manual: New section on package creationScott Rifenbark
Fixes [YOCTO #2808] Added a new section to the expanded discussion on how builds are done. This section is on package creation. A new figure was added to both the ref-manual and mega-manual figures directories. (From yocto-docs rev: e31e5aeb7d93f3cfa4fc9c12e324f03a27b5f8ed) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-08-26ref-manual, mega-manual: new section on config/compile for expanded buildScott Rifenbark
Fixes [YOCTO #2808] Added a new section on configuration and compilation for the expanded discussion for the build process. This involved a new figure that had to be added to both the ref-manual and mega-manual figures directories. (From yocto-docs rev: 9ba90c79990b79226d6e95e4a01ddedeccb94b35) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-08-26ref-manual, mega-manual: Updated figuresScott Rifenbark
Fixes [YOCTO #2808] Updated a couple figures to be consistent for how directories and their contents are displayed. (From yocto-docs rev: 5a3d08b2543c5ea1f76d65d67bf8a5615f6b5a0e) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-08-26ref-manual: New section on patching for expanded build processScott Rifenbark
Fixes [YOCTO #2808] Added a new sub-section to the BitBake section that takes a closer look at the build process. Part of the requirements was a new figure that had to be added to both the ref-manual and the mega-manual figures directories. (From yocto-docs rev: c40476b079cf5765b8228502f0ef33072f8b2b85) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-08-26ref-manual, Makefile: New section on BitBake for expanded buildScott Rifenbark
Fixes [YOCTO #2808] Created a new section called "BitBake" that will provide an expanded discussion of the basic YP build process. The "BitBake" section has a new sub-section called "Source Fetching." Part of the new section is a new figure named source-fetching.png. The figure must reside in the "figures" directory in both the ref-manual and the mega-manual. It must also be listed for each of these manuals in the TARBALL statement in the Makefile. (From yocto-docs rev: 41eff3e755a98ff31cadccfb1cd7dfcf569b4d9e) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-08-13ref-manual, mega-manual, Makefile: Updates to expanded dev sectionScott Rifenbark
Fixes [YOCTO #2808] Applied review comments to the "Images" and SDK sections that are part of the "A Closer Look at the Yocto Project Development Environment" section. Comments from Paul. They resulted in a single figure being removed and split into two new figures - one for the image part and one for the sdk part. Some terminology issues were cleaned up in the main sections as well as the documented variables sections. Makefile changes involved adding the two new figures and removing the old combined one. (From yocto-docs rev: a32908fa68b9786e295097c16f70a5a9c3cc4c1e) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-08-13ref-manual, mega-manual: New section for images/SDKScott Rifenbark
Fixes [YOCTO #2808] Added a new section for the closer look at how BitBake creates images and the SDK installer files. This included the section itself, a new .PNG figure that had to be added to the figures directory of both the ref-manual and the mega-manual. Finally, the Makefile needed to be edited so that the tarballs for the ref-manual and mega-manual also included the new figure. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-08-13ref-manual: New section on Package Feeds.Scott Rifenbark
Fixes [YOCTO #2808] New section for package feeds created. Includes a new figure also. (From yocto-docs rev: 6d8b41114ebadcfb06f6064a13c4da5b47a9f73c) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-08-13ref-manual: Edits to the "source" section of yp dev environmentScott Rifenbark
Fixes [YOCTO #2808] I updated the "Sources" section with review comments from Paul. The figure needed changed as well as some text changes. (From yocto-docs rev: 0a44dbdebce50fb599b8dcb2f17adc76f9fb862c) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-08-13ref-manual: First draft of the "Sources" section added.Scott Rifenbark
Fixes [YOCTO #2808] The "Sources" section provides a more detailed look at where BitBake gets source files from. This change included the first draft of the text and the first draft of the expanded figure. (From yocto-docs rev: 4e432a05666e67c6494486f392a05f629c6c148a) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-08-13ref-manual: Another round of edits from Paul implemented.Scott Rifenbark
Fixes [YOCTO #2808] Some small changes to the layer figure and the software layer wording. (From yocto-docs rev: 687652a4970910de8a4636999f63ad5c7e861069) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-08-13ref-manual: Review comments added.Scott Rifenbark
Fixes [YOCTO #2808] Applied review comments from Paul Eggleton on the user configuration and the layers section. Changes applied to the figure for the user configuration section as well. (From yocto-docs rev: b05af4b740f0daf3d6c59acf71c362decba2a176) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-08-13ref-manual: Review comments for config and layer sections.Scott Rifenbark
Fixes [YOCTO #2808] I applied extensive review comments to the user configuration and to the layer sections. These revisions also included updates to the two figures. (From yocto-docs rev: 029692b07cb7dff605b81aa45de7c891a3a77db1) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-08-13ref-manual: Added new overview figure.Scott Rifenbark
Fixes [YOCTO #2808] This figure is slightly different than our reference environment figure used in the QS. I did not want to simply duplicate it. Here the only difference is boxing in the metadata layer input to the left. (From yocto-docs rev: d1c8c69dfb5ec4261b8e5d15de6d5088fde86024) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-08-13ref-manual: Added new section for layer input detail.Scott Rifenbark
(From yocto-docs rev: ff952a9681df798cde34b50d1046233a47ca0ce5) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>