[eclipse-yocto] [PATCH v2 1/2] eclipse-yocto-photonm6.target: add target platform

Tim Orling timothy.t.orling at linux.intel.com
Wed Jul 11 16:05:59 PDT 2018


Rebased and merged.

> On Mar 26, 2018, at 6:59 PM, Chin Huat Ang <chin.huat.ang at intel.com> wrote:
> 
> 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 at intel.com>
> ---
> .../eclipse-yocto-photonm6.target                  | 58 ++++++++++++++++++++++
> 1 file changed, 58 insertions(+)
> create mode 100644 releng/org.yocto.sdk.releng/eclipse-yocto-photonm6.target
> 
> diff --git a/releng/org.yocto.sdk.releng/eclipse-yocto-photonm6.target b/releng/org.yocto.sdk.releng/eclipse-yocto-photonm6.target
> new file mode 100644
> index 0000000..e135a39
> --- /dev/null
> +++ b/releng/org.yocto.sdk.releng/eclipse-yocto-photonm6.target
> @@ -0,0 +1,58 @@
> +<?xml version="1.0" encoding="UTF-8" standalone="no"?>
> +<?pde version="3.8"?><target name="Eclipse Yocto Photon M6" sequenceNumber="39">
> +<locations>
> +<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
> +<unit id="org.eclipse.license.feature.group" version="0.0.0"/>
> +<repository location="http://download.eclipse.org/cbi/updates/license/"/>
> +</location>
> +<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
> +<unit id="org.eclipse.cdt.autotools.feature.group" version="9.5.0.201803112200"/>
> +<unit id="org.eclipse.cdt.autotools.source.feature.group" version="9.5.0.201803112200"/>
> +<unit id="org.eclipse.cdt.docker.launcher.feature.group" version="9.5.0.201803112200"/>
> +<unit id="org.eclipse.cdt.docker.launcher.source.feature.group" version="9.5.0.201803112200"/>
> +<unit id="org.eclipse.cdt.launch.remote.feature.group" version="9.5.0.201803112200"/>
> +<unit id="org.eclipse.cdt.launch.remote.source.feature.group" version="9.5.0.201803112200"/>
> +<unit id="org.eclipse.cdt.sdk.feature.group" version="9.5.0.201803112200"/>
> +<repository location="http://download.eclipse.org/tools/cdt/builds/9.5/cdt-9.5.0-photon-m6"/>
> +</location>
> +<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
> +<unit id="org.eclipse.swtbot.eclipse.feature.group" version="2.6.0.201706141832"/>
> +<unit id="org.eclipse.swtbot.feature.group" version="2.6.0.201706141832"/>
> +<unit id="org.eclipse.swtbot.ide.feature.group" version="2.6.0.201706141832"/>
> +<repository location="http://download.eclipse.org/releases/oxygen"/>
> +</location>
> +<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
> +<unit id="org.eclipse.linuxtools.docker.feature.feature.group" version="4.0.0.201803141000"/>
> +<unit id="org.eclipse.linuxtools.docker.feature.source.feature.group" version="4.0.0.201803141000"/>
> +<repository location="http://download.eclipse.org/linuxtools/update-photon-docker-m6"/>
> +</location>
> +<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
> +<unit id="com.google.gson" version="0.0.0"/>
> +<unit id="net.sourceforge.lpg.lpgjavaruntime" version="0.0.0"/>
> +<unit id="org.antlr.runtime" version="0.0.0"/>
> +<unit id="org.apache.commons.compress" version="0.0.0"/>
> +<unit id="org.apache.log4j" version="0.0.0"/>
> +<unit id="org.apache.log4j.source" version="0.0.0"/>
> +<unit id="org.freemarker" version="0.0.0"/>
> +<unit id="org.hamcrest" version="0.0.0"/>
> +<unit id="org.hamcrest.core" version="0.0.0"/>
> +<unit id="org.junit" version="0.0.0"/>
> +<unit id="org.junit.source" version="0.0.0"/>
> +<unit id="org.mockito" version="0.0.0"/>
> +<unit id="org.slf4j.impl.log4j12" version="0.0.0"/>
> +<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/R20170516192513/repository/"/>
> +</location>
> +<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
> +<unit id="org.eclipse.equinox.executable.feature.group" version="0.0.0"/>
> +<unit id="org.eclipse.sdk.ide" version="0.0.0"/>
> +<unit id="org.eclipse.test.feature.group" version="0.0.0"/>
> +<repository location="http://download.eclipse.org/eclipse/updates/4.8milestones/"/>
> +</location>
> +</locations>
> +<environment>
> +<os>linux</os>
> +<ws>gtk</ws>
> +<arch>x86_64</arch>
> +<nl>en_US</nl>
> +</environment>
> +</target>
> -- 
> 2.7.4
> 
> _______________________________________________
> eclipse-yocto mailing list
> eclipse-yocto at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/eclipse-yocto



More information about the eclipse-yocto mailing list