summaryrefslogtreecommitdiffstats
path: root/documentation
Commit message (Collapse)AuthorAgeFilesLines
* mega-manual: Updated the package-feeds.png fileScott Rifenbark2018-05-241-0/+0
| | | | | | | | | This image was out of date. (From yocto-docs rev: 061f2766217a6a3914c14e7bfcf09e2c03f73165) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* overview-manual: Updated the package-feeds.png figureScott Rifenbark2018-05-241-0/+0
| | | | | | | | | The figure was out of date. (From yocto-docs rev: ae84cd2a09f81415e22333d179bcd146560b34da) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: New section in QEMU for workaround under KVMMartin Kelly2018-05-241-0/+34
| | | | | | | | | | | | | | As suggested in a recent mail thread by Martin Jansa, there are cases in which QEMU under KVM will crash because of CPU feature incompatibilities between compiled binaries and the host CPU under which qemu is run. Although this is hard to fully escape, we should document the issue to help people work around it. I have taked Martin's suggested patch and did some rewording for the new section. (From yocto-docs rev: 6c625fcf631a82529bc58ec8fb0c18dbe13188d2) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* toaster-manual: Updated database schema step for ToasterScott Rifenbark2018-05-241-47/+37
| | | | | | | | | | | The step for getting toaster to create the database schema, default data, and gather the statically-served files changed. I updated with the proper steps. (From yocto-docs rev: 2c3f7ac7f9419c32147be860897984d391a0e930) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* toaster-manual: Updated bad links and added two sectionsScott Rifenbark2018-05-241-3/+57
| | | | | | | | | | | | | | | The links to the DATABASES, SECRET_KEY, and STATIC_ROOT were bad. They were pointing to old dated software. I updated the links. Also, added a couple new sections. One is how to start a Toaster environment without its web server. The other is how to start a Toaster environment without a build server. (From yocto-docs rev: afe2708014600c0a86c649f6533dd1f6317fe742) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: Added ENTITY variable to track a release date and yearScott Rifenbark2018-05-249-9/+9
| | | | | | | (From yocto-docs rev: 65a87312f541e2f2b01fa1918f7a12da607fe7ab) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky.ent: Added a new variable for the release month and yearScott Rifenbark2018-05-241-0/+1
| | | | | | | | | | This month and date is always jumping around. I decided to add a variable so that I only need to to update that when a release date changes. signed-off by: Scott Rifenark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* overview-manual: Updated "Sources" section with minor edits.Scott Rifenbark2018-05-241-3/+9
| | | | | | | (From yocto-docs rev: 7cc11321fec1e9cd17f20129fbb201b7891eaf60) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* overview-manual, mega-manual: Updated figuresScott Rifenbark2018-05-244-0/+0
| | | | | | | | | | | Updated the layer-input.png and source-input.png figures. Had to trim them so they were tighter in the figure. Also, updated some context in the source-input.png figures. (From yocto-docs rev: cad644af48b0a1cb2baeb8d2649b9aa7ccbdeda5) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* overview-manual, mega-manual: Updates to layers discussion for build flowScott Rifenbark2018-05-243-39/+72
| | | | | | | | | | | | | The "Metadata, Machine Configuratrion, and Policy Configuration" section discusses the three types of layers fed into the OpenEmbedded build system workflow figure. I updated the figures and text supporting this discussion. The figure had to be moved to the mega-manual/figures folder also. (From yocto-docs rev: 39dd671333f7b3df616920aab08e01c926deca1c) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* eclipse-help.sed: Cleaned up delimiters for readability.Scott Rifenbark2018-05-241-5/+5
| | | | | | | | | | No need to escape out quote characters in a .sed file. Also, using the @ character is cleaner. (From yocto-docs rev: f87ca83a6faf5b772d719cd03d6fa0a9b21174bb) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* overview-manual: Updates to "User Configuration" section.Scott Rifenbark2018-05-241-33/+51
| | | | | | | | | | This section was pretty out of date. I have updated many areas of the text. (From yocto-docs rev: 640cdc7fb9d4f93c86b907d631e4f90b261d5ea1) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Updated "Enabling Your Layer" section.Scott Rifenbark2018-05-241-7/+9
| | | | | | | | | The bblayers.conf example files were out of date. Updated them. (From yocto-docs rev: fd5d75604a3ad66e56c421634f349dce3e38f609) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* overview-manual, mega-manual: Updated user-configuration.png imageScott Rifenbark2018-05-242-0/+0
| | | | | | | | | This image was out of date. I updated it. (From yocto-docs rev: feb287a72201363c43607508d2e8f1da3993f93f) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* overview-manual: Updates to "OpenEmbedded Build System Concepts"Scott Rifenbark2018-05-241-11/+18
| | | | | | | | | | | I removed the less than pretty build process figure and swapped in the more aesthetically pleasing one. Also, am refering to the figure as the "general workflow figure". (From yocto-docs rev: 093f1337131bc658d6afd1b56fb3661a76751aad) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Makefile: Removed the old version of the BitBake workflow figure.Scott Rifenbark2018-05-241-3/+2
| | | | | | | | | | That figure is no longer used in the manual set. The newer, more aesthetically pleasing one is. (From yocto-docs rev: 853567672533777aa5d9baa3969d08673a8dd71f) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* overview-manual, mega-manual: Removed bitbake workflow figureScott Rifenbark2018-05-242-0/+0
| | | | | | | | | | This version of the figure was not as cool looking as the other version, which is preferred. I have removed it. (From yocto-docs rev: ed0346b00ee6b47d90efedd1dd69e4a92a42afe9) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* overview-manual: Bolstered the "Layers" section in the concepts chapter.Scott Rifenbark2018-05-241-14/+31
| | | | | | | | | | This section was really sparse for being in the concepts chapter of this manual. I added some more text to it. (From yocto-docs rev: 9369ba5292126957f89f8b96e06bc2492825c54b) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* overview-manual: Updates to "Components" section.Scott Rifenbark2018-05-241-7/+7
| | | | | | | | | | | | I changed the "Metadata (Recipes)" title to simply "Recipes". It is less confusing since the term "Metadata" is in general recipes, classes, and configurations. Provdided a few small edits elsewhere in the section. (From yocto-docs rev: 566b54f58ca7859bf860f25e433bff4b429c2507) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* brief-yoctoprojectqs: Removed all references to "OpenEmbedded"Scott Rifenbark2018-05-241-10/+6
| | | | | | | (From yocto-docs rev: fd405db2962d20055ba213e35ed0d13c7672d2e8) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* brief-yoctoprojectqs: Added clarifying statement for the build systemScott Rifenbark2018-05-241-1/+2
| | | | | | | | | | | The term "OpenEmbedded build system" was being introduced with just a link. Apparently, that is not enough for marketing. I added a clause with some more information about it. (From yocto-docs rev: e7a3a581d44e21976c3f6fe19330e19af1ae0773) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* overview-manual: Changed build workflow titleScott Rifenbark2018-05-242-4/+4
| | | | | | | | | | | | | The section titled "Development Concepts" is really mis-titled. It is more about the OpenEmbedded Build System. So, I renamed the section "OpenEmbedded Build System Concepts." There were a couple links all within the overview-manual. No other place in the YP doc set linked to that heading. (From yocto-docs rev: 889eaf3373a80ca0978ee79ecd2ff26aefb9025b) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* overview-manual: Added a link to OpenEmbedded-CoreScott Rifenbark2018-05-241-1/+2
| | | | | | | (From yocto-docs rev: c4642a81045a2267ceac967b7668cb64b4db1286) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* overview-manual: Added intro text for the concepts chapter.Scott Rifenbark2018-05-241-0/+10
| | | | | | | (From yocto-docs rev: 6ea1e6f016957da96d6cf8a058ec9c18c9843949) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* brief-yoctoprojectqs: Added reviewer feedbackScott Rifenbark2018-05-241-26/+29
| | | | | | | | | | | | Softened the opening paragraph so it was not introducing any special terms right off the bat. Renamed the section on the hardware layer to configuring the build for specific hardware. Put in a link to "build host" and used that term throughout. (From yocto-docs rev: a324cb2f9c499dc8d68d1d87265930c308cbebb7) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* overview-manual: Removed redundant paragraph.Scott Rifenbark2018-05-241-5/+0
| | | | | | | (From yocto-docs rev: 215ed3598780737feb928bb3b515882c468dbb27) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* overview-manual: Updated checkout example for Git based on a tag.Scott Rifenbark2018-05-241-4/+4
| | | | | | | (From yocto-docs rev: ee0021b0db85ced7a36b0f25e1c1e09a0f5b1894) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* overview-manual: Better wording for a workflow summary paragraph.Scott Rifenbark2018-05-241-1/+1
| | | | | | | (From yocto-docs rev: db3679a4ac22964302e4ff1b16856c25a7ce69fd) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* overview-manual: Fixed wording for use of DOWNLOADS page.Scott Rifenbark2018-05-241-5/+6
| | | | | | | (From yocto-docs rev: 575e33179779ab147b2bfc27183f2b9a25628a5a) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* overview-manual: Added clearer instructions for downloading softwareScott Rifenbark2018-05-241-2/+3
| | | | | | | (From yocto-docs rev: df16ac0829aaf99841044de99200efdf3a03cb41) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* overview-manual: Grammar fix.Scott Rifenbark2018-05-241-1/+1
| | | | | | | (From yocto-docs rev: 81515d5ba7f26c7b93548a338ca7ab8ce649e387) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* overview-manual: Grammar fix and link to build system added.Scott Rifenbark2018-05-241-4/+4
| | | | | | | (From yocto-docs rev: 3130b38b638c8487032f3732afdd6954ab6bbfad) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* overview-manual: Added a link to the "build host" term.Scott Rifenbark2018-05-241-1/+3
| | | | | | | (From yocto-docs rev: e3bdd81857752db01c3404c2eb29792439239fa9) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* overview-manual: Fixed grammar issue.Scott Rifenbark2018-05-241-4/+4
| | | | | | | (From yocto-docs rev: a3075cdd5a3db1883dc358f7ccd6721d89677387) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* overview-manual: Added link to layers section.Scott Rifenbark2018-05-241-1/+3
| | | | | | | (From yocto-docs rev: 8a9588d27aa86bb194e85dd6bd0c885ce96507e5) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* overview-manual: Fixed grammar issue.Scott Rifenbark2018-05-241-1/+1
| | | | | | | (From yocto-docs rev: b911f05e5e3ae7161785ca3dd5cea5ffc565b804) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* overview-manual: Removed redundant text for "build system"Scott Rifenbark2018-05-241-1/+0
| | | | | | | (From yocto-docs rev: 513082f4d63ac618d67d35b886a0347f059a8fe5) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* overview-manual: Fixed reference to "chapter" that was "section"Scott Rifenbark2018-05-241-1/+1
| | | | | | | (From yocto-docs rev: d40924637836043fd92a2464f38f3d97c0cbcbb7) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* overview-manual: Fixed link to the matchbox repo.Scott Rifenbark2018-05-241-3/+3
| | | | | | | (From yocto-docs rev: 73ba1ab13a977c15db9d5aa7cd560006e3a4ef70) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* overview-manual: Added a link to the Toaster User ManualScott Rifenbark2018-05-241-0/+2
| | | | | | | (From yocto-docs rev: 5571f28452c3af9a7394924cb2509693a6f8f528) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* overview-manual: Added a few links to the "Poky" term.Scott Rifenbark2018-05-242-4/+6
| | | | | | | (From yocto-docs rev: 34007b337ae0636156d64464d39470c9f20b78f0) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* overview-manual: Added a few links for "OpenEmbedded build system" term.Scott Rifenbark2018-05-241-18/+24
| | | | | | | (From yocto-docs rev: c6c23daac976e69b7e5c1a4b42abcac33b0694e2) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* brief-yoctoprojectqs: Added link to "OpenEmbedded build system" term.Scott Rifenbark2018-05-241-2/+4
| | | | | | | (From yocto-docs rev: a7a5dc58b1f66cf270d737fa6ddd447364cf77c1) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* brief-yoctoprojectqs: Added more detail about layer greatness.Scott Rifenbark2018-05-241-2/+9
| | | | | | | (From yocto-docs rev: 935497e3d3a39cdc5eadcdd790466e3d18a65f25) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* overview-manual: Added link to YP Compatible program section.Scott Rifenbark2018-05-241-3/+4
| | | | | | | (From yocto-docs rev: e5361d48c0807ab2f7bc674ec615e432baff2819) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* overview-manual: Added a link to the YP workflow area from "Challenges"Scott Rifenbark2018-05-241-3/+4
| | | | | | | (From yocto-docs rev: cf90be30c3a89a55295060bb4604a468509423ed) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* overview-manual: Added links to supplemental webpage docs.Scott Rifenbark2018-05-241-3/+5
| | | | | | | | | | | | In the "Challenges" section, the bullet item about YP's steep learning curve referenced the "what I wish I'd Known" and "Transitioning to a Custom Environment for Systems Development" docs. I added links to these. (From yocto-docs rev: 627042de38495f79d512c6b98c46193b1de0db47) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* overview-manual: Added link to license information.Scott Rifenbark2018-05-241-2/+3
| | | | | | | | | | The "License Manifest" bullet needed a link to the License stuff in the dev-manual. (From yocto-docs rev: 6350d68a6c1c5432fd833930437b4e5fe502033b) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* overview-manual: Added link to release cycleScott Rifenbark2018-05-241-2/+3
| | | | | | | | | | The bullet "Releases According to a Strict Schedule" bullet mentions the release cycle. I added a link to that section. (From yocto-docs rev: c206c31d20aabe657863fc05274e2d533cdf7252) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* overview-manual: Updated "Supports Partial Builds" bulletScott Rifenbark2018-05-241-3/+5
| | | | | | | | | Added a link into the concepts area for sstate. (From yocto-docs rev: ac395452c3a2f34fb9775c77051b526e39fd9b4c) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>