aboutsummaryrefslogtreecommitdiffstats
path: root/releng
AgeCommit message (Collapse)Author
2018-11-16org.yocto.sdk.repo: add optional experimental featuresChin Huat Ang
Signed-off-by: Chin Huat Ang <chin.huat.ang@intel.com>
2018-11-16org.yocto.sdk.repo: add documentation featureChin Huat Ang
Signed-off-by: Chin Huat Ang <chin.huat.ang@intel.com>
2018-11-16org.yocto.sdk.repo: build main features repositoryChin Huat Ang
Signed-off-by: Chin Huat Ang <chin.huat.ang@intel.com>
2018-11-16eclipse-yocto-alpha.psf : add org.yocto.sdk.autotools.ui and ↵cheeyang
org.yocto.sdk.cmake.ui Signed-off-by: cheeyang <chee.yang.lee@intel.com> Signed-off-by: Chin Huat Ang <chin.huat.ang@intel.com>
2018-11-16org.yocto.sdk.releng: add project set file for new pluginsChin Huat Ang
Signed-off-by: Chin Huat Ang <chin.huat.ang@intel.com>
2018-08-09eclipse-yocto.target: use latest org.apache.commons.compress from OrbitChin Huat Ang
Signed-off-by: Chin Huat Ang <chin.huat.ang@intel.com> Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
2018-08-09eclipse-yocto.target: Oxygen -> PhotonChin Huat Ang
Upgrade all features to Photon release, namely: * Eclipse: 4.7.3 -> 4.8.0 * CDT: 9.4.0 -> 9.5.2 * Docker Tooling: 3.2.0 -> 4.0.0 Signed-off-by: Chin Huat Ang <chin.huat.ang@intel.com> Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
2018-07-11eclipse-yocto-dev.target: add target platformtimo/targetPlatformChin Huat Ang
This target platform includes the latest CDT and Docker Tooling nightly builds regardless of the version. It is useful for tracking contributions or bug fixes submitted to CDT, Docker Tooling or any projects which eclipse-yocto might depend on. Note that this target platform currently does not specify any specific version of CDT or Docker Tooling features required, as such every time when it is reloaded, it will always resolve to the latest nightly builds. Signed-off-by: Chin Huat Ang <chin.huat.ang@intel.com>
2018-07-11eclipse-yocto-photonm6.target: add target platformChin Huat Ang
This staging target platform includes Eclipse Platform 4.8.0 with CDT 9.5.0 and Docker Tooling 4.0.0 contributions for Photon M6 build, this enables eclipse-yocto to develop against the upcoming release's milestone builds ahead of the general availability of CDT and Docker Tooling. The other motivation is to use this separate target platform for tracking the upcoming release's milestone or RC builds in the event eclipse-yocto.target still needs to track previous release's maintenance builds. Signed-off-by: Chin Huat Ang <chin.huat.ang@intel.com>
2018-07-11org.yocto.sdk.releng: fix non-build related issuescontrib/timo/renamePokyToYoctoChin Huat Ang
Cosmetic fix for eclipse-yocto.target and eclipse-yocto.launch. As a bonus, set C/C++ as the default perspective in eclipse-yocto.launch. Also updates repo URL in eclipse-yocto.psf to point to eclipse-yocto-contrib. 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-21Fix build by updating o.e.tracecompass.* to latest buildChin Huat Ang
Maven build is broken again as there is a newer o.e.tracecompass.* build which uses new identifier 201802201000, this fix updates both pokywithrse.target and poky.target. Signed-off-by: Chin Huat Ang <chin.huat.ang@intel.com> Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
2018-02-15Fix build by updating o.e.tracecompass.* to 3.3.0 releaseTim Orling
New release today was posted to their stable site, which broke our build on master. Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
2018-02-15Fixes to project set filesScott Lewis
Project set files had timo/maven branch now have master. 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: move poky.target to root of projectTim Orling
As stated in the previous commit, Tycho needs all target files to be at the root of the target project. In the future, we plan to drop RSE entirely and will switch to using the poky.target 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-11Copy targets/pokywithrse.target to releng/poky.targetTim Orling
Building the target project with maven currently needs a 'poky.target' in releng/org.yocto.sdk.releng. Probably there is a fix in one of the pom.xml files to make this not necessary. Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
2018-02-11Update to pokywithrse.target file to eliminate unnecessary dependenciesScott Lewis
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 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>
2018-02-11Added org.yocto.sdk.releng project in releng directoryScott Lewis
Has pokywithrse project set in projectsets/pokywithrse.psf and target platform configuration in targets/pokywithrse.target. The project set file includes the poky plugin, feature and other projects, and it includes cdt core from master plus dependencies (e.g. docker.launcher). The target configuration has a) the current target platform for CDT itself; b) the Trace Compass project repository, the TM 4.0 repository...which has the RSE (Remote System Explorer). The RSE is now deprecated, so we will soon be looking to remove it as dependency. Signed-off-by: Scott Lewis <slewis@composent.com> Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>