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

mail at timomueller.eu mail at timomueller.eu
Wed Jul 18 06:02:57 PDT 2012


From: Timo Mueller <timo.mueller at bmw-carit.de>

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 the official
yocto update site. Therefor the feature has to be installed manually
until it is part of the yocto update site.
---
 features/org.yocto.sdk/feature.xml |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/features/org.yocto.sdk/feature.xml b/features/org.yocto.sdk/feature.xml
index 0fce8db..7ee6575 100644
--- a/features/org.yocto.sdk/feature.xml
+++ b/features/org.yocto.sdk/feature.xml
@@ -8,6 +8,7 @@
    
     Contributors:
         Intel - initial API and implementation
+        BMW Car IT GmbH - added yocto documentation feature
  -->
 <feature
       id="org.yocto.sdk"
@@ -34,6 +35,10 @@
    <includes
          id="org.yocto.sdk.source"/>
 
+   <includes
+         id="org.yocto.sdk.doc"
+         version="0.0.0"/>
+
    <requires>
       <import plugin="org.eclipse.core.runtime"/>
       <import plugin="org.eclipse.osgi"/>
-- 
1.7.7.6




More information about the yocto mailing list