summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/technical-details.xml
Commit message (Collapse)AuthorAgeFilesLines
...
* ref-manual: New section on patching for expanded build processScott Rifenbark2013-08-261-0/+35
| | | | | | | | | | | | | | 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>
* ref-manual, Makefile: New section on BitBake for expanded buildScott Rifenbark2013-08-261-0/+71
| | | | | | | | | | | | | | | | | | 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>
* ref-manual: updated LIC_FILES_CHKSUM exmapleScott Rifenbark2013-08-131-7/+6
| | | | | | | | | | | | Fixes [YOCTO #4975] Changes made to be sure that we are not assuming WORKDIR is a child of the 'S' directory. (From yocto-docs rev: c47b65c008ee45873e3bf61c7aaea18ca9744007) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: updated linkScott Rifenbark2013-08-131-1/+1
| | | | | | | | | | | I updated a link to the externalsrc.bbclass references section. The section name has changed so that it does not imply how to use the class. (From yocto-docs rev: e951618cee0204a68f4980115237b53e1fb9f987) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: replaced linux_libc-headers with linux-libc-headersScott Rifenbark2013-08-131-4/+4
| | | | | | | | | Four occurrences in the toolchain section affected. (From yocto-docs rev: c69d84f5a64763e6560e8eb126a354b69740439e) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: More review edits to closer look section.Scott Rifenbark2013-08-131-3/+3
| | | | | | | | | | | | Fixes [YOCTO #2808] Another edit to the list in the SDK section. Removing the term "SDK installer" and replacing with "SDK." (From yocto-docs rev: fec6388957a52320ad8106fab109ea95de07d42b) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Review comments for closer look at YP dev sectionScott Rifenbark2013-08-131-6/+5
| | | | | | | | | | | | Fixes [YOCTO #2808] Applied minor wording changes as directed by Paul Eggleton's review of the sections and related variable descriptions. (From yocto-docs rev: cf30c3dd78d5e55356bb73f43f10e0093a9aa084) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual, mega-manual, Makefile: Updates to expanded dev sectionScott Rifenbark2013-08-131-146/+149
| | | | | | | | | | | | | | | | | | | | | 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>
* ref-manual, mega-manual: New section for images/SDKScott Rifenbark2013-08-131-0/+163
| | | | | | | | | | | | | 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>
* ref-manual: Fixed typoScott Rifenbark2013-08-131-1/+1
| | | | | | | (From yocto-docs rev: 69698c8e133cb49701d15543a4917c7f539354e3) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: New section on Package Feeds.Scott Rifenbark2013-08-131-0/+52
| | | | | | | | | | | | 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>
* ref-manual: Edits to the "source" section of yp dev environmentScott Rifenbark2013-08-131-7/+9
| | | | | | | | | | | | 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>
* ref-manual: First draft of the "Sources" section added.Scott Rifenbark2013-08-131-0/+153
| | | | | | | | | | | | | | 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>
* ref-manual: Another round of edits from Paul implemented.Scott Rifenbark2013-08-131-3/+1
| | | | | | | | | | | | 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>
* ref-manual: Review comments added.Scott Rifenbark2013-08-131-20/+28
| | | | | | | | | | | | | 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>
* ref-manual: Review comments for config and layer sections.Scott Rifenbark2013-08-131-201/+258
| | | | | | | | | | | | | 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>
* ref-manual: Added new section for layer input detail.Scott Rifenbark2013-08-131-121/+283
| | | | | | | (From yocto-docs rev: ff952a9681df798cde34b50d1046233a47ca0ce5) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Some additional editsScott Rifenbark2013-08-131-16/+19
| | | | | | | | | Made a pass through this before sending it out for review. (From yocto-docs rev: 702f65bb497b157dfd2635f9b13ffd679dda9d0a) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Start of new section on deeper look into dev env.Scott Rifenbark2013-08-131-0/+210
| | | | | | | | | | Start of the new section on the closer look into the development environment. (From yocto-docs rev: e1f1cee951433144d1adedcb4f0bbc8d8296c444) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual, adt-manual: Added links to SDKMACHINE variable.Scott Rifenbark2013-08-131-2/+5
| | | | | | | | | | | Now that a glossary entry for SDKMACHINE exists, I needed to create some links to it where referenced in the ref-manual and the adt-manual. (From yocto-docs rev: 6efe13bcda22276e5ef71ebafff6f91961b34679) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: New section on cross-development toolchains added.Scott Rifenbark2013-06-211-0/+174
| | | | | | | | | | | | | | | First draft of this new section. It included a figure so the figure had to be added to the "figures" folder of the mega-manual. New section introduces concepts behind the types of cross-toolchains YP develops through user commands that build images and build the relocatable SDK. (From yocto-docs rev: b3c9a2e3f90892a2175110393a962fd152316ca6) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Wayland section review draftScott Rifenbark2013-06-141-15/+37
| | | | | | | | | | | Fixes YOCTO #3882 This is the review draft for the wayland section. (From yocto-docs rev: 54234dae5c2957ef2c1a6cb03a7e7fe0fa2cea34) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Partial draft for the new Wayland support section.Scott Rifenbark2013-05-311-1/+109
| | | | | | | | | | I created a partial draft of the new section that describes how to use the wayland feature. (From yocto-docs rev: a03d1897a39ee2eb0fbb551c66c63b10928aebc4) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual/technical-details: remove outdated statement on BB_SIGNATURE_HANDLERPaul Eggleton2013-04-131-3/+1
| | | | | | | | | | | | | | Now that BB_SIGNATURE_HANDLER is OEBasicHash in OE-Core (which has already reflected in this section) this statement makes no sense, so drop it. Changed "metadata" to "Metadata" for consistency across the manual. (From yocto-docs rev: 7bdf37f4930a96402344a9b988aee1012b602a77) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Minor edit to x32Scott Rifenbark2013-04-041-1/+1
| | | | | | | (From yocto-docs rev: cdcfba66c02ea33269a7333702b7bdb43617eab4) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Edits the x32 section.Scott Rifenbark2013-04-041-31/+5
| | | | | | | | | | | these edits are on the fly with Saul Wold. Probably more to come. They are eliminating some of the "new" wording and other bullets that are out of date. (From yocto-docs rev: 9e5da05f722e1e17af91e1831e34a69a3df79dcc) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Fixed typo "bitake" to "bitbake".Scott Rifenbark2013-04-041-1/+1
| | | | | | | (From yocto-docs rev: 8165d8843ac693cd42afaa973058805d24c1170e) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Got rid of the contraction "doesn't".Scott Rifenbark2013-04-041-1/+1
| | | | | | | (From yocto-docs rev: d9c6470c0f1fa31bc4163f64fefaf91489e297f4) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added a cross-ref to the term "Metadata"Scott Rifenbark2013-04-041-4/+6
| | | | | | | (From yocto-docs rev: ecd58d8ba2b8a345394f07141bd9842af78e565e) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Fixed a typo.Scott Rifenbark2013-04-041-1/+1
| | | | | | | (From yocto-docs rev: a8ee74bd4a0c2064389301d7bda9f9deb4345649) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: rewrite of license flags matching section.Scott Rifenbark2013-04-041-73/+83
| | | | | | | | | | This whole section was very complicated and difficult to follow. I have rewritten it to clear it up. (From yocto-docs rev: 6ad1828eaa3e91b850696590cc732485a52f4cb6) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Edits to the license flag matching section.Scott Rifenbark2013-04-041-27/+39
| | | | | | | | | Partial edits. (From yocto-docs rev: 32c1d40eff9a3e27d5ec09bde57e2c344bb2ded9) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: small edits for variables related to licenses.Scott Rifenbark2013-04-041-2/+3
| | | | | | | | | some minor edits to the "Other Variables Related to Commercial Licenses" section. (From yocto-docs rev: 8f58836ce31f01135c139890d6edaad628015c62) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Changed quotation characters for consistency.Scott Rifenbark2013-04-041-1/+1
| | | | | | | (From yocto-docs rev: 50157b901ddb416c360c9a24eaee1775ea59b373) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Edits to "Specifying the LIC_FILES_CHKSUM Variable Section"Scott Rifenbark2013-04-041-1/+2
| | | | | | | (From yocto-docs rev: e9e7c6efd85949c3d71abf09387e2c3c0b282f4e) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: edits to "Invalidating Shared State" section.Scott Rifenbark2013-04-041-7/+9
| | | | | | | (From yocto-docs rev: d88c23420bf36650572aabcd2016e45ae1586d24) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Active voice applied to "Debugging" section.Scott Rifenbark2013-04-041-7/+7
| | | | | | | (From yocto-docs rev: 891d6b7eed39c457334ed0956d41f4c873392855) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Minor edits to "Shared State" section.Scott Rifenbark2013-04-041-1/+1
| | | | | | | (From yocto-docs rev: 59eac75d07cb3301bea19cc94a6255e763efa3fe) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Minor edits to "Checksums (Signatures) section.Scott Rifenbark2013-04-041-7/+10
| | | | | | | (From yocto-docs rev: 3c92b8ba1eb14db87189f9e35b46ed19a44c74f5) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Minor edits to "Shared State Cache" section.Scott Rifenbark2013-04-041-4/+4
| | | | | | | (From yocto-docs rev: 73fa8a3f061bdefafd75373d266d87519a767602) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Restructured out the paranthetical.Scott Rifenbark2013-04-041-2/+2
| | | | | | | (From yocto-docs rev: 8c80553d493bc02991f1456078e9a1861d27a169) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Punctuation fix.Scott Rifenbark2013-04-041-1/+1
| | | | | | | (From yocto-docs rev: a43802131077432df58fab93195f2e7fb8a4b625) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added a link to Metadata in the "Classes" section.Scott Rifenbark2013-04-041-2/+3
| | | | | | | (From yocto-docs rev: 0f18d88e398cdcc161380922aa8aa5e1f0030a17) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Small fixes to the "Yocto Projects Components" section.Scott Rifenbark2013-04-041-7/+7
| | | | | | | (From yocto-docs rev: 14763a81b48c2240a400bf653f92e5a1efabb294) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Added additional topics to intro paragragh.Scott Rifenbark2013-04-041-1/+2
| | | | | | | (From yocto-docs rev: 6ffde38bdf46c982051424cdca7600b56bca655e) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual, ref-manual: Cross-references between PR Service and cacheScott Rifenbark2013-02-141-0/+12
| | | | | | | | | | | | | Fixes YOCTO #3684 These changes help tie in the relationship between how the OE build system uses checksums and such and the PR Service that can track revision. (From yocto-docs rev: 39a3010a3bb4b2c1d37aef60984ac16e85b56aac) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Changed the default BB Signature HandlerScott Rifenbark2013-01-301-2/+2
| | | | | | | | | | | | Fixes YOCTO #3684 Updated the section that declares what the default BB Signature Handler is. (From yocto-docs rev: e4c64add4a54e5583bf88fc71f00c90f7a1f6440) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual: Fixed broken link to "Build Directory" term.Scott Rifenbark2013-01-301-1/+2
| | | | | | | (From yocto-docs rev: 311edd13da00f6849094346aaa9509f27d60b2c4) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Documentation: ref-manual - Updated LIC_FILES_CHKSUM example.Scott Rifenbark2013-01-071-1/+1
| | | | | | | | | | One of the examples used "startline" instead of "beginline". Correction made. (From yocto-docs rev: 1ed3ae72b0492e03b37dc2c9519cf37209a7034b) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: Rename of poky-ref-manual folder to ref-manual.Scott Rifenbark2013-01-071-0/+1011
Changing the folder that holds the YP Reference Manual to be "ref-manual". This will help with confustion over the manual's intended purpose. (From yocto-docs rev: 1106442964b5080cb0b6b3bd3af32e9407c0f7c1) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>