aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
AgeCommit message (Collapse)Author
2018-11-16pom.xml: add experimental featuresChin Huat Ang
Signed-off-by: Chin Huat Ang <chin.huat.ang@intel.com>
2018-11-16pom.xml: build main features repository projectChin Huat Ang
Signed-off-by: Chin Huat Ang <chin.huat.ang@intel.com>
2018-11-16pom.xml: add org.yocto.sdk.autotools.ui pluginChin Huat Ang
Signed-off-by: Chin Huat Ang <chin.huat.ang@intel.com>
2018-11-16pom.xml: add org.yocto.sdk.cmake.uiChin Huat Ang
Signed-off-by: Chin Huat Ang <chin.huat.ang@intel.com>
2018-11-16Build new plugins using mavenChin Huat Ang
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-22Remove RSE build dependencyross/masterChin Huat Ang
Since all features that depend on RSE have been removed, also remove target platform and project set file used for setting up RSE-related development. The root pom.xml is also updated to use poky.target which no longer includes RSE features. Signed-off-by: Chin Huat Ang <chin.huat.ang@intel.com> Signed-off-by: Tim Orling <timothy.t.orling@linux.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-11org.yocto.sdk.releng: change target to be pokywithrseTim Orling
The Tycho plugin prevents us from having target files in other than the root of the target project. Since the file that we were using "poky.target" was just a copy of the "pokywithrse.target", make it obvious that is what is being used. 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>
2018-02-11Add org.yocto.doc.user maven supportTim Orling
* Uses org.codehaus.mojo exec-maven-plugin to run the scripts/generate-doc.sh script Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
2018-02-11Add org.yocto.sdk.remotetools maven supportTim Orling
* Builds the SDK Remote Tools plugin * Depends on org.yocto.remote.utils Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
2018-02-11Add org.yocto.remote-utils maven supportTim Orling
* Builds the Remote Utilities plugin * Dependency for org.yocto.sdk.remotetools Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
2018-02-11Add org.yocto.cmake.managedbuilder maven supportTim Orling
* Builds the CMake ManagedBuilder plugin Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
2018-02-11Add org.yocto.sdk.ide.doc.user maven supportTim Orling
This builds the "Cheatsheet" User Documentation Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
2018-02-11Add org.yocto.sdk.ide maven supportTim Orling
* Builds the main SDK plugin Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
2018-02-11Add initial pom files for parent and releng/targetTim Orling
* for some reason, o.e.tm.terminal.connector.local is still referencing o.e.cdt.core.aix [0.0.0] which is unavailable Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>