summaryrefslogtreecommitdiffstats
path: root/documentation/kernel-manual/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* documentation: Removed hardcoded user name from publish optionScott Rifenbark2011-05-101-2/+2
| | | | | | | | | | | I removed the hardcoded name from the publish option. This involved updating the Makefiles. The publish option is still temporary as a more permanent solution is being created. (From yocto-docs rev: 6878b2ccdb98b18c438ca419e1caad0041a2bc00) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/kernel-manual: removed a figure and updated makefileScott Rifenbark2011-05-101-1/+1
| | | | | | | | | | | I removed the figures/kernel-big-picture.png file as it is not used in the manual. I also had to update the Makefile so that it would not include this PNG file in the tarball. (From yocto-docs rev: 461ab9525d16dbbdf5f5c56c16028cae911309b9) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* BUGID#_956: documentation/kernel-manual/Makefile: Updated publish optionScott Rifenbark2011-05-101-9/+5
| | | | | | | | | | | BUGID#_956 - I updated the makefile so that the publish option automatically pushes the HTML and PDF files to the Yocto Project website. This takes care of BUGID#_956 for the Kernel Manual. (From yocto-docs rev: d67a05f2256df63e182e43f8dd10ec7a54763762) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/kernel-manual/Makefile: BUGID#_956 - fixed publish URLScott Rifenbark2011-05-091-1/+1
| | | | | | | | | | Fixed the URL used to publish the HTML and PDF docs to the yoctoproject.org server and website. (From yocto-docs rev: 887a007ae9203317e0bbb7e8b2c5be3843aae3dc) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation: Update publishing locationSaul Wold2011-05-091-1/+1
| | | | | | | (From yocto-docs rev: 2f55104fe696f55d1f4ebb7f2cfcb3a2fd89385e) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/kernel-manual/Makefile: Updated Makefile so PDF is in tarballScott Rifenbark2011-04-061-1/+1
| | | | | | | (From OE-Core rev: dc4c7e396833dd3d0839c458b8762a89e0979138) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* documentation/kernel-manual/Makefile: changed the pdf, tgz, and html output ↵Scott Rifenbark2010-12-101-3/+3
| | | | | | files to be named "kernel-manual" Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* documentation/kernel-manual/Makefile: changed the name of the PDF output ↵Scott Rifenbark2010-12-101-2/+2
| | | | | | file to "kernel-manual.pdf" Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* documentation/kernel-manual/Makefile: Added code to create a PDF version.Scott Rifenbark2010-12-101-4/+14
| | | | | | | | Code now calls a new file called kernel-manual.xml that in turn includes the yocto-project-kernel-manual.xml file. This is in line with how the other docs are built. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* documentation/kernel-manual/Makefile: fixed mis-spelling of kernel for filesScott Rifenbark2010-12-101-4/+4
| | | | Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* documentation/kerenl-manual: New directory and files for kernel manual.Scott Rifenbark2010-12-101-0/+32
This is the first draft of the Yocto Project Kernel manual. The manual consists of two sections: concepts and a practical section that has examples. It is based of Bruce Ashfield's kernel theory paper. This first draft has been re-written and organized through the concepts section. The remainder was just placed in as-is due to time constraints for getting some kernel documentation up on the website. The manual still needs scrubbing and organization in the latter half. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>