summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
Commit message (Collapse)AuthorAgeFilesLines
...
* dev-manual: Updated the LIC_FILES_CHKSUM example.Scott Rifenbark2014-01-081-1/+1
| | | | | | | | | | | | The LIC_FILES_CHKSUM was out of date due to a merge in poky. I updated the single instance in the manual set to use the new hash. Reported-by: Richard Purdie <richard.purdie@intel.com> (From yocto-docs rev: 4cfdf391326f2c5750404a8d7f31999f75bc26fe) 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: Removed left-over notes from "Unpacking Code" section.Scott Rifenbark2014-01-021-3/+0
| | | | | | | (From yocto-docs rev: 0b082a87d4e7d4ee627e1b014269bd1946addcee) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Changed "Compiling the Recipe" section to "Compilation"Scott Rifenbark2014-01-021-2/+2
| | | | | | | | | You really are not compiling the recipe. (From yocto-docs rev: 82ca9176375c34f3c5b6694b0f205794684a2f01) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Removed section on excluding a package from the build.Scott Rifenbark2014-01-021-0/+2
| | | | | | | | | | I commented this out based on Paul Eggleton's suggestion that we should not be presenting this information. (From yocto-docs rev: fe2ee21e42134f0ffc9347f8c0336169f8f52aa6) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Final merging of recipe stuff.Scott Rifenbark2014-01-021-44/+61
| | | | | | | | | | | Merged the concepts in the old "Adding a Package to your Software" section into the new "Writing a New Recipe" section. This completes the feedback from Paul, which was extensive for this new section. (From yocto-docs rev: 522673e1aa068b8d089dfefb5b234a48062da3fb) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Integrated Hello World section into new writing recipe sectionScott Rifenbark2014-01-021-225/+240
| | | | | | | | | | This change merged in the Hello World section as a summarizing example section to the new "Writing a New Recipe" section. (From yocto-docs rev: 79c858e1590e5ab4c56b19dc51b03e0e570b6209) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Completed first pass of review feedback.Scott Rifenbark2014-01-021-17/+106
| | | | | | | (From yocto-docs rev: 5c2679b334e2130bd82bee7491d39b6cff56b0a9) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Completed the "Fetching" and "Configuration" sections.Scott Rifenbark2014-01-021-100/+280
| | | | | | | | | | This involved a first draft and implementation of Paul's review comments. Also worked on the "Configuration" section. (From yocto-docs rev: 0e168dbaf5f4949c4c5f79fe7da406ca91390e22) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: First complete draft of the "Writing a New Recipe" section.Scott Rifenbark2014-01-021-59/+306
| | | | | | | (From yocto-docs rev: fe5ca883364c1edbbcd13aacfa972ebdfc3122b9) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Re-wrote the installation part of "Writing a Recipe"Scott Rifenbark2014-01-021-11/+77
| | | | | | | (From yocto-docs rev: 7d99f9346a0747d2d1cb978ea10d1a681e70a98f) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Updates to "Writing a Recipe" section.Scott Rifenbark2014-01-022-36/+157
| | | | | | | | | | | | | | Updated the recipe creation figure. I had to re-order the flow and also generalize the supporting services installation part of the diagram. Fleshed out the "Fecthing" section with SRC_URI examples and much more detail. (From yocto-docs rev: 6a23ab2beb90376c11c426ac8bf5618994585a9d) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Some review edits to the new writing a recipe section.Scott Rifenbark2014-01-021-8/+9
| | | | | | | (From yocto-docs rev: 06287769f9a1fc0beb1a867ceb22922e35452589) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Some development text for fetching sourceScott Rifenbark2014-01-021-9/+38
| | | | | | | | | | I have added some stuff to the section on fetching source in the new "Writing a Recipe" section. (From yocto-docs rev: a4b340d58888927bf648be34402670f8a7d87d8b) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Put into place a rough draft of the "Writing Recipe" sectionScott Rifenbark2014-01-021-0/+169
| | | | | | | | | | This draft has the structure with text from Paul's email. It needs further work. (From yocto-docs rev: 08025edc34995f7436786e9ed3abdfa155db47af) 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: Updated the "Working with a PR Service" section.Scott Rifenbark2013-12-111-8/+9
| | | | | | | | | | I added a link to the PRSERV_HOST variable. That variable is now defined in the ref-manual variable glossary. (From yocto-docs rev: 7166fe94107cd379081fd81b7351ec081aa2c6ae) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: ksize.py and dirsize.py live in scripts/tinyRobert P. J. Day2013-12-031-1/+1
| | | | | | | (From yocto-docs rev: 1842f4a1d157dfc1559fda5b7cb5a075c1902d95) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Add a reference to poky-bleeding distroRobert P. J. Day2013-12-031-0/+39
| | | | | | | | | | | | | As an actual example of using AUTOREV, refer the reader to the Yocto-supplied poky-bleeding distribution. Also cleaned up some wording and added a Caution statement about the distro not being regularly tested - Scott (From yocto-docs rev: 2a74573af702c905274e377304a946fd335a0182) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Documentation: More minor tweaks to dev manual for clarityRobert P. J. Day2013-12-031-15/+15
| | | | | | | | | | | i'm still looking at the dev manual for more changes but those would be more substantive changes, so i'll pass along just this collection of minor stuff. (From yocto-docs rev: 94e2422d6e6e408e2dd76b15e1231814b123800d) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Updated how to remove package management requirementsScott Rifenbark2013-12-031-23/+5
| | | | | | | | | | | This now involves only making sure that "packag-management" is not part of your IMAGE_FEATURES statement for the image. Reported-by: Robert P. J. Day <rpjday@crashcourse.ca> (From yocto-docs rev: 9cb66c40677adc43088d22900fef58166ee8b508) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Changed wording of BBMASK exampleScott Rifenbark2013-12-031-1/+1
| | | | | | | | | | | | I changed the intro text for this one-line example so that it would not imply that the example is the only syntax that can get the job done. Reported-by: Robert P. J. Day <rpjday@crashcourse.ca> (From yocto-docs rev: 5d0151b692bef9ef67a6237f3e4e4387e6f00c63) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Added note about naming your distributionScott Rifenbark2013-12-031-1/+8
| | | | | | | | | | | Added a small note in the section where you create your own distribution to be clear about where the name is set. Reported-by: Robert P. J. Day <rpjday@crashcourse.ca> (From yocto-docs rev: a2ce7d82eb7f3edbaebce65c73e6ae3c0c921152) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Re-worded menuconfig preparationScott Rifenbark2013-12-031-3/+3
| | | | | | | | | | | Rather than saying menuconfig is "built", I changed the text to say it is "run." Reported-by: Robert P. J. Day <rpjday@crashcourse.ca> (From yocto-docs rev: 74b7a193e8356931e5a0db2ea76b4543880ed2ec) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Re-ordered sections for customizing an image.Scott Rifenbark2013-12-031-120/+129
| | | | | | | | | | | | | The four sub-sections describing how to customize an image seemed to be backwards as they progressed from most complex to easiest. I switched up the order and provided better transitional introductory wording for the four sub-sections. Reported-by: Robert P. J. Day <rpjday@crashcourse.ca> (From yocto-docs rev: 1e8d178c401d3020621fc90af5cdd0bb3e37be87) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Number of minor tweaks to Dev Manual, Chapter 5.Robert P. J. Day2013-12-031-8/+8
| | | | | | | (From yocto-docs rev: 1027c4aefa0ba9f341c56eda7ee672d26c5e6813) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual, ref-manual: Updated some section titles.Scott Rifenbark2013-12-031-1/+1
| | | | | | | | | | | | | | | | I noticed that chapter 10 of the ref-manual still had "Reference: Features" as the title. This is left over from way back. I changed that chapter title to "Features." Next, I noticed an inconsistency with some sub-section titles. I changed the "Images" title into "Image Features." This affected several links across the doc set so I had to update those cross-references as well so they have the latest section title as part of the reference. (From yocto-docs rev: b68f009a92e0e24802e367d98cf66e15ba1cd364) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Updated EXTRA_IMAGE_FEATURES operater for read-only-rootfs exampleScott Rifenbark2013-12-031-1/+1
| | | | | | | | | | | | The operator used was "=" which was inconsistent in light of previous uses of the variable in the ptest section. I changed the operator to "+=" to be consistent. Reported-by: Robert P. J. Day <rpjday@crashcourse.ca> (From yocto-docs rev: d6b7c7e15290e64f4baac25544224788e92ad309) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Added "Task" term.Scott Rifenbark2013-12-031-0/+6
| | | | | | | | | | | After adding "Package Group" definition as the original "Task" definition, we needed to create a new definition for the term "Task". (From yocto-docs rev: b6eae9242bf488d3f086e496b52d8422ad31feb6) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Changed "Tasks" term into "Package Groups" term.Scott Rifenbark2013-12-031-8/+12
| | | | | | | | Reported-by: Robert P. J. Day <rpjday@crashcourse.ca> (From yocto-docs rev: faa7206b2f67a26c1366fe997cd092aed7e9f85e) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: updated the ptest sectionScott Rifenbark2013-12-031-6/+2
| | | | | | | | | | | | Removed the note indicating that three specific recipes were "ptest-enabled" for the release. I substituted in wording that tells the user to see if a a recipe inherits ptest as a way of determining if the receipe is ptest-enabled. (From yocto-docs rev: 9136617575eb7a0a08f0b81f75ae6cdede62219f) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Re-worded the "Customizing Images Using Custom .bb Files"Scott Rifenbark2013-12-031-3/+4
| | | | | | | | | | | Changed the wording so that it reflects better what is actually going on when use IMAGE_INSTALL to afect an image. Reported-by: Robert P. J. Day <rpjday@crashcourse.ca> (From yocto-docs rev: 243588460fb76a0c333772e3dce566cf664397ee) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: More minor tweaks to development manual.Robert P. J. Day2013-12-031-3/+3
| | | | | | | (From yocto-docs rev: 6862b1fd71ae1e311730ef2794b737314cf935a1) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev manual: Minor tweaks to first part of ch 5, dev-manual.Robert P. J. Day2013-12-031-11/+15
| | | | | | | | | | given the length of chapter 5 in the dev manual, i'm going to do this in bite-size pieces. (From yocto-docs rev: ccfe3e719bf71236e50b3e4507a6d63199f24ff5) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Some minor tweaks to ch 4, development manual:Robert P. J. Day2013-12-031-8/+10
| | | | | | | | | | | | | | | | | | | | * is it technically correct to say there are now 5 BSPs? as in, does genericx86-64 count as a new BSP distinct from genericx86? [aside: are there any plans for a MIPS64 BSP?] - rpjday MIPS64 is under development. - scottrif * if scott is up for it, a couple more variables for the variable glossary might be BASE_WORKDIR and TARGET_VENDOR, which i would have added to that variable list but they don't appear in the glossary - rpjday Noted. - scottrif (From yocto-docs rev: fae6f8baebedaa72f5e37b4f1a39a9accf9b196c) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Small number of tweaks to ch 3, development manual.Robert P. J. Day2013-12-031-8/+8
| | | | | | | (From yocto-docs rev: 1980ef906070803fd834b516c4b02adcc7e2bf03) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: A few tweaks to Ch2 of dev-manualRobert P. J. Day2013-12-031-5/+6
| | | | | | | | | | | | | | scott (or anyone else) is welcome to use any or all of this, or tweak to taste. i have a few other concerns with ch 2 but i'll read it more carefully to make sure i'm reading it correctly. - rpjday I implemented all but the addition of MIPS64 as it is not tested using the autobuilder yet. - scottrif (From yocto-docs rev: 927ff9be66a7471a33faf18a1122ce8b2bd21805) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Updated Build Directory termScott Rifenbark2013-12-031-15/+28
| | | | | | | | | | | The examples went stale. Two out of three did not work. I have provided new examples that work. Reporte-by: Robert P. J. Day <rpjday@crashcourse.ca> (From yocto-docs rev: 0a3695f3f6a5b31617f4a5da960677f87733b825) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Reworded sentence for meta-intel setupScott Rifenbark2013-12-031-2/+3
| | | | | | | | | | | Changed wording to remove implications of meta-intel clone importance regarding working with BSPs. Reported-by: Robert P. J. Day <rpjday@crashcourse.ca> (From yocto-docs rev: e5f80aadf6f651af6efae6e99d0a4d9b6e76fc99) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: Scrubbed use of directory namesScott Rifenbark2013-12-033-14/+14
| | | | | | | | | | | | | | | | | There was inconsistent use of the way directory names were handled throughout the YP documentation. I have scrubbed the set and replaced many instances such as the following: meta/<something> replaces /meta/<something> poky replaces ~/poky (except in some very specific examples) I basically got rid of leading slash characters. Reported-by: Robert P. J. Day <rpjday@crashcourse.ca> (From yocto-docs rev: ae2e451ed8f61484d04b30017021912c4493a441) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Added a link for the FEED_DEPLOYDIR_BASE_URI variableScott Rifenbark2013-12-031-2/+2
| | | | | | | | | | | Fixes [YOCTO #5408] Added a cross-reference link for this variable into the glossary. (From yocto-docs rev: a6f4935b60222a97a5fe03a538a3f8042e18d3f6) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: package add using facilities in oe-core only.Trevor Woerner2013-12-031-22/+10
| | | | | | | | | | | | | | Fixes [YOCTO #5408] The developer's manual should only refer to functionality which is available in oe-core. Currently, this passage requires the user to add a package from, and use facilities of, meta-oe. This fix describes how to use facilities in oe-core to the same end. (From yocto-docs rev: 2dfaa88ae4760f86dbbdc8b58de7feba25a8014a) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Updated the note about BB Commander/Eclipse WS locationsScott Rifenbark2013-11-011-2/+2
| | | | | | | | | | | | Fixes [YOCTO #5203] This was reviewed by Alex and an ordering change was needed due to the order of how things are created during the workflow. (From yocto-docs rev: 0c630fed9f9a609c1ca13359efe47cad6f60e00b) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Updates to Toaster sectionScott Rifenbark2013-11-011-45/+20
| | | | | | | | | | | | | | Partial fix for [YOCTO #4414] I put in the API stuff as well as made sure the other comments for the dora-toaster branch and temporariness of the GUI were mentioned. Probably more tweaks before this section settles out. (From yocto-docs rev: 4df966bb21a014b8fcac69abb7b912e109089606) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Edits to the toaster sectionScott Rifenbark2013-11-011-2/+9
| | | | | | | | | | | | | | | Partial fix for [YOCTO #4414] Got some feedback on the section and added a step that the user needs to checkout the dora-toaster branch after clonine poky. Also, that the Django version is specific and not the listed version +. Finally, a bit of wording to note that the GUI is temporary for this release. (From yocto-docs rev: 775d55f33a4dfbb21db896b81159e16ee7e16034) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Fixed grammar error.Scott Rifenbark2013-11-011-2/+2
| | | | | | | (From yocto-docs rev: dcbb832479943d2db637932e07d0a6d09233be5f) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Updated the layer.conf exampleScott Rifenbark2013-11-011-0/+5
| | | | | | | | | | The meta-yocto-bsp/conf/layer.conf example had gone stale. I updated it. (From yocto-docs rev: bf77d70789f85400e2d6be7e4e32475506183217) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* adt-manual, dev-manual: Removed the LatencyTop website link.Scott Rifenbark2013-11-011-3/+0
| | | | | | | | | | This site has disappeared and I don't think there is a replacement. (From yocto-docs rev: 711488b664e1da7f3a4c64af3fbd4012bfb44d56) 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-012-2/+3
| | | | | | | | | | | | | 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>