summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* overview-manual: Added meaningful links to feature bulletScott Rifenbark2018-05-241-3/+6
| | | | | | | | | | The "Widely Adopted Across the Industry" bullet item did not have good links to the YP home page. Added them in. (From yocto-docs rev: 8695f3e2bcc2a0d37dd8e6b113639628bffdf4b2) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* overview-manual: Cleaned up other reference paragraph.Scott Rifenbark2018-05-241-7/+0
| | | | | | | (From yocto-docs rev: add845649de2c91489dd2e920865707eb3224243) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* overview-manual: Added a bullet intro topic for the new concepts chapt.Scott Rifenbark2018-05-241-0/+7
| | | | | | | (From yocto-docs rev: 4b05fd99cfb258c56957fdf864754065a74f407a) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* overview-manual: Updated title .PNG fileScott Rifenbark2018-05-242-0/+0
| | | | | | | | | | | The file was stretching beyond the rendered display window such that part of the Yocto Logo was missing. Also had to place the updated .PNG file in the mega-manual/figures folder. (From yocto-docs rev: 5b73c54fcb2c3f60aee2ff7dc19c4aad102aa505) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Updated wording for Manage Granular Level PackagingScott Rifenbark2018-05-241-1/+2
| | | | | | | | | | Changed wording to be clear about how PACKAGE_ARCH is being set when based on the Freescale MACHINE_SUBARCH variable. (From yocto-docs rev: 76c4ad514e44755f1d4dcec61bb0a74c1b77243e) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* brief-yoctoprojectqs: Added sections on layersScott Rifenbark2018-05-241-1/+137
| | | | | | | | | | Added a section on adding a machine layer. Used Altera as an example. Also, added a section on creating a general layer. (From yocto-docs rev: fc36f006bd483a5c26d2b79a18431d16ec27dc00) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Updated managing granular level packaging discussion.Scott Rifenbark2018-05-241-32/+43
| | | | | | | | | | | | | | In the section that talks about building an image for multiple machines, there was a bullet item on managing granular level packaging. It had an old example that used the "daisy" release that showed how to share packages and re-use binaries. I replaced the example with a discussion of Freescale's "fsl-dynamic-packagearch" class, which does this type of sharing. (From yocto-docs rev: ddc224d6d1fe172292dfd0a17f743a1e0a4cabe6) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Changed Wic example paths to be consistent.Scott Rifenbark2018-05-241-3/+3
| | | | | | | (From yocto-docs rev: 402434dd15f3116307e690ecc09db875ecabded4) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Updated the sections pointing to the YP Release Notes.Scott Rifenbark2018-05-242-5/+11
| | | | | | | | | | | | | The method for accessing the YP Release Notes for YP 2.5 forward is to go to the "DOWNLOADS" page of the main YP website and then click on the "RELEASE INFORMATION" button. No longer does a user need a simple URL. I updated the two spots in manual where this information existed for accessing Release Notes. (From yocto-docs rev: 1e171d3add1048fb81c5a05a11c8ddbaf88e0ecd) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>