aboutsummaryrefslogtreecommitdiffstats
path: root/features
AgeCommit message (Collapse)Author
2018-11-16Update plugin names and descriptions in pom.xmlcha/yoctoPluginsContainerBuildChin Huat Ang
Make sure all plugin names' begin with "Yocto Project", especially plugins which are placeholders for upstream feature contribution and bug fixes. Signed-off-by: Chin Huat Ang <chin.huat.ang@intel.com>
2018-11-16Fix missing copyright and license infoChin Huat Ang
Reuse license info from org.yocto.sdk for new org.yocto.sdk2.* features. Signed-off-by: Chin Huat Ang <chin.huat.ang@intel.com>
2018-11-16Group new plugins as featuresChin Huat Ang
"Yocto Project SDK Support - Experimental" feature (org.yocto.sdk2) provides the following plugins: * org.yocto.ui * org.yocto.docker.launcher * org.yocto.docker.ui * org.yocto.sdk.core * org.yocto.sdk.ui * org.yocto.sdk.docker.launcher * org.yocto.sdk.docker.ui "Yocto Project SDK Autotools Support - Experimental" feature (org.yocto.sdk2.autotools) provides the following plugins: * org.yocto.sdk.autotools.core * org.yocto.sdk.autotools.ui "Yocto Project SDK CMake Support - Experimental" feature (org.yocto.sdk2.cmake) provides the following plugins: * org.yocto.cmake.ore * org.yocto.cmake.ui * org.yocto.sdk.cmake.core * org.yocto.sdk.cmake.ui Signed-off-by: Chin Huat Ang <chin.huat.ang@intel.com>
2018-07-11build: rename eclipse-poky to eclipse-yoctoChin Huat Ang
Cosmetic change to replace all references to 'poky' with 'eclipse-yocto' as the plugins don't have poky distribution specific features. Also update maven build to use target platform file which has been renamed to eclipse-yocto.target. Signed-off-by: Chin Huat Ang <chin.huat.ang@intel.com>
2018-02-15Removal of RSE dependenciesScott Lewis
The org.yocto.sdk code currently has dependencies on the Remote System Explorer, which in Photon is in the process of being deprecated and removed. This pull commit removes the RSE dependencies in: o.y.sdk.ide/META-INF/MANIFEST.MF - Import packages removed features/o.y.sdk and o.y.utils removed rse requires pom.xml (top-level pom) - removed building of org.yocto.remote.utils and org.yocto.sdk.remotetools. These two plugin projects are no longer needed and so they can ultimately be removed from the repo. This change to the top-level pom removes these two projects from the maven-based build, but does not delete the files/directories for these two projects. Eventually, those two plugin projects should be removed from repo. Signed-off-by: Scott Lewis <slewis@composent.com> Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
2018-02-11Addtions and small changes to .target, .psf and added prefs filesScott Lewis
and .project files. Signed-off-by: Scott Lewis <slewis@composent.com> Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
2018-02-11Add org.yocto.doc.feature.group maven supportTim Orling
Builds the Documentation feature group Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
2018-02-11Add org.yocto.utilities.feature.group maven supportTim Orling
Builds the Utilities feature group (and source) Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
2018-02-11Add org.yocto.sdk.feature.group maven supportTim Orling
Builds the SDK feature group Adds the tycho-source-feature maven plugin which automatically generates source feature groups Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
2016-09-16Drop bc from buildTim Orling
[YOCTO #10032] BitBake Commander has been bit-rotting for years and it was decided to deprecate it in 2.1. Drop it from the build. Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
2016-08-16org.yocto.sdk/feature.xml: clean up unused dependenciesTim Orling
[YOCTO #9908] Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
2016-08-16add script to update java version; update all to JavaSE-1.8Tim Orling
[YOCTO #9562] Minimum required java version for Neon is 1.8 Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
2016-07-12Cleanup - drop all references to ADT and HOBTim Orling
- minimum Java 1.7 for Mars - bump all plugins/features to 1.4.1 release - update copyright year - cheatsheet -> /opt/poky/2.1 [YOCTO #7820] [YOCTO #9561] Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
2016-07-12org.yocto.sdk.site: add TM 4.0 Updates site to category.xmlTim Orling
This makes it possible for the user to simply download Eclipse for C/C++ Developers and then install the plugin, without having to manually add any additional (e.g, rse.terminals) update sites that would not be available in a default Eclipse installation. [YOCTO #9105] Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
2016-07-12Update to Mars.2 and new TM 4.0 sitesTim Orling
- Bump org.yocto.sdk feature version to 1.4.1 - Update org.yocto.sdk feature copyright year. - Update org.yocto.bc feature copyright year. - download rse.terminals (deprecated) from TM_SITE - add TM TERMINAL (replacement for RSE.TERMINALS) - re-export the packages from rse.terminals Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
2015-07-07org.yocto.bc: remove dependency on org.yocto.sdk.ideTodor Minchev
2015-02-17features:org.yocto.bc: add sdk to bc headless buildTodor Minchev
Make SDK classes visible to BC headless build so features can be shared Signed-off-by: Todor Minchev <todor.minchev@intel.com>
2013-08-05Remove utils from featuresJessica Zhang
Signed-off-by: Jessica Zhang <jessica.zhang@intel.com>
2013-08-05Add remote.utils to bc featureJessica Zhang
Signed-off-by: Jessica Zhang <jessica.zhang@intel.com>
2013-07-16Update build to support Kepler and code refactor for remote util plug-inJessica Zhang
Signed-off-by: Jessica Zhang <jessica.zhang@intel.com>
2013-05-24Add remote.utils plugin to sdk featuresJessica Zhang
Signed-off-by: Jessica Zhang <jessica.zhang@intel.com>
2013-05-24features/sdk: Added CMake plugin to sdk featureAtanas Gegov
Made the CMake extension plugin a part of the Yocto sdk feature.
2013-02-08features/sdk.site: Added yocto.doc feature to update siteTimo Mueller
Signed-off-by: Timo Mueller <timo.mueller@bmw-carit.de>
2013-02-08features/doc.headless.build: Added headless build for yocto.doc featureTimo Mueller
Signed-off-by: Timo Mueller <timo.mueller@bmw-carit.de>
2013-02-08features/org.yocto.doc: Add new feature containing yocto project documentationTimo Mueller
Signed-off-by: Timo Mueller <timo.mueller@bmw-carit.de>
2013-02-08Fixed typo in version variable nameTimo Mueller
Signed-off-by: Timo Mueller <timo.mueller@bmw-carit.de>
2013-02-08features/sdk.site: Fixed typo in category nameTimo Mueller
Signed-off-by: Timo Mueller <timo.mueller@bmw-carit.de>
2012-12-04Update the version qualifier to 1.4Jessica Zhang
Signed-off-by: Jessica Zhang <jessica.zhang@intel.com>
2012-12-03Clean up category and feature descriptionsJessica Zhang
Signed-off-by: Jessica Zhang <jessica.zhang@intel.com>
2012-11-30split Yocto Project Bitbake Commander to a different featureJessica Zhang
Signed-off-by: Jessica Zhang <jessica.zhang@intel.com>
2012-11-14remove the dependency to jdt [YOCTO#3021]Jessica Zhang
2012-10-09feature/sdk: Added user doc pluginAtanas Gegov
The added doc plugin org.yocto.sdk.ide.doc.user will provide help contents for this feature (e.g help documents, cheat sheets).
2012-09-05[Yocto #3044]Set JavaSource=1.6 for headless buildIoana Grigoropol
- @Override annotations can be used starting with jre >= 1.6 - Headless build plugin limited the java compilation to 1.5 (no matter what the system jdk is) Signed-off-by: Ioana Grigoropol <ioanax.grigoropol@intel.com>
2012-06-08features/headless.build: Refactor for TCF 1.0.Lianhao Lu
Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
2012-03-22headless build: using correct tcf upstream git repo.Lianhao Lu
Also fixed the erroreous copy. Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
2012-03-21Fix the recent eclipse headless build issues since upstream tcf switch from ↵Jessica Zhang
svn to git Signed-off-by: Jessica Zhang <jessica.zhang@intel.com>
2012-03-02all: Bumping feature and plugins version to 1.2.Lianhao Lu
Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
2012-03-01headless build: Automatically detect feature version.Lianhao Lu
Automatically detect the feature version for category definition file when generating the update site. Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
2012-02-13update site: Added category definition for source feature.Lianhao Lu
Fixed bug [YOCTO #1976]. Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
2011-07-12feature/org.yocto.sdk.site: update to 1.1.0Lianhao Lu
Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
2011-07-12feature/headless.build: Using tcf trunk rev 1855.Lianhao Lu
Using tcf trunk rev 1855 instead of tcf tag 0.3.0. Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
2011-07-12feature/org.yocto.sdk: Update to 1.1.0.Lianhao Lu
1. Update version from 1.0.0 to 1.1.0. 2. Corrected error dependency for Indigo. Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
2011-02-23feature/org.yocto.sdk: Recomputed the dependencies.Lianhao Lu
Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
2011-01-27Added org.yocto.bc.ui plugin into feature.Lianhao Lu
Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
2010-10-21Changed the update site URL.Lianhao Lu
Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
2010-10-15Changed svn checkout to export in headless build.Lianhao Lu
SVN checkout often causes connection lost using internal proxy. Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
2010-10-15Part of fix bug #470.Lianhao Lu
Changed provider fileds and plugin name of headless build. Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
2010-09-06Added remote tools plugin into the yocto features.Lianhao Lu
1. Added org.yocto.sdk.remotetools plugin into org.yocto.sdk feature. 2. Remove those "@Override" annotations automatically added by the Eclipse IDE which would cause headless build failure. Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
2010-08-13Modified features according to the name change in commit fff5d5d.Lianhao Lu
Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
2010-08-09Included site.xml in the headless built archive zip.Lianhao Lu
Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>