summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2018-03-30documentation: Fixed manual revision table line problem.yocto-1.0.2bernard-1.0.2bernardScott Rifenbark
The lines do not render for the table of the manual revisions when using "current" in the string for the XSL URL for the DocBook templates. Replaced "current" with "1.76.1". Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
2018-03-30documentation: Updated the title page notesScott Rifenbark
The notes needed to be added to this release of manuals. These notes tell the user how to be sure they have the correct manuals matched for a particular YP release. Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
2018-03-30Makefile: Fixed broken "publish" blockScott Rifenbark
The "publish" block was not working due to the evolution of the servers that hold the published manuals. These commands needed updated with newer versions from daisy branch. Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
2018-03-30poky-ref-manual: Fixed make warningsScott Rifenbark
Poor use of variable linking. I fixed all these as they were throwing Warnings during the make process. Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
2012-12-14Documentation: poky-ref-manual - Fixed LIC_FILES_CHKSUM exmpleScott Rifenbark
Changed "startline" to "beginline". Paul says it has always been "beginline". Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-12-20Clean up various naming issues against the real bernard releaseRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-12-20documentation: Updated manual history tables for 5.0.2Scott Rifenbark
The 5.0.2 poky release (Yocto Project 1.0.2) required that the manual history tables be updated. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-12-20documentation/yocto-project-qs/yocto-project-qs.xml: updated 5.0.1Scott Rifenbark
For the Bernard release, updated 5.0.1 to 5.0.2. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-11-28documentation/poky-ref-manual/extendpoky.xml: Fix core->poky rename in ↵Darren Hart
extendpoky.xml This reverts commit a2ae0c032f564ff4766472277e395822efbf2af3. This was removed to rebuild the bernard history accurately. Reapply now. Signed-off-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-11-28documentation/poky-ref-manual/ref-structure.xml: Fixed a typeScott Rifenbark
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-11-28documentation/poky-ref-manual/extendpoky.xml: YOCTO #1104 EXTRA_IMAGE_FEATURESScott Rifenbark
YOCTO #1104: The section that describes how to customize images with new features failed to mention the variable EXTRA_IMAGE_FEATURES. I added text to include that option and referenced the variable. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-11-28documentation/poky-ref-manual/ref-varlocality.xml: YOCTO #1104 ↵Scott Rifenbark
EXTRA_IMAGE_FEATURES YOCTO #1104: The section describing the local configiuration file local.conf lists out variables used. One variable it had in there was IMAGE_FEATURES. This variable is not in local.conf. But, EXTRA_IMAGE_FEATURES is the variable that is there. I corrected this. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-11-28documentation/poky-ref-manual/ref-features.xml: YOCTO #1104 EXTRA_IMAGE_FEATURESScott Rifenbark
The Images reference section states you can control what features are in an image by using the IMAGE_FEATURES variable. It failed to mention the EXTRA_IMAGE_FEATURES variable. I included this variable in the discussion. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-11-28documentation/poky-ref-manual/ref-variables.xml: YOCTO #1104 ↵Scott Rifenbark
EXTRA_IMAGE_FEATURES Added a cross-reference to the EXTRA_IMAGE_VARIABLES glossary term and provided more explanation describing the relationship between the variable and the IMAGE_FEATURES variable. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-11-28documentation/poky-ref-manual/ref-variables.xml - YOCTO #1104 ↵Scott Rifenbark
EXTRA_IMAGE_FEATURES YOCTO #1104 - Added a glossary entry for the EXTRA_IMAGE_FEATURES variable. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-11-28documentation/yocto-project-qs/yocto-project-qs.xml: removed 5.0 referencesScott Rifenbark
Removed several instances to the 5.0 Bernard release. I replaced these with the 5.0.1 release. I also re-wrote a paragraph that instructs the user on where to find and download the most recent YP tarball. It used to point to the Index of /Downloads into the "yocto-1.0" folder. I now instruct the user to go to the Yocto Project website and download the desired release from there. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-11-28documentation: updated manual historyScott Rifenbark
I added an entry to represent the Yocto Project 1.0.1 Release into the manual history table for all of the manuals except the Yocto Project Quick Start, which does not have a table. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-11-28[BUGID#_1025] - documentation/Makefile: Cleaned up MakefileScott Rifenbark
[BUGID#_1025] - I added some conditionals to handle the Yocto Project Quick Start case. This manual does not have a PDF version. I put in tests for publishing and for a case where a user might attempt to specifically generate a PDF using 'make pdf'. I also converted the version variable into a command-line argument so we don't have to edit the make file when a new release comes out. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-11-28documentation/bsp-guide/Makefile: Fixed publishScott Rifenbark
There was some URL problems with the publish statement. Beth debugged it. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-11-28documentation: [YOCTO #1025] build system for docsBeth Flanagan
These changes fix the following issues: 1. Multiple Makefiles. There really is no need for this. 2. Unable to maintain more than one version of the docs on the webserver. This is a quick fix to enable the above. In order to build the documentation, at the top level, issue a: make all DOC=<doc directory name> make all DOC=kernel-manual Also, some changes need to occur on the webserver to fully incorporate these fixes. http://www.yoctoproject.org/documentation/ The docs are now published to: http://www.yoctoproject.org/docs/<Release MM.mm>/<doc name> The main page should be changed to point not only to the current doc release, but also to the prior releases. This will enable us to maintain prior release documentation without stomping over it when we publish new docs. Also, we'll need to repoint the yocto-quick-start link to yocto-project-qs. Or rename documentation/yocto-project-qs/* to support the website naming. Signed-off-by: Beth Flanagan <elizabeth.flanagan@intel.com>
2011-11-28documentation/poky-ref-manual/faq.xml: Added new FAQ entry x-toolchainScott Rifenbark
Added a new FAQ entry per Richard Purdie answering the question 'How do I use an external toolchain?' Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-11-28documentation/yocto-project-qs/yocto-project-qs.xml: replaced runqemu with ↵Scott Rifenbark
poky-qemu Evidently the command 'runqemu' is not a valid command for Bernard. I changed four occurances of 'runqemu' to 'poky-qemu'. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-11-28documentation/yocto-project-qs/yocto-project-qs.xml: fixed build env scriptScott Rifenbark
In the example for building an image the command 'source poky-bernard-5.0/oe-init-build-env poky-5.0-build' was used. Torsten Scheck notified Jeff Osier-mixon and sent the fix to change to 'source poky-bernard-5.0/poky-init-build-env poky-5.0-build' I made the change. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-11-28BUGID#_1083 - documentation/yocto-project-qs/yocto-project-qs.xml: Added -k ↵Scott Rifenbark
option BUGID#_1083 - I added the -k option as part of the bitbake command in the example that builds an image. I did not explain it as that is beyond the scope of the quickstart. I did however point the user to where they can find information on it. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-11-28BUGID#_1083 - documentation/poky-ref-manual/usingpoky.xml: -k option addedScott Rifenbark
In the section 2.1.1 BitBake I added a paragraph at the end of the discussion about BitBake explaining the benefits of the '-k' and '--continue' options. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-11-28documentation/bsp-guide/bsp.xml: Updated Example Filesystem LayoutScott Rifenbark
Added more explanation about the base directory (meta-<bsp_name>) to the Example Filesystem Layout section. These changes were suggested by Tom Zanussi to help users understand better how to add BSP layers to the build system. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-11-28documentation/poky-ref-manual/faq.xml: Added FAQ entry for filename spacesScott Rifenbark
Added a new entry for we do not support spaces in filenames. This entry was suggested by Richard. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-11-28documentation/bsp-guide/bsp.xml: Updated link to BSP Download siteScott Rifenbark
In the 'BSP Click-Through Licensing Procedure' section there was an old link to the BSP download page on the Yocto Project website. The link was non-functional. I fixed the link so that it points to the Yocto Project BSP Download page. I also re-wrote the paragraph to read better. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-11-28documentation/bsp-guide/bsp.xml: Updated /binary explanationScott Rifenbark
In the '1.1.3 Pre-built User Binaries' section it said that the ADT and minimal images were kept in the optional meta-<bsp_name>/binary directory. Jianjun Xu pointed out that in fact it is just the minimal and sato images here. I also confirmed with Tom as well. I re-wrote this sentence to be clearer and more accurate. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-11-28documentation/bsp-guide/bsp.xml: BBFILES statement corrected.Scott Rifenbark
In the '1.1.4 Layer Configuration File' section there was a BBFILES statment that used the '\' character to indicate a continuation of the command on the following line. However, the example did not use a new line. I added the hard-return to correct that in the example. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-11-28documentation/bsp-guide/bsp.xml: bsp exmaple name fixedScott Rifenbark
Changed the example BSP name 'meta-intel_n450' to 'meta-n450' in the section 'Example Filesystem Layout.' Error found by Jiajun Xu. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-11-28documentation/yocto-project-qs/figures/yocto-environment.png: New figureScott Rifenbark
There is a newer version of the yocto-environment.png file that has OE-branding. This is the figure used now. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-11-28BUGID#_ 1068 - documentation/poky-ref-manual/extendpoky.xml: updated hello ex.Scott Rifenbark
Changed the hello_2.2.bb example to hello_2.3.bb Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-11-28documentation/yocto-project-qs/yocto-project-qs.xml: changed build commandScott Rifenbark
The command used in the example to build an image was using 'bitbake core-image-sato', which is only available in master and not Bernard. So, I changed the command to be 'bitbake poky-image-sato' at Dave Stewart's request. He located and pointed out the error. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-11-28BUGID#_807: documentation/poky-ref-manual/ref-variables.xml: BBFILE_PRIORITY ↵Scott Rifenbark
updated BUGID#_807 - I updated the description of the BBFILE_PRIORITY variable to provide more detail. Input from Tom Zanussi on this fix. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-11-28documentation/poky-ref-manual: Removed the PNG files in screenshotsScott Rifenbark
The directory screenshots is no longer used in this manual. Previously, only one file (ss-sato.png) was used and I have moved it to the figures folder. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-11-28documentation/poky-ref-manual: Added new title graphicScott Rifenbark
I have removed the multi-colored POKY image that was used for the title of the Poky Handbook. The image I put in here is in line with the other graphics used as titles for our Yocto Project documentation. To accomplish this I had to create and add a new PNG file named poky-title.png. I placed this image in the figures folder. I removed the poky-ref-manual.png file (old figure). I also had to alter the Makefile to use the new figure as part of the tarball. Finally, I had to alter the HTML style sheet (style.css) to include the new file. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-11-28documentation/poky-ref-manual/figures/ss-sato.png: Added this file.Scott Rifenbark
I moved this file from the screenshots directory to the figures directory so that all figures would be in the figures directory. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-11-28documentation/poky-ref-manual: Figures cleanupScott Rifenbark
I removed two figures from the figures directory: cropped-yocto-project-bw.png and yocto-project-transp.png. Both figures are relics and not used in the manual. I also altered the Makefile to pull the ss-sato.png file from the figures directory instead of the screenshots directory. I moved this PNG file from the screenshots directory to the figures directory so that all figures would be in the figures directory. Finally, I updated the introduction.xml file so that the html code to include the ss-sato.png file pulls it from the figures directory and not the screenshots directory. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-11-28BUGID#_956: documenation/poky-ref-manual/Makefile: Updated publishScott Rifenbark
BUGID#_956: I updated the publish option so that the HTML and PDF versions of the manual are automatically pushed to the Yocto Project website. This fix takes care of BUGID#_956 for the Poky Reference Manual. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-11-28documentation/kernel-manual: removed a figure and updated makefileScott Rifenbark
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. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-11-28documentation/kernel-manual/figures/yocto-project-transp.png: RemovedScott Rifenbark
I removed this PNG file as the picture is not used in the manual. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-11-28BUGID#_956 - documentation/bsp-guide/Makefile: Updated for publish processScott Rifenbark
BUGID#_956: I updated the Make file so that it will push the HTML and PDF files automatically to the yocto project site. This takes care of BUGID#_956 for the BSP Guide. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-11-28documentation/bsp-guide/figures/poky-ref-manual.png: Removed figureScott Rifenbark
Removed this figure as it is not used in the manual. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-11-28documentation/yocto-project-qs/figures: Removed two figuresScott Rifenbark
Two figures (cropped-yocto-project-bw.png and white-on-black.png) were not used in the manual. I removed them from the figures directory. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-11-28documentation/yocto-project-qs/yocto-project-qs.xml: fixed typoScott Rifenbark
There was an occurance of 'the the' in the manual. I removed it. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-11-28documentation/adt-manual/figures/yocto-project-transp.png: removed fileScott Rifenbark
This figure is not used in the manual. I removed it. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-11-28Rebuild bernard historyDarren Hart
This one change was not present in 1.0.1. Revert it post 1.0 and we will reapply it after 1.0.1. Signed-off-by: Darren Hart <darren@dvhart.com> Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-10-14documentation: Makefile corrections to support web server structureScott Rifenbark
The web server directory structure for the post 1.0 releases was changed. Also, the creation of a new 1.0 area in the web structure was retroactively created. this broke the five make files for publishing documents to the web. I fixed all five files so they now push to the 1.0 area only. The fix included hard-coding the 1.0 directory structure. I also set them up to be a little more generic. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
2011-06-16documentation/poky-ref-manual/extendpoky.xml: fixed meta/classes/core-image refScott Rifenbark
In the section that describes how to customize images using IMAGE_FEATURES I had the file meta/classes/core-image.bbclass appearing in a paragraph. For the Bernard release this file should be meta/classes/poky-image.bbclass. I have made the correction. The correction is in the yocto-docs/bernard branch only. It is also correct on the yocto website as well. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>