summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
Commit message (Collapse)AuthorAgeFilesLines
* documentation: Final bits for the 1.8.2 manual setScott Rifenbark2016-03-111-0/+5
| | | | | | | | | | | | | | Changes include: * Updating all the Manual revision history tables for 1.8.2 * Updating the poky.ent file with new variable values for 1.8.2 * Updating the mega-manual.sed file so good links are generated for the mega-manual (From yocto-docs rev: d77321f4bef95c48d1df8b671418ebb4fa68bd66) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: Updates to support a 1.8.1 YP manual release.Scott Rifenbark2015-11-181-0/+5
| | | | | | | | | | | Involves setting poky.ent variables, updating the manual revision tables, and editing the mega-manual.sed file to have the 1.8.1 string in there. (From yocto-docs rev: 5f06e00c9bd657059433cd3487e86eccd31e5cd6) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Added new section on "defconfig" files.Scott Rifenbark2015-10-211-14/+92
| | | | | | | | | | | | | | | | | | | | | The "Configuring the Kernel" section did not address "defconfig" files. In my opinion, this is a hole in the docs for this section. I added a new section titled "Creating a defconfig File" that is a sub-section of the "Configuring the Kernel" section. Additionally, I added a brief sentence in the introductory paragraph to include the fact that this new information exists. Finally, I included the bitbake command that ensures that the proper configuration steps are minimally run before a user attempts to use bitbake to get into menuconfig. Fixes [#YOCTO 7474] (From yocto-docs rev: 3e982a4f19402a941583a9a8708eeb6dbaf8fad5) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: Updated customization layers to point to XSL mirrorsScott Rifenbark2015-10-212-0/+16
| | | | | | | | | | | | | | The customization layers were pointing to Sourceforge site for the XSl files needed to build the manuals. Throuhgout time, this site has failed me enough to warrent trying to get these XSL files from some other source. Rather than ship the XSL files with the YP release, we decided to create some mirrors and point the customization files there. (From yocto-docs rev: 280bcafb4ce3471c364612aa85f7280f700f855d) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Updates to kernel configuration in the "Kernel Modification ↵Scott Rifenbark2015-10-211-20/+36
| | | | | | | | | | | | | | Workflow" section This section needed some more information. It referenced the yocto-kernel script and menuconfig. I added references to the appropriate areas of YP documentation for these. I also changed wordings to that it is apparent that .config is created by menuconfig when changes are saved. (From yocto-docs rev: aa01fd8d5917fac6c14f69aaa0a26200b3e67968) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Added a link to reference defconfig files.Scott Rifenbark2015-10-211-0/+4
| | | | | | | (From yocto-docs rev: d6240dda3f056cdacd039f2867a4da48c0ad0f02) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Minor edits to "Configuring the Kernel" section.Scott Rifenbark2015-10-211-15/+20
| | | | | | | (From yocto-docs rev: f840fa86b8fd970be20a11e362b7399635e78a93) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ref-manual, dev-manual: Added info about make race work-aroundScott Rifenbark2015-10-211-0/+8
| | | | | | | | | | | | | | | | | | I updated both the PARALLEL_MAKE and PARALLEL_MAKEINST variables by expanding the note to indicate how to prohibit parallel make threads. Also, added a cross-referencing link to the "Debugging Parallel Make Races" section. I added a short note to the start of the "Debugging Parallel Make Races" section noting that if they can't properly fix the condition, they can always do a work-around to set the PARALLEL_MAKE or PARALLEL_MAKEINST variables to null. Reported-by: Robert P. J. Day <rpjday@crashcourse.ca> (From yocto-docs rev: 8c0dc2540e97a4e3a42c1d541ea20e65518fffef) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Updated requirements for writing a new test.Scott Rifenbark2015-10-211-3/+13
| | | | | | | | | | | | | Fixes [YOCTO #7524] The "Writing New Tests" section needed more clarification in the first paragraph. One requirement is that minimally, an empty __iniit_.py file must exist in the runtime directory. (From yocto-docs rev: 8f003a9fe7c31bad7ed705a003a44761ba8b3c4f) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Updates to add Luna support for EclipseScott Rifenbark2015-05-031-198/+163
| | | | | | | | | | | | | | Adding Luna and dropping Juno. Pretty much went through the "Working With Eclipse" section and dropped Juno and added Luna. A major deletion was the BitBake Commander section using Hob. Todor told me to drop this section completely. Note that I also added a couple new YoctoProjectTools that appear on the menu: SystemTap and yocto-bsp. (From yocto-docs rev: 6dc7d842acb0f190138418c7bf874999219cbead) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual; ref-manual: Fixed &dash; issueScott Rifenbark2015-04-281-63/+63
| | | | | | | | | | | | | | | | Fixes [YOCTO #7386] Apparently the "&dash;" ENTITY used throughout the YP manual set to get literal "-" characters in example commands renders into a unicode that is not a dash. This results in users getting errors if they attempt to cut-and-paste a sample command that uses a "-" character from the manual into a shell. I have universally replaced all the "&dash;" strings in the YP manual set to "-" strings. (From yocto-docs rev: 1309e124d83fdf3c98be5c3ff1943f1c0d496c20) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Applied some formatting for user input.Scott Rifenbark2015-04-241-2/+4
| | | | | | | (From yocto-docs rev: 1463f3b5f51b82bd7a4dd953003a1d24ef01178b) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Fixed link to Toaster Manual.Scott Rifenbark2015-04-241-1/+1
| | | | | | | | | | | | | | | I found a link that is processed by the mega-manual.sed file correctly but for the situation it does not resolve right. The link is a "naked" link. In other words, it doesn't have a #<tag> part. When the .sed file sees these types of links, no hyperlink is generated. I found a case in the dev-manual where I reference the Toaster Manual in general and would like a link that would take the user there. So, I had to add a #<tag> part to the link in the XML (From yocto-docs rev: 29c751888f16b9a2b73b64fe78eca6b7c661b2f4) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Fixed a cross-ref link that used "here" as the link.Scott Rifenbark2015-04-241-3/+2
| | | | | | | | | I don't like these. I fixed it up. (From yocto-docs rev: be9ec19a9ba0650efa6562de350c8d6bb83db85f) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Added Toaster to the list of ways to develop.Scott Rifenbark2015-04-241-21/+36
| | | | | | | | | | I put this in the intro list for the section that presents various ways to use YP. (From yocto-docs rev: f5dd577d9b72a6433c647816464213cf83fb9bad) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Removed a cross-ref link to "here"Scott Rifenbark2015-04-241-2/+2
| | | | | | | | | | This practice is not good. I had one in the manual. I reworded the text to not use that term in a link. (From yocto-docs rev: 8c56090d52a9844c4aa072b4eaa4ee32a03d8352) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Updated branch descriptions for better manual maintenanceScott Rifenbark2015-04-241-4/+4
| | | | | | | | | | | | | | | | The "Repositories, Tags, and Branches" section had some wording that described how branches are maintained in the poky repo that made it hard to maintain in the doc from release to release. I had a list of past releases by name and as such would have to update it every release to make it reflect the last set. Well... this is not the best way to do this and proved out as it slipped through the cracks for the YP 1.8 release. Consequently, I recast the text so it is "release proof". (From yocto-docs rev: 5ed1238f53320a3aa1f00ea04191cacdad5fbe95) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Updated the poky definition in the "Terms" section.Scott Rifenbark2015-04-241-12/+23
| | | | | | | | | | Added some stuff about "poky" meaning the default distribution when using YP and the poky git repository to build an image. (From yocto-docs rev: 8f78b6d29676b953ce1d09d785d259630e4acce0) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Updated the "Enabling and Using the Tool" sectionMichael Wood2015-04-241-14/+22
| | | | | | | | | | | | The send-error-report tool syntax has slightly changed since the documentation was written. Removed the [server] part of the command and added more detail on its use and results. Reported-by: Michael Wood <michael.g.wood@intel.com> (From yocto-docs rev: b0d427ac0c520dbaff6b3222f1d0e4ac617f5d41) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Updated "Requirements" section for creating partitioned imagesEd Bartosh2015-04-241-6/+6
| | | | | | | | | | | | Wic is not using parted and other runtime dependencies from host system anymore. It uses native tools instead. Removed host parted from the list of requirements. Added instructions to build native tools. (From yocto-docs rev: 6c84e9d4f969952240a869ec83ea149a75c17978) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Fixed bitbake -c populate_sysroot example.Scott Rifenbark2015-04-021-2/+2
| | | | | | | | | | This was incorrectly stated as 'bitbake -c install' in two places. I substituted the correct string. (From yocto-docs rev: fe54de82cff054d4319c635a0ddba2de7cc6ebd6) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Removed the detailed section on how to set up and use ToasterScott Rifenbark2015-04-011-0/+14
| | | | | | | (From yocto-docs rev: f3704c61a6def095cd6632ce2ad223ea84e35dac) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Added a small section to note Toaster as a development model.Scott Rifenbark2015-04-011-211/+0
| | | | | | | (From yocto-docs rev: 63e73beca3b7d084c4776f296d3310a31dafcfc4) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Fixed a few broken links and added Toaster manual to list.Scott Rifenbark2015-04-013-4/+10
| | | | | | | (From yocto-docs rev: 77e3a4c704836e599b8ef6b13e68ec783e6d642d) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual, yocto-project-qs: Dropped Python 2.6 as a requirementScott Rifenbark2015-04-011-1/+1
| | | | | | | | | | | Fixes [YOCTO #7535] Removed this from two places. (From yocto-docs rev: d169ce99610745e8c1b4b53d898f526e557af665) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Updates to the devtool section.Scott Rifenbark2015-04-011-26/+32
| | | | | | | | | Applied review edits from Paul Eggleton. (From yocto-docs rev: 4815556b6c9f45ce230afede7cb3b2aadf0bef1c) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Updates to the receiptool section.Scott Rifenbark2015-04-011-12/+12
| | | | | | | | | Applied review comments from Paul Eggleton. (From yocto-docs rev: 403c9ae5443eaf2a115e2224f07ee19f98c8139d) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: Updates to try to fix CentOS docs build errorsScott Rifenbark2015-04-011-1/+1
| | | | | | | | | | | | The docs are not building on CentOS and we think it is due to the XSL templates being called for the Eclipse parts. I located all the "current" templates and switched them out for "1.76.1" version as are used by the mainstream doc builds. (From yocto-docs rev: afbddde6524630433dfec973bbe886de32395bc8) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Added footnote crediting Trevor Woerner for devtool addition.Scott Rifenbark2015-04-011-0/+10
| | | | | | | | | | | | Trevor wrote a nice paper (tutorial) on the use of devtool that I found to be very helpful in developing the information for this new workflow. I decided to publicly credit this effort with a small footnote near the top of the section. (From yocto-docs rev: 97d234f2d535f85e5a50ac4e7f0c0a79579cd004) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Applied review edits to the devtool section.Scott Rifenbark2015-04-012-108/+130
| | | | | | | | | Paul Eggleton reviewed the section. (From yocto-docs rev: 82d9750b4349b3c54f73118ec7d65f0bb96e3f7a) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Applied review edits to section on hostname changingScott Rifenbark2015-03-211-11/+13
| | | | | | | | | | | | Edits to the "Customizing an Image Hostname" section from Ross. Updated the last paragraph to not imply incorrect information. Fixes [YOCTO #7417] (From yocto-docs rev: 8997be297077ee0052a5afbe50b9864cdef14058) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Added new section on changing default image hostnameScott Rifenbark2015-03-191-64/+120
| | | | | | | | | | | | Fixes [YOCTO #7417] New section to address how the user can change the devalt image hostname written out to /etc/hostname. (From yocto-docs rev: 4ac6bc05947e56106aafcc6f9aef93bd93293fba) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: Updated Manual revision tables with "April 2015"Scott Rifenbark2015-03-191-1/+1
| | | | | | | (From yocto-docs rev: a012e34956b8ac2fa7610e264f460bc27bdd66d8) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Backed out the half-done Eclipse Luna changes.Scott Rifenbark2015-03-191-44/+21
| | | | | | | | | | | Schedule did not permit support for Luna to complete. So, I backed out the half-complete changes to support this version of Eclipse. (From yocto-docs rev: 1ca893766047f30ffbb0c99e51e575ea1302e7bc) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Removed inc PR step from Quilt workflowScott Rifenbark2015-03-191-4/+0
| | | | | | | | | | | | | | | | Fixes [YOCTO #7460] There was a single occurrence of specifically calling out that PR needed to be manually incremented in the workflow section of the manual. It was step 8 of the Quilt flow. I deleted this step. Previous edits to the set have included extensive instruction on using a PR Service, which is basically what replaces the need for manually updating PR as it was in the past. (From yocto-docs rev: d8db2175225be45cb3f2b4d11f8281c5b1f40ad4) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual, ref-manual: Replaced &dash;&dash; with "--"Scott Rifenbark2015-03-062-88/+88
| | | | | | | | | | | | | | | Fixes [YOCTO #7386] Apparently, copying HTML displayed commands that have a double dash created through "&dash;&dash;" in the docbook source causes some issues in the shell. I have scrubbed the manual set to replace any "&dash;&dash;" strings with "--". Reported-by: Paul Eggleton <paul.eggleton@intel.com> (From yocto-docs rev: e88b813b71d7d6d8acd8a8638f2db71265145b64) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Updates to the "Working Within Eclipse" section.Scott Rifenbark2015-03-061-20/+43
| | | | | | | | | | | | First edits to update this section to support the Luna version of Eclipse. I weeded out Juno, which leaves Luna as the preferred version and Kepler as a second version if they don't want to update to Luna. (From yocto-docs rev: 4f2dc237aa3498402cdf637ac2e85fdf0c3bf8a0) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Updates to Eclipse sectionScott Rifenbark2015-03-061-21/+10
| | | | | | | | | | Modified the area from which the Eclipse Git repository is located. This has changed. (From yocto-docs rev: ec2bf4125877b28dae0681c8b578c7bebec5a5b6) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Adjusted text for deprecated 3.10 and 3.17 kernels.Scott Rifenbark2015-02-243-19/+26
| | | | | | | | | | | These kernels are unsupported for the 1.8 release. They will still show up in the YP source repos but the recipes are removed from the poky area. Updated all references appropriately. (From yocto-docs rev: a9adc071409fd31dabc3affec12350c300312600) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Edit to wording in "Avoid Duplicating Include Files"Scott Rifenbark2015-02-171-1/+1
| | | | | | | | | Changed wording to be more accurate. (From yocto-docs rev: 1acb7ce94a4f4b02cc50d1e098f04a77d9a53ab3) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Updates to "Avoiding Duplicating Include Files" section.Scott Rifenbark2015-02-171-20/+8
| | | | | | | | | | | | | | I removed the last paragraph example as it is not a good example. Unfortunately, there is not a good example so I replaced it with a minor suggestive work-around at the end of the first paragraph. Also, used some <replaceable></replaceable> formatting for the first paragraph. (From yocto-docs rev: 6c3989fd4fe41a6434d70208d59747060e62a366) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Fixed reference to TEST_SERIALCONTROL linkClaudius Heine2015-02-171-1/+1
| | | | | | | | | | | | | Fixes [YOCTO #7256] In the "Serial Console Connection" section there was a link to TEST_POWERCONTROL_CMD when it should have been to the TEST_SERIALCONTROL_CMD variable. (From yocto-docs rev: 9ec64c86bd4171a017898daa332d2a98fea0358a) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Fixed tc attribute descriptionClaudius Heine2015-02-171-1/+1
| | | | | | | | | | | | The description for "tc" was described as "the called text context..." rather than "the called test context...". Updated the description. Fixes [YOCTO #7269] (From yocto-docs rev: 0da4437c26225ce0302f10f7ba3c012f1f990c74) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: First draft of recipetool section.Scott Rifenbark2015-02-171-38/+149
| | | | | | | (From yocto-docs rev: 3220f98c756291d95da0d9d7cff4aa09e8670ff2) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Edits to Quilt and finding temporary source code sectionsScott Rifenbark2015-02-171-27/+32
| | | | | | | | | | | These edits help place the two sections within the new organization that basically splits out the devtool and quilt methods as ways of modifying your source code. (From yocto-docs rev: 1dc2e8783d9774bb98a30e06d114f1c9bfb85b71) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: Reverted back to the 1.76.1 XSL stylesheetScott Rifenbark2015-02-171-1/+1
| | | | | | | | | | Using the 1.76.1 version in all the customization layers so the manual revision tables will build with boxes. (From yocto-docs rev: 85a31ef53a59d17bed23ebf57a14db507eb21338) 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-173-212/+668
| | | | | | | | | | | | | | | | | | | 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>
* dev-manual: Updated the OpenEmbedded build system term.Scott Rifenbark2015-02-171-4/+15
| | | | | | | | | | Added text to note how this term is used, what makes up the OE BS, and how the term "build system" is used in general. (From yocto-docs rev: 2af0a59a84fd1cf6d23db29f470cb5644f962746) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Added OpenEmbedded build system term, dumped build systemScott Rifenbark2015-02-171-7/+6
| | | | | | | | | | | | | The list of terms had a "build system" term that basically described the OpenEmbedded build system. I dumped this entry in favor of "OpenEmbedded build system." I updated the term's description to cover the generic term "build system" for no confusion. (From yocto-docs rev: 0ada8348a2ace6ce99e640d1c1f21812188151d5) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dev-manual: Removed #!/bin/sh -e from the base script formScott Rifenbark2015-02-171-2/+0
| | | | | | | | | | | | | This start to the script is not really necessary and is in fact the rare case. I have removed two occurrences of it in the "Post-Installation Scripts" section where it was used in code as the best form to create a script. Reported-by: Robert P. J. Day <rpjday@crashcourse.ca> (From yocto-docs rev: f7c1a1e135e8a9d76005bb6ae7b9cc2810f0af90) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>