summaryrefslogtreecommitdiffstats
path: root/documentation/mega-manual/figures
Commit message (Collapse)AuthorAgeFilesLines
* mega-manual: Added four new figures for GUI example.Scott Rifenbark2016-01-074-0/+0
| | | | | | | | | | | | Forgot to add these to the mega-manual figures folder so they were not being found when the mega-manual was made. This is an issue with the tarball for jethro but will be correct for the HTML published versions in the jethro branch. (From yocto-docs rev: e1c9ef040ea1540f6ba84a1b40c60394cd64443f) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual; mega-manual: Edits to further define packaging processScott Rifenbark2015-05-031-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* mega-manual: Added two figures to the figures directory.Scott Rifenbark2015-04-012-0/+0
| | | | | | | | | The figures I added are for the Toaster manual. (From yocto-docs rev: fb9bb83e48afd2e7d24d68f0c167d8d64f5d25fd) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual, mega-manual: Adjustments to variable context imagesScott Rifenbark2015-02-171-0/+0
| | | | | | | | | | | | | | | | | | | | | | 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>
* mega-manual: Added toaster-title.png and code to include toaster-manualScott Rifenbark2015-02-171-0/+0
| | | | | | | | | | | | | | | Fixes [YOCTO #6901] Added the toaster-title.png file to the mega-manual/figures folder so the Toaster title would show up in the mega-manual. Added lines so that the mega-manual would include the Toaster manual file to the mega-manual. (From yocto-docs rev: 5a4a67e4f140802da133b7bcb480c84b4a8edb63) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* mega-manual: New PNG file for mega-manual title page.Scott Rifenbark2015-02-171-0/+0
| | | | | | | (From yocto-docs rev: e3d8af0c6cd88e76f7cf2bcff82e1fffd7a46589) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: First draft devtools.Scott Rifenbark2015-02-171-0/+0
| | | | | | | | | | | | | | | | | | | Completed draft of the new devtool material. This commit affects some linking and figures across the YP doc set. * Added the build-workspace-directory.png file to both the dev-manual and the mega-manual. * Updated the Makefile to include the new figure in the TARFILE for dev-manual and mega-manual. * Re-did the section organization to pull the quilt and finding source file out of the "Modifying Source Files" section. (From yocto-docs rev: 4585b9fbb1636ae3c65e2e3ad2d1d6baca636e59) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual, mega-manual: Updated buildhistory example figureScott Rifenbark2015-02-171-0/+0
| | | | | | | | | | | 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>
* dev-manual, mega-manual: Updated kernel-overview-2-generic.png file.Robert P. J. Day2015-02-171-0/+0
| | | | | | | | | | | | | There was a sample string in this tree that ended in "ro" when it should have been "r0" (as in release 0). Anytime you update a figure, the modified file must go in both the "figures" directory of both the manual (dev-manual in this case) and in the mega-manual. Reported-by: Robert P. J. Day <rpjday@crashcourse.ca> (From yocto-docs rev: 8e75cc23fbf03f355fade416a12b7c8fe1e656a5) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Revert "yocto-project-qs, mega-manual: Conformed to YP book set"Scott Rifenbark2014-12-192-0/+0
| | | | | | | | This reverts commit 914c482bd89071ab34b3381e3bd8065f871cc047. I had to revert this change because it broke the footnote behavior. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* yocto-project-qs, mega-manual: Conformed to YP book setScott Rifenbark2014-12-192-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I discovered some artifacts and inconsistencies with how the YP Quick Start was made. I made the following changes: 1. Changed the structure of the QS from "article" to "book" as it is a separate book. This change doesn't fix anything but it does bring the XML file closer to passing validation. 2. Removed the <abstract></abstract> tag. This tag was in place simply to display the PNG file for the Yocto logo in the upper right part of the first page. After turning the QS into a book from an article, the title could be displayed as a PNG file similar to the other books. This change solved two issues: 1) removed the empty "abstract" element from being displayed in both the mega-manual and the PDF version, and 2), brought the author and look of the first page into line with other YP manuals. 3. Removed the old PNG file used to display the Yocto logo at the top of the QS. This file was removed from both the yocto-project-qs and mega-manual "figures" directories. 4. Added a new "yocto-project-qs-title.png" file to both the yocto-project-qs and mega-manual "figures" directories. 5. Updated the "qs-style.css" file's .authorgroup element to match and behave like the other YP manuals. This effectively correctly displays the title PNG file for the QS. 6. Updated the Makefile area where the TAR files are made for both the yocto-project-qs and the mega-manual. I had to substitute in the new PNG file for the QS one and had to add the title PNG to the mega-manual part. (From yocto-docs rev: 914c482bd89071ab34b3381e3bd8065f871cc047) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual, mega-manual: Updated build history figureScott Rifenbark2014-10-181-0/+0
| | | | | | | | | | | | | 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>
* dev-manual, mega-manual: Updated the downloads picture.Scott Rifenbark2014-08-121-0/+0
| | | | | | | (From yocto-docs rev: 67c71f5a51749e4f15987ce7cb3ae8f22436bb93) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual, mega-manual: Added manifest file informationScott Rifenbark2014-03-251-0/+0
| | | | | | | | | | | | | | | | | | | | 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>
* dev-manual, mega-manual: Updated the Git Workflow figure.Scott Rifenbark2014-03-251-0/+0
| | | | | | | | | | | The figure had a wrong box label in the right-bottom box. I changed it to be like a local Git repository area as it should be. (From yocto-docs rev: 2963152decb2d3983180a0af9896e822c865f5cd) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* mega-manual, dev-manual: Updated the recipe flow figure.Scott Rifenbark2014-01-211-0/+0
| | | | | | | (From yocto-docs rev: 746eacaf4256c2b28182ca69f4d393025f854a68) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual, mega-manual: Updated the recipe creation figure.Scott Rifenbark2014-01-021-0/+0
| | | | | | | (From yocto-docs rev: 87058ae7ff4451bddc53ecfbe5e6d5b11aee11f2) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual, mega-manual, Makefile: Added new recipe creation flow figure.Scott Rifenbark2014-01-021-0/+0
| | | | | | | | | | | | | | (From yocto-docs rev: c031c014bae6d6e4a239a4bcd1e8b9d5d272f851) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Created a new figure for the flow. This involved putting the figure into the "Figures" directory of both the dev-manual and the mega-manual and then updating Makefile to include the figure in the TARBALL variable. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual, mega-manual: Updated kernel flow (text and figs)Scott Rifenbark2013-11-011-0/+0
| | | | | | | | | | | | | Partial fix for [YOCTO #5368] Updated the figure to not have the tarball method in there for setting up poky repo locally. Also, added specific references to the environment setup scripts. (From yocto-docs rev: 7c6ececaf8eb987206567077f42213dbe4cdc4f2) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual, mega-manual: Updated BSP Development figureScott Rifenbark2013-11-011-0/+0
| | | | | | | | | | | | | Partial fix to [YOCTO #5368] I updated the workflow so that it does not have the tarball extraction option to set up local copies of poky and meta-intel. The figure is housed in dev-manual and mega-manual. (From yocto-docs rev: d70214d7d348d38b574561339987bd3371167a48) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual, mega-manual: Updated the generic kernel file figureScott Rifenbark2013-10-081-0/+0
| | | | | | | | | | Figure changed do to how they store images now. Figure needed a new level in it. (From yocto-docs rev: a7d9484cc1cbba37231e5238c92cb22099345ec9) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual, mega-manual: Updated downloads figure and some links.Scott Rifenbark2013-10-081-0/+0
| | | | | | | | | | Found a couple broken links. Also, noticed the yp-download figure was out of date. Especially in the Figures folder of the mega-manual. (From yocto-docs rev: 2e55faca221186d157dd5f77d048f1b2b90d5d91) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual, dev-manual: Updated buildhistory figureScott Rifenbark2013-10-081-0/+0
| | | | | | | | | | | | 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>
* ref-manual, mega-manual: Updates to the SDK Generation sectionScott Rifenbark2013-09-221-0/+0
| | | | | | | | | | | | | | | | | | | 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>
* ref-manual, mega-manual: Updates to "Image Generation"Scott Rifenbark2013-09-221-0/+0
| | | | | | | | | | | | | | | | | | 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>
* ref-manual, mega-manual, Makefile: New figure added for sdkScott Rifenbark2013-09-221-0/+0
| | | | | | | | | | | | | | | 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>
* ref-manual, mega-manual: Updated the image generation figureScott Rifenbark2013-09-221-0/+0
| | | | | | | | | | | 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>
* ref-manual, mega-manual: Updates to the Image Generation sectionScott Rifenbark2013-09-221-0/+0
| | | | | | | | | | | | 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>
* ref-manual, mega-manual: Revised the image generation figureScott Rifenbark2013-09-221-0/+0
| | | | | | | | | | | | 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>
* dev-manual, ref-manual, Makefile: Added image generation figureScott Rifenbark2013-09-221-0/+0
| | | | | | | | | | | | | 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>
* ref-manual, mega-manual: Updated figure for source fetchingScott Rifenbark2013-09-221-0/+0
| | | | | | | | | | | | | | | 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>
* ref-manual, mega-manual: Updated source input figureScott Rifenbark2013-09-121-0/+0
| | | | | | | | | | | | 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>
* documentation: Added the memory-resident BitBake featureScott Rifenbark2013-09-121-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | 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>
* ref-manual, mega-manual: Updates to config and package splitting figsScott Rifenbark2013-09-122-0/+0
| | | | | | | | | | | | | 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>
* ref-manual, mega-manual: Updated two figuresScott Rifenbark2013-09-122-0/+0
| | | | | | | | | | | | 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>
* ref-manual, mega-manual: Edits to figuresScott Rifenbark2013-09-122-0/+0
| | | | | | | | | | | | 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>
* ref-manual, mega-manual: Updates to process figuresScott Rifenbark2013-09-1210-0/+0
| | | | | | | | | | | | | 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>
* ref-manual, mega-manual: Updated package-feeds diagramScott Rifenbark2013-09-121-0/+0
| | | | | | | | | | | | 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>
* ref-manual, mega-manual: Updated the analysis figure.Scott Rifenbark2013-09-121-0/+0
| | | | | | | | | | | | | 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>
* ref-manual, mega-manual: Updated the configuration figureScott Rifenbark2013-09-121-0/+0
| | | | | | | | | | | | | 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>
* ref-manual, mega-manual: Updated the patching figureScott Rifenbark2013-09-121-0/+0
| | | | | | | | | | | | 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>
* ref-manual, mega-manual: Updated the source fetching figureScott Rifenbark2013-09-121-0/+0
| | | | | | | | | | | | | 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>
* ref-manual, mega-manual: Updated ADK figureScott Rifenbark2013-09-121-0/+0
| | | | | | | | | | | 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>
* ref-manual: Edits to figuresScott Rifenbark2013-08-305-0/+0
| | | | | | | | | | 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>
* ref-manual, mega-manual: Edits for expanded packaging descriptionScott Rifenbark2013-08-301-0/+0
| | | | | | | | | | | | | | | 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>
* ref-manual, mega-manual: Updated figure for conf/compile detailsScott Rifenbark2013-08-261-0/+0
| | | | | | | | | | | | 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>
* ref-manual, mega-manual: New section on package creationScott Rifenbark2013-08-261-0/+0
| | | | | | | | | | | | | | 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>
* ref-manual, mega-manual: new section on config/compile for expanded buildScott Rifenbark2013-08-261-0/+0
| | | | | | | | | | | | | | 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>
* ref-manual, mega-manual: Updated figuresScott Rifenbark2013-08-261-0/+0
| | | | | | | | | | | | 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>
* ref-manual: New section on patching for expanded build processScott Rifenbark2013-08-261-0/+0
| | | | | | | | | | | | | | 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>