[eclipse-yocto] [PATCH v2 2/2] eclipse-yocto-dev.target: add target platform
Tim Orling
timothy.t.orling at linux.intel.com
Wed Jul 11 16:06:12 PDT 2018
Rebased and merged.
> On Mar 26, 2018, at 6:59 PM, Chin Huat Ang <chin.huat.ang at intel.com> wrote:
>
> 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 at intel.com>
> ---
> .../org.yocto.sdk.releng/eclipse-yocto-dev.target | 58 ++++++++++++++++++++++
> 1 file changed, 58 insertions(+)
> create mode 100644 releng/org.yocto.sdk.releng/eclipse-yocto-dev.target
>
> diff --git a/releng/org.yocto.sdk.releng/eclipse-yocto-dev.target b/releng/org.yocto.sdk.releng/eclipse-yocto-dev.target
> new file mode 100644
> index 0000000..8663db1
> --- /dev/null
> +++ b/releng/org.yocto.sdk.releng/eclipse-yocto-dev.target
> @@ -0,0 +1,58 @@
> +<?xml version="1.0" encoding="UTF-8" standalone="no"?>
> +<?pde version="3.8"?><target name="Eclipse Yocto Development" sequenceNumber="40">
> +<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="0.0.0"/>
> +<unit id="org.eclipse.cdt.autotools.source.feature.group" version="0.0.0"/>
> +<unit id="org.eclipse.cdt.docker.launcher.feature.group" version="0.0.0"/>
> +<unit id="org.eclipse.cdt.docker.launcher.source.feature.group" version="0.0.0"/>
> +<unit id="org.eclipse.cdt.launch.remote.feature.group" version="0.0.0"/>
> +<unit id="org.eclipse.cdt.launch.remote.source.feature.group" version="0.0.0"/>
> +<unit id="org.eclipse.cdt.sdk.feature.group" version="0.0.0"/>
> +<repository location="http://download.eclipse.org/tools/cdt/builds/master/nightly"/>
> +</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="0.0.0"/>
> +<unit id="org.eclipse.linuxtools.docker.feature.source.feature.group" version="0.0.0"/>
> +<repository location="http://download.eclipse.org/linuxtools/updates-docker-nightly"/>
> +</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