[yocto] [PATCHv2 01/35] documentation/template/titlepage.templates.xml: Remove title info

2012-11-30 Thread mail
From: Timo Mueller The title of a pdf document is part of the image used on the title page. Thus the title defined (e.g. bookinfo.title) in a document should never be used when creating title pages for pdf documents. As other output formats may use the title information to create metadata the tit

[yocto] [PATCHv2 02/35] documentation: Move adt-manual global parameters to customization file

2012-11-30 Thread mail
From: Timo Mueller Standard stylesheet parameters were moved to the docbook customization file tying them to the docbook stylesheet used. Removing these parameters simplifies the Makefile. Furthermore supporting new output formats can now be achieved by creating a new customization file containi

[yocto] [PATCHv2 03/35] documentation/adt-manual/adt-manual-eclipse-customization.xsl: new file

2012-11-30 Thread mail
From: Timo Mueller This stylesheet uses the eclipse stylesheets of docbook to create eclipse help from this documentation. In addition to simple html files these stylesheets will also create xml files which are needed to integrate the documentation into eclipse (e.g. toc.xml). Additional paramet

[yocto] [PATCHv2 00/35][yocto-docs] Add eclipse help generation to build system

2012-11-30 Thread mail
From: Timo Mueller Hi, this patch series was put on hold until the successful release of yocto 1.3. This is a rebase of the original patch series that now applies to the current master of the project. Cheers, Timo The original cover letter of the patch: Hi, this is a rework of

[yocto] [PATCHv2 07/35] documentation: Move dev-manual global parameters to customization file

2012-11-30 Thread mail
From: Timo Mueller Standard stylesheet parameters were moved to the docbook customization file tying them to the docbook stylesheet used. Removing these parameters simplifies the Makefile. --- documentation/Makefile |6 +- .../dev-manual/dev-manual-customizati

[yocto] [PATCHv2 05/35] documentation/adt-manual/adt-manual.xml: Added Title tag

2012-11-30 Thread mail
From: Timo Mueller The title of the document used to create metadata for output formats such as eclipse help. --- documentation/adt-manual/adt-manual.xml |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/documentation/adt-manual/adt-manual.xml b/documentation/adt-manua

[yocto] [PATCHv2 08/35] documentation/dev-manual/dev-manual-eclipse-customization.xsl: new file

2012-11-30 Thread mail
From: Timo Mueller This stylesheet uses the eclipse stylesheets of docbook to create eclipse help from this documentation. In addition to simple html files these stylesheets will also create xml files which are needed to integrate the documentation into eclipse (e.g. toc.xml). --- .../dev-manual

[yocto] [PATCHv2 06/35] documentation/Makefile: logic to make all for adt manual and cleanup

2012-11-30 Thread mail
From: Timo Mueller Eclipse help documents are now created when calling the 'make all' target on the adt-manual. Resulting files are archived into the tarball as well. When calling 'make clean' artefacts of the eclipse documentation build are deleted. --- documentation/Makefile |9 +

[yocto] [PATCHv2 09/35] documentation/Makefile: Support for making Eclipse HTML dev manual

2012-11-30 Thread mail
From: Timo Mueller This target will generate eclipse help for the dev-manual using the dev-manual-eclipse-customization.xsl stylesheet. The output will be generated to a separate directory which can be used for integrating the documentation into eclipse. --- documentation/Makefile | 10 ++

[yocto] [PATCHv2 11/35] documentation/Makefile: logic to make all for dev manual and cleanup

2012-11-30 Thread mail
From: Timo Mueller Eclipse help documents are now created when calling the 'make all' target on the dev-manual. Resulting files are archived into the tarball as well. When calling 'make clean' artefacts of the eclipse documentation build are deleted. --- documentation/Makefile |7 --- 1

[yocto] [PATCHv2 12/35] documentation: Move bsp-guide global parameters to customization file

2012-11-30 Thread mail
From: Timo Mueller Standard stylesheet parameters were moved to the docbook customization file tying them to the docbook stylesheet used. Removing these parameters simplifies the Makefile. --- documentation/Makefile |6 +- .../bsp-guide/bsp-guide-customization

[yocto] [PATCHv2 13/35] documentation/bsp-guide/bsp-guide-eclipse-customization.xsl: new file

2012-11-30 Thread mail
From: Timo Mueller This stylesheet uses the eclipse stylesheets of docbook to create eclipse help from this documentation. In addition to simple html files these stylesheets will also create xml files which are needed to integrate the documentation into eclipse (e.g. toc.xml). --- .../bsp-guide/

[yocto] [PATCHv2 15/35] documentation/bsp-guide/bsp-guide.xml: Added Title tag

2012-11-30 Thread mail
From: Timo Mueller The title of the document used to create metadata for output formats such as eclipse help. --- documentation/bsp-guide/bsp-guide.xml |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/documentation/bsp-guide/bsp-guide.xml b/documentation/bsp-guide/bsp

[yocto] [PATCHv2 16/35] documentation/Makefile: logic to make all for bsp guide and cleanup

2012-11-30 Thread mail
From: Timo Mueller Eclipse help documents are now created when calling the 'make all' target on the bsp-guide. Resulting files are archived into the tarball as well. When calling 'make clean' artefacts of the eclipse documentation build are deleted. --- documentation/Makefile |7 --- 1 f

[yocto] [PATCHv2 21/35] documentation/Makefile: logic to make all for kernel-manual and cleanup

2012-11-30 Thread mail
From: Timo Mueller Eclipse help documents are now created when calling the 'make all' target on the kernel-manual. Resulting files are archived into the tarball as well. When calling 'make clean' artefacts of the eclipse documentation build are deleted. --- documentation/Makefile |8 +---

[yocto] [PATCHv2 10/35] documentation/dev-manual/dev-manual.xml: Added Title tag

2012-11-30 Thread mail
From: Timo Mueller The title of the document used to create metadata for output formats such as eclipse help. --- documentation/dev-manual/dev-manual.xml |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/documentation/dev-manual/dev-manual.xml b/documentation/dev-manua

[yocto] [PATCHv2 18/35] documentation/kernel-manual/kernel-manual-eclipse-customization.xsl: new file

2012-11-30 Thread mail
From: Timo Mueller This stylesheet uses the eclipse stylesheets of docbook to create eclipse help from this documentation. In addition to simple html files these stylesheets will also create xml files which are needed to integrate the documentation into eclipse (e.g. toc.xml). --- .../kernel-man

[yocto] [PATCHv2 20/35] documentation/kernel-manual/kernel-manual.xml: Added Title tag

2012-11-30 Thread mail
From: Timo Mueller The title of the document used to create metadata for output formats such as eclipse help. --- documentation/kernel-manual/kernel-manual.xml |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/documentation/kernel-manual/kernel-manual.xml b/documentati

[yocto] [PATCHv2 23/35] documentation/poky-ref-manual/poky-ref-manual-eclipse-customization.xsl: new file

2012-11-30 Thread mail
From: Timo Mueller This stylesheet uses the eclipse stylesheets of docbook to create eclipse help from this documentation. In addition to simple html files these stylesheets will also create xml files which are needed to integrate the documentation into eclipse (e.g. toc.xml). --- .../poky-ref-m

[yocto] [PATCHv2 25/35] documentation/poky-ref-manual/poky-ref-manual.xml: Added Title tag

2012-11-30 Thread mail
From: Timo Mueller The title of the document used to create metadata for output formats such as eclipse help. --- documentation/poky-ref-manual/poky-ref-manual.xml |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/documentation/poky-ref-manual/poky-ref-manual.xml b/doc

[yocto] [PATCHv2 17/35] documentation: Move kernel-manual global parameters to customization file

2012-11-30 Thread mail
From: Timo Mueller Standard stylesheet parameters were moved to the docbook customization file tying them to the docbook stylesheet used. Removing these parameters simplifies the Makefile. --- documentation/Makefile |7 +-- .../kernel-manual/kernel-manual-cust

[yocto] [PATCHv2 22/35] documentation: Move poky-ref-manual global parameters to customization file

2012-11-30 Thread mail
From: Timo Mueller Standard stylesheet parameters were moved to the docbook customization file tying them to the docbook stylesheet used. Removing these parameters simplifies the Makefile. --- documentation/Makefile |7 +-- .../poky-ref-manual-customization.xs

[yocto] [PATCHv2 27/35] documentation: Move yocto-project-qs global parameters to customization file

2012-11-30 Thread mail
From: Timo Mueller Standard stylesheet parameters were moved to the docbook customization file tying them to the docbook stylesheet used. Removing these parameters simplifies the Makefile. --- documentation/Makefile |3 +-- .../yocto-project-qs-customization.xsl

[yocto] [PATCHv2 30/35] documentation/Makefile: Support for making Eclipse HTML yocto project qs manual

2012-11-30 Thread mail
From: Timo Mueller This target will generate eclipse help for the yocto-project-qs using the yocto-project-qs-eclipse-customization.xsl stylesheet. The output will be generated to a separate directory which can be used for integrating the documentation into eclipse. --- documentation/Makefile |

[yocto] [PATCHv2 32/35] documentation/Makefile: logic to make all for yocto-project-qs and cleanup

2012-11-30 Thread mail
From: Timo Mueller Eclipse help documents are now created when calling the 'make all' target on the yocto-project-qs. Resulting files are archived into the tarball as well. When calling 'make clean' artefacts of the eclipse documentation build are deleted. --- documentation/Makefile |9 +

[yocto] [PATCHv2 24/35] documentation/Makefile: Support for making Eclipse HTML poky ref manual

2012-11-30 Thread mail
From: Timo Mueller This target will generate eclipse help for the poky-ref-manual using the poky-ref-manual-eclipse-customization.xsl stylesheet. The output will be generated to a separate directory which can be used for integrating the documentation into eclipse. --- documentation/Makefile |

[yocto] [PATCHv2 26/35] documentation/Makefile: logic to make all for poky-ref-manual and cleanup

2012-11-30 Thread mail
From: Timo Mueller Eclipse help documents are now created when calling the 'make all' target on the poky-ref-manual. Resulting files are archived into the tarball as well. When calling 'make clean' artefacts of the eclipse documentation build are deleted. --- documentation/Makefile |6 +++---

[yocto] [PATCHv2 04/35] documentation/Makefile: Support for making Eclipse HTML adt manual

2012-11-30 Thread mail
From: Timo Mueller This target will generate eclipse help for the adt-manual using the adt-manual-eclipse-customization.xsl stylesheet. The output will be generated to a separate directory which can be used for integrating the documentation into eclipse. --- documentation/Makefile | 23 ++

[yocto] [PATCHv2 34/35] documentation/Makefile: Added conversion of links to other documentation parts.

2012-11-30 Thread mail
From: Timo Mueller The script tools/eclipse-help.sed is used to convert links that point to other documentation parts. This avoids having to leave the eclipse help center when clicking these links. --- documentation/Makefile | 18 -- 1 files changed, 16 insertions(+), 2 deletio

[yocto] [PATCHv2 19/35] documentation/Makefile: Support for making Eclipse HTML kernel manual

2012-11-30 Thread mail
From: Timo Mueller This target will generate eclipse help for the kernel-manual using the kernel-manual-eclipse-customization.xsl stylesheet. The output will be generated to a separate directory which can be used for integrating the documentation into eclipse. --- documentation/Makefile |4

[yocto] [PATCHv2 31/35] documentation/yocto-project-qs/yocto-project-qs.xml: Convert fake-title section into articleinfo

2012-11-30 Thread mail
From: Timo Mueller The fake title section is converted into a docbook article.articleinfo. If used with a custom title page this will lead to the excapt same output. But I will enable the creation of metadata from this title information. --- .../yocto-project-qs/yocto-project-qs.xml |

[yocto] [PATCHv2 35/35] documentation/Makefile: Clean up eclipse target and update help.

2012-11-30 Thread mail
From: Timo Mueller --- documentation/Makefile | 16 1 files changed, 4 insertions(+), 12 deletions(-) diff --git a/documentation/Makefile b/documentation/Makefile index 785c065..7da14a4 100644 --- a/documentation/Makefile +++ b/documentation/Makefile @@ -11,6 +11,8 @@ #

[yocto] [PATCHv2 33/35] documentation/tools/eclipse-help.sed: Processes external links for eclipse html files

2012-11-30 Thread mail
From: Timo Mueller The file is used when creating eclipse help html files. It processes all html files and converts links so that the user can navigate between different docuementation parts without leaving the eclipse help center. --- documentation/tools/eclipse-help.sed | 18

[yocto] [PATCHv2 14/35] documentation/Makefile: Support for making Eclipse HTML bsp guide

2012-11-30 Thread mail
From: Timo Mueller This target will generate eclipse help for the bsp-guide using the bsp-guide-eclipse-customization.xsl stylesheet. The output will be generated to a separate directory which can be used for integrating the documentation into eclipse. --- documentation/Makefile |4 +++- 1

[yocto] [PATCHv2 29/35] documentation/yocto-project-qs/yocto-project-qs-eclipse-customization.xsl: new file

2012-11-30 Thread mail
From: Timo Mueller This stylesheet uses the eclipse stylesheets of docbook to create eclipse help from this documentation. In addition to simple html files these stylesheets will also create xml files which are needed to integrate the documentation into eclipse (e.g. toc.xml). --- .../yocto-proj

[yocto] [PATCH 0/3][eclipse-poky] Add option to allow building from local repo

2012-11-30 Thread mail
From: Timo Mueller Hi, if you build eclipse-poky with the provided build script it will always use the upstream version of the IDE. During development I wanted to use my local repository to make sure that my changes don't break the build system. Therefor I added an option to the build script to

[yocto] [PATCH 1/3] scripts/build.sh: Added function to use the local repository for building

2012-11-30 Thread mail
From: Timo Mueller If USE_LOCAL_GIT_REPO is set to 1 the build scripts uses the local repository of the eclipse poky project for building instead of the upstream project. The local repository is derived from the location for the build script. --- scripts/build.sh |8 1 files changed

[yocto] [PATCH 3/3] script/build.sh: Added option to enable building from local repository.

2012-11-30 Thread mail
From: Timo Mueller If the script is called with the -l option the local git repository is used instead of the upstream repository. --- scripts/build.sh |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/scripts/build.sh b/scripts/build.sh index 2d4452e..5dbdd4a 100755

[yocto] [PATCH 2/3] scripts/build.sh: Added help option to the cmdline

2012-11-30 Thread mail
From: Timo Mueller Calling the build script with the -h option will now show the usage. The cmdline parsing can be extended to add new options in the future. --- scripts/build.sh | 18 ++ 1 files changed, 14 insertions(+), 4 deletions(-) diff --git a/scripts/build.sh b/scripts

[yocto] [PATCH 2/8] plugins/sdk.ide: Create a default YoctoUIElement from the preference store

2012-12-04 Thread mail
From: Atanas Gegov Adds a method to create a YoctoUIElement that contains the content of the yocto settings stored in the plugin's default preference store. --- .../src/org/yocto/sdk/ide/YoctoSDKUtils.java | 25 1 files changed, 25 insertions(+), 0 deletions(-) diff

[yocto] [PATCH 0/8][eclipse-poky] Enable setting yocto settings in the project properties dialog

2012-12-04 Thread mail
From: Timo Mueller Hi, changing the yocto settings of a project is currently achieved through a separate dialog. This dialog can be opened via the eclipse menu bar (project -> change yocto project settings). Typically all project related settings in eclipse are located in the project properties

[yocto] [PATCH 3/8] plugins/sdk.ide: Use new setCurrentInput method to set defaults

2012-12-04 Thread mail
From: Atanas Gegov Removes the error prone method of using the fControls array and uses the new YoctoUIElement interface. Improved method of setting default preferences (globally) --- .../ide/preferences/YoctoSDKPreferencePage.java| 51 +-- 1 files changed, 3 insertions(+)

[yocto] [PATCH 1/8] plugins/sdk.ide: Allow using a YoctoUIElement to set the input of a yocto settings widget

2012-12-04 Thread mail
From: Atanas Gegov Currently a YoctoUIElement is used to create a YoctoUISetting widget. It is also possible to retrieve a YoctoUIElement containing the current input of the widget. This patch adds the capability to also set the input of the widget using a YoctoUIElement. Instead of using the fCo

[yocto] [PATCH 4/8] plugins/sdk.ide: Remove fControl array that is no longer needed

2012-12-04 Thread mail
From: Atanas Gegov The setCurrentInput method replaces the functionality that was provided by the fControl array. --- .../src/org/yocto/sdk/ide/YoctoUISetting.java | 14 -- 1 files changed, 0 insertions(+), 14 deletions(-) diff --git a/plugins/org.yocto.sdk.ide/src/org/yocto

[yocto] [PATCH 7/8] plugins/sdk.ide: Show yocto ui setting widget in project property page

2012-12-04 Thread mail
From: Timo Mueller The yocto property page in a project's properties dialog will now show the yocto settings that are also used in the global yocto preferences dialog. On save the defined values will be stored to the project's environment. --- .../preferences/YoctoSDKProjectPropertyPage.java

[yocto] [PATCH 6/8] plugins/sdk.ide: Move modification of yocto project settings to utils class

2012-12-04 Thread mail
From: Timo Mueller Saving yocto project settings is currently only used by the "Change Yocto Project Settings" command. To allow other UI elements (e.g. project property pages) to modify the yocto settings of a project the functionality has been extraced to a separate method and moved to the util

[yocto] [PATCH 5/8] plugins/sdk.ide: Added empty yocto preference page to project properties

2012-12-04 Thread mail
From: Timo Mueller Adds an empty preference page to projects with the YoctoSDKNature. This preference page is shown in the standard project properties dialog and will later allow modifying the yocto settings of the project. --- .../OSGI-INF/l10n/bundle.properties|1 + plugins

[yocto] [PATCH 8/8] plugins/sdk.ide: Open project properties instead of standalone yocto settings dialog

2012-12-04 Thread mail
From: Timo Mueller As the yocto settings can now be set via the project's property pages, the "Change Yocto Project Settings" will now open the property page instead of showing the a standalone dialog. --- .../yocto/sdk/ide/actions/ReconfigYoctoAction.java | 29 ++ .../yocto/sdk/ide/action

[yocto] [PATCH 0/3][yocto-docs] Collected fixes to the eclipe help generation

2012-12-06 Thread mail
From: Timo Mueller Hi, these are some minor fixes for the eclipse help generation currently located in the timo branch of the yocto-docs repository. 1: Fixes an issue with the figures folder when eclipse target was called consecutively without cleaning in between 2: Whitespace fix 3: Enable chu

[yocto] [PATCH 1/3] documentation/Makefile: Fix copying of figures folder

2012-12-06 Thread mail
From: Timo Mueller When calling the eclipse target twice without calling clean in between the figures folder was copied as a subfolder of the existing figures folder. This patch fixes the copy command to correctly copy the figures folder. --- documentation/Makefile |2 +- 1 files changed, 1

[yocto] [PATCH 2/3] documentation/tools/eclipse-help.sed: Fix whitespace

2012-12-06 Thread mail
From: Timo Mueller --- documentation/tools/eclipse-help.sed |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/tools/eclipse-help.sed b/documentation/tools/eclipse-help.sed index 71d3395..38690bc 100644 --- a/documentation/tools/eclipse-help.sed +++ b/docu

[yocto] [PATCH 3/3] documentation: Add chunk.quietly option to eclipse processing

2012-12-06 Thread mail
From: Timo Mueller The chunk.quietly option disables the output of the docbook chunker. Creation of a new html file is now longer printed to the console. This provides a much cleaner output of the eclipse makefile target. --- .../adt-manual-eclipse-customization.xsl |1 + .../bsp-g

[yocto] [RFCv3 1/7] plugins/sdk.ide.doc.user: Add empty eclipse help

2012-12-06 Thread mail
From: Timo Mueller Adds yocto specific eclipse help to the plugin. The help is currently empty but will contain the official yocto documentation later. --- .../META-INF/MANIFEST.MF |3 ++- .../org.yocto.sdk.ide.doc.user/build.properties|7 +-- plugins/or

[yocto] [RFCv3 0/7][eclipse-poky] Integrate yocto documentation into eclipse

2012-12-06 Thread mail
From: Timo Mueller Hi, since the last proposal some things have changed: 1. Eclipse help generation is now part of the yocto-docs project (currently available in the origin/timo branch) 2. We agreed that the plugin should be licensed under the EPL v1.0 instead of having a separate documentation

[yocto] [RFCv3 4/7] plugins/sdk.ide.doc.user: Add yocto documentation to the table of contents

2012-12-06 Thread mail
From: Timo Mueller The separate yocto manuals are added to the table of contents to prepare their inclusion into the plugin. --- plugins/org.yocto.sdk.ide.doc.user/plugin.xml | 24 plugins/org.yocto.sdk.ide.doc.user/toc.xml| 18 ++ 2 files changed

[yocto] [RFCv3 3/7] scripts/generate_doc.sh: Add script to handle eclipse help generation

2012-12-06 Thread mail
From: Timo Mueller This script will checkout the yocto-docs project containing the official yocto documentation. After successful checkout the eclipse help is generated and the about.html file of the doc.user plugin is created. --- scripts/generate_doc.sh | 84 +

[yocto] [RFCv3 2/7] plugins/sdk.ide.doc.user: Add about.html to prepare addition of yocto documentation

2012-12-06 Thread mail
From: Timo Mueller As documentation is licensed under CCA-SA 2.0 UK and the plugin itself is licensed under EPL v1.0 an about file needs to be added to the plugin identifying the third party content. --- plugins/org.yocto.sdk.ide.doc.user/about.html.in | 166 .../org.yoct

[yocto] [RFCv3 5/7] scripts/generat-doc.sh: Copy generated eclipse help into the user.doc plugin

2012-12-06 Thread mail
From: Timo Mueller After successful generation the eclipse help files and the table of contents of each manual are copied to the user.doc plugin. --- scripts/generate_doc.sh |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/scripts/generate_doc.sh b/scripts/generate_doc.s

[yocto] [RFCv3 6/7] scripts/build.sh: Add documentation generation to the default build

2012-12-06 Thread mail
From: Timo Mueller When building the plugin the matching documentation is automatically generated and added to the user.doc plugin prior to the plugin build. --- scripts/build.sh |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/scripts/build.sh b/scripts/build.sh in

[yocto] [RFCv3 7/7] (TEMPORARY): Use origin/timo branch of yocto docs project

2012-12-06 Thread mail
From: Timo Mueller As the eclipse generation is currently not part of the master the generation is always using the origin/timo branch to generate the eclipse help. This patch is added for testing purposes only. DO NOT MERGE THIS PATCH UPSTREAM - ONLY APPLY LOCALLY FOR TESTING --- scripts/gen

[yocto] [PATCHv2 2/3] scripts/build.sh: Added help option to the cmdline

2012-12-10 Thread mail
From: Timo Mueller Calling the build script with the -h option will now show the usage. The cmdline parsing can be extended to add new options in the future. --- scripts/build.sh | 18 ++ 1 files changed, 14 insertions(+), 4 deletions(-) diff --git a/scripts/build.sh b/scripts

[yocto] [PATCHv2 3/3] script/build.sh: Added option to enable building from local repository.

2012-12-10 Thread mail
From: Timo Mueller If the script is called with the -l option the local git repository is used instead of the upstream repository. --- scripts/build.sh |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/scripts/build.sh b/scripts/build.sh index 693dcf7..54081d5 100755

[yocto] [PATCHv2 0/3][eclipse-poky] Add option to allow building from local repo

2012-12-10 Thread mail
From: Timo Mueller Hi, I've rebased the patch series. It should now apply to the current master. Best regards, Timo >From the original cover letter: if you build eclipse-poky with the provided build script it will always use the upstream version of the IDE. During development I wante

[yocto] [PATCHv2 1/3] scripts/build.sh: Added function to use the local repository for building

2012-12-10 Thread mail
From: Timo Mueller If USE_LOCAL_GIT_REPO is set to 1 the build scripts uses the local repository of the eclipse poky project for building instead of the upstream project. The local repository is derived from the location for the build script. --- scripts/build.sh |8 1 files changed

[yocto] [PATCHv3 1/3] scripts/build.sh: Added function to use the local repository for building

2012-12-11 Thread mail
From: Timo Mueller If USE_LOCAL_GIT_REPO is set to 1 the build scripts uses the local repository of the eclipse poky project for building instead of the upstream project. The local repository is derived from the location for the build script. Signed-off-by: Timo Mueller --- scripts/build.sh |

[yocto] [PATCHv3 2/3] scripts/build.sh: Added help option to the cmdline

2012-12-11 Thread mail
From: Timo Mueller Calling the build script with the -h option will now show the usage. The cmdline parsing can be extended to add new options in the future. Signed-off-by: Timo Mueller --- scripts/build.sh | 18 ++ 1 files changed, 14 insertions(+), 4 deletions(-) diff --gi

[yocto] [PATCHv3 0/3][eclipse-poky] Add option to allow building from local repo

2012-12-11 Thread mail
From: Timo Mueller Hi, as Paul requested I've signed-off the patches. Other than that it's still the rebased patch series from PATCHv2. Best regards, Timo >From the original cover letter: if you build eclipse-poky with the provided build script it will always use the upstream version

[yocto] [PATCHv3 3/3] script/build.sh: Added option to enable building from local repository.

2012-12-11 Thread mail
From: Timo Mueller If the script is called with the -l option the local git repository is used instead of the upstream repository. Signed-off-by: Timo Mueller --- scripts/build.sh |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/scripts/build.sh b/scripts/build.sh

[yocto] [RFC 1/8] plugins/sdk.doc.user: Added plugin for the yocto project documentation

2012-07-18 Thread mail
From: Timo Mueller This currently empty plugin will in the future contain the documentation of the yocto project converted to the eclipse help format. --- plugins/org.yocto.sdk.doc.user/.classpath |6 plugins/org.yocto.sdk.doc.user/.project| 28 +++

[yocto] [RFC 2/8] plugins/sdk.doc.user: Added empty table of contents

2012-07-18 Thread mail
From: Timo Mueller This is the preparation needed for adding documentation from the yocto project later on. --- .../org.yocto.sdk.doc.user/META-INF/MANIFEST.MF|1 + plugins/org.yocto.sdk.doc.user/build.properties|2 ++ plugins/org.yocto.sdk.doc.user/plugin.xml |7 +++

[yocto] [RFC 0/8] Integrate yocto documentation into eclipse

2012-07-18 Thread mail
From: Timo Mueller Hi, the documentation of the yocto project can currently be viewed online or as a separate pdf. When using the eclipse ide to develop software on base of a yocto sysroot and toolchain it would be convenient to access the relevant parts of the documentation from within the ide.

[yocto] [RFC 4/8] feature/sdk.doc: Added org.yocto.sdk.doc.user plugin

2012-07-18 Thread mail
From: Timo Mueller The added plugin will contain the official documentation of the yocto project. --- features/org.yocto.sdk.doc/feature.xml |8 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/features/org.yocto.sdk.doc/feature.xml b/features/org.yocto.sdk.doc/featur

[yocto] [RFC 3/8] feature/sdk.doc: Added feature containing yocto documentation plugins

2012-07-18 Thread mail
From: Timo Mueller The project documentation of yocto is licensed under the Create Commons Attribution Share Alike 2.0 (CCA-SA). Because the plugins containing this documentation cannot be licensed under the Eclipse Public License 1.0, as it is not compatible to the CCA-SA, this feature will cont

[yocto] [RFC 6/8] feature/sdk: Added org.yocto.sdk.doc feature.

2012-07-18 Thread mail
From: Timo Mueller The feature is added to the yocto main feature so it will be part of the build. Also when installing the documentation feature will also be installed. To be able to install the documentation feature is has to be available via an eclipse update site. It is currently not part of

[yocto] [RFC 7/8] features/sdk.site: Added eclipse help feature to update site

2012-07-18 Thread mail
From: Timo Mueller Using the update site the user is able to install the documentation feature. As it is required by yocto's main feature it will be automatically installed during the main features installation. --- features/org.yocto.sdk.site/category.xml |6 ++ features/org.yocto.sdk.

[yocto] [RFC 1/6] documentation/adt-manual: Moved stylesheet parameters to customization file

2012-09-06 Thread mail
From: Timo Mueller Standard stylesheet parameters were moved to the docbook customization file tying them to the docbook stylesheet used. Removing these parameters simplifies the Makefile. Furthermore supporting new output formats can now be achieved by creating a new customization file containi

[yocto] [RFC 0/6][yocto-docs] Add eclipse help generation to build system.

2012-09-06 Thread mail
From: Timo Mueller Hi, before my vacation I've submitted a patch to the eclipse-poky project integrating the documentation into the eclipse IDE. To enable the integration into eclipse I've manually generated eclipse help from the documentation using the eclipse stylesheet provided by docbook. I

[yocto] [RFC 2/6] documentation/adt-manual/adt-manual-eclipse-customization.xsl: Added stylesheet for eclipse help

2012-09-06 Thread mail
From: Timo Mueller This stylesheet uses the eclipse stylesheets of docbook to create eclipse help from this documentation. In addition to simple html files these stylesheets will also create xml files which are needed to integrate the documentation into eclipse (e.g. toc.xml). --- .../adt-manual

[yocto] [RFC 3/6] documentation/Makefile: Added eclipse target for generating eclipse help

2012-09-06 Thread mail
From: Timo Mueller This target will generate eclipse help for the adt-manual using the adt-manual-eclipse-customization.xsl stylesheet. The output will be generated to a separate directory which can be used for integrating the documentation into eclipse. --- documentation/Makefile | 20 ++

[yocto] [RFC 4/6] documentation/template/titlepage.templates.xml: Remove title from pdf template

2012-09-06 Thread mail
From: Timo Mueller The title of a pdf document is part of the image used on the title page. Thus the title defined (e.g. bookinfo.title) in a document should never be used when creating title pages for pdf documents. As other output formats may use the title information to create metadata the tit

[yocto] [RFC 6/6] documentation/Makefile: Added eclipse target to adt-manual documentation

2012-09-06 Thread mail
From: Timo Mueller Eclipse help documents are now created when calling the 'make all' target on the adt-manual. Resulting files are archived into the tarball as well. When calling 'make clean' artefacts of the eclipse documentation build are deleted. --- documentation/Makefile |9 +

[yocto] [RFC 5/6] documentation/adt-manual/adt-manual.xml: Added title to bookinfo

2012-09-06 Thread mail
From: Timo Mueller The title of the document used to create metadata for output formats such as eclipse help. --- documentation/adt-manual/adt-manual.xml |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/documentation/adt-manual/adt-manual.xml b/documentation/adt-manu

[yocto] [PATCH 03/25] documentation/dev-manual/dev-manual-eclipse-customization.xsl: new file

2012-09-20 Thread mail
From: Timo Mueller This stylesheet uses the eclipse stylesheets of docbook to create eclipse help from this documentation. In addition to simple html files these stylesheets will also create xml files which are needed to integrate the documentation into eclipse (e.g. toc.xml). --- .../dev-manual

[yocto] [PATCH 04/25] documentation/Makefile: Support for making Eclipse HTML dev manual

2012-09-20 Thread mail
From: Timo Mueller This target will generate eclipse help for the dev-manual using the dev-manual-eclipse-customization.xsl stylesheet. The output will be generated to a separate directory which can be used for integrating the documentation into eclipse. --- documentation/Makefile | 10 ++

[yocto] [PATCH 01/25] documentation/Makefile: Stop eclipse target workflow if generation fails.

2012-09-20 Thread mail
From: Timo Mueller --- documentation/Makefile |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/documentation/Makefile b/documentation/Makefile index 0537c22..005d670 100644 --- a/documentation/Makefile +++ b/documentation/Makefile @@ -295,13 +295,13 @@ ifneq ($(DOC

[yocto] [PATCH 02/25] documentation: Move dev-manual global parameters to customization file

2012-09-20 Thread mail
From: Timo Mueller Standard stylesheet parameters were moved to the docbook customization file tying them to the docbook stylesheet used. Removing these parameters simplifies the Makefile. --- documentation/Makefile |6 +- .../dev-manual/dev-manual-customizati

[yocto] [PATCH 00/25][yocto-docs] Add eclipse help generation for remaining documents

2012-09-20 Thread mail
From: Timo Mueller Hi, I've recently submitted a proof of concept showing how eclipse help files can be generated from the adt-manual using the docbook eclipse3.xsl stylesheet. These patches are currently in the temporary branch 'timo' in the yocto-docs git. This patch series fixes a small bug

[yocto] [PATCH 08/25] documentation/bsp-guide/bsp-guide-eclipse-customization.xsl: new file

2012-09-20 Thread mail
From: Timo Mueller This stylesheet uses the eclipse stylesheets of docbook to create eclipse help from this documentation. In addition to simple html files these stylesheets will also create xml files which are needed to integrate the documentation into eclipse (e.g. toc.xml). --- .../bsp-guide/

[yocto] [PATCH 05/25] documentation/dev-manual/dev-manual.xml: Added Title tag

2012-09-20 Thread mail
From: Timo Mueller The title of the document used to create metadata for output formats such as eclipse help. --- documentation/dev-manual/dev-manual.xml |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/documentation/dev-manual/dev-manual.xml b/documentation/dev-manua

[yocto] [PATCH 06/25] documentation/Makefile: logic to make all for adt manual and cleanup

2012-09-20 Thread mail
From: Timo Mueller Eclipse help documents are now created when calling the 'make all' target on the dev-manual. Resulting files are archived into the tarball as well. When calling 'make clean' artefacts of the eclipse documentation build are deleted. --- documentation/Makefile | 13 ---

[yocto] [PATCH 09/25] documentation/Makefile: Support for making Eclipse HTML bsp guide

2012-09-20 Thread mail
From: Timo Mueller This target will generate eclipse help for the bsp-guide using the bsp-guide-eclipse-customization.xsl stylesheet. The output will be generated to a separate directory which can be used for integrating the documentation into eclipse. --- documentation/Makefile |4 +++- 1

[yocto] [PATCH 07/25] documentation: Move bsp-guide global parameters to customization file

2012-09-20 Thread mail
From: Timo Mueller Standard stylesheet parameters were moved to the docbook customization file tying them to the docbook stylesheet used. Removing these parameters simplifies the Makefile. --- documentation/Makefile |6 +- .../bsp-guide/bsp-guide-customization

[yocto] [PATCH 11/25] documentation/Makefile: logic to make all for bsp guide and cleanup

2012-09-20 Thread mail
From: Timo Mueller Eclipse help documents are now created when calling the 'make all' target on the bsp-guide. Resulting files are archived into the tarball as well. When calling 'make clean' artefacts of the eclipse documentation build are deleted. --- documentation/Makefile |7 --- 1 f

[yocto] [PATCH 10/25] documentation/bsp-guide/bsp-guide.xml: Added Title tag

2012-09-20 Thread mail
From: Timo Mueller The title of the document used to create metadata for output formats such as eclipse help. --- documentation/bsp-guide/bsp-guide.xml |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/documentation/bsp-guide/bsp-guide.xml b/documentation/bsp-guide/bsp

[yocto] [PATCH 12/25] documentation: Move kernel-manual global parameters to customization file

2012-09-20 Thread mail
From: Timo Mueller Standard stylesheet parameters were moved to the docbook customization file tying them to the docbook stylesheet used. Removing these parameters simplifies the Makefile. --- documentation/Makefile |7 +-- .../kernel-manual/kernel-manual-cust

[yocto] [PATCH 13/25] documentation/kernel-manual/kernel-manual-eclipse-customization.xsl: new file

2012-09-20 Thread mail
From: Timo Mueller This stylesheet uses the eclipse stylesheets of docbook to create eclipse help from this documentation. In addition to simple html files these stylesheets will also create xml files which are needed to integrate the documentation into eclipse (e.g. toc.xml). --- .../kernel-man

[yocto] [PATCH 14/25] documentation/Makefile: Support for making Eclipse HTML kernel manual

2012-09-20 Thread mail
From: Timo Mueller This target will generate eclipse help for the kernel-manual using the kernel-manual-eclipse-customization.xsl stylesheet. The output will be generated to a separate directory which can be used for integrating the documentation into eclipse. --- documentation/Makefile |4

[yocto] [PATCH 15/25] documentation/kernel-manual/kernel-manual.xml: Added Title tag

2012-09-20 Thread mail
From: Timo Mueller The title of the document used to create metadata for output formats such as eclipse help. --- documentation/kernel-manual/kernel-manual.xml |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/documentation/kernel-manual/kernel-manual.xml b/documentati

[yocto] [PATCH 16/25] documentation/Makefile: logic to make all for kernel-manual and cleanup

2012-09-20 Thread mail
From: Timo Mueller Eclipse help documents are now created when calling the 'make all' target on the kernel-manual. Resulting files are archived into the tarball as well. When calling 'make clean' artefacts of the eclipse documentation build are deleted. --- documentation/Makefile |8 +---

[yocto] [PATCH 21/25] documentation/Makefile: logic to make all for poky-ref-manual and cleanup

2012-09-20 Thread mail
From: Timo Mueller Eclipse help documents are now created when calling the 'make all' target on the poky-ref-manual. Resulting files are archived into the tarball as well. When calling 'make clean' artefacts of the eclipse documentation build are deleted. --- documentation/Makefile |6 +++---

  1   2   >