Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[linuxtools-dev] Missing lttng2.ust feature in simrel and EPP

Hello,

We have noticed a feature is missing from the C/C++ package. It should
contain the org.eclipse.linuxtools.lttng2.ust feature. Can someone
(Jeff?) with commit rights to simrel and epp look into applying the
patches? Attached is a patch for simrel and there is a patch on gerrit
for EPP:

https://git.eclipse.org/r/#/c/28046/

Thank you,
Marc-Andre
>From 3f63f8c73555256fdc9cd9975c187cc61103abac Thu, 5 Jun 2014 10:16:44 -0400
From: Marc-Andre Laperle <marc-andre.laperle@xxxxxxxxxxxx>
Date: Thu, 5 Jun 2014 10:16:29 -0400
Subject: [PATCH] Add missing lttng2.ust feature


Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@xxxxxxxxxxxx>
diff --git a/linuxtools.b3aggrcon b/linuxtools.b3aggrcon
index 67608e4..b35822d 100644
--- a/linuxtools.b3aggrcon
+++ b/linuxtools.b3aggrcon
@@ -40,6 +40,9 @@
     <features name="org.eclipse.linuxtools.lttng2.kernel.feature.group" versionRange="3.0.0.201406041630">
       <categories href="simrel.b3aggr#//@customCategories[identifier='Linux%20Tools']"/>
     </features>
+    <features name="org.eclipse.linuxtools.lttng2.ust.feature.group" versionRange="3.0.0.201406041630">
+      <categories href="simrel.b3aggr#//@customCategories[identifier='Linux%20Tools']"/>
+    </features>
     <features name="org.eclipse.linuxtools.gdbtrace.feature.group" versionRange="3.0.0.201406041630">
       <categories href="simrel.b3aggr#//@customCategories[identifier='Linux%20Tools']"/>
     </features>
@@ -58,6 +61,7 @@
     <features name="org.eclipse.linuxtools.perf.feature.source.feature.group" versionRange="1.2.0.201406041630"/>
     <features name="org.eclipse.linuxtools.lttng2.control.source.feature.group" versionRange="3.0.0.201406041630"/>
     <features name="org.eclipse.linuxtools.lttng2.kernel.source.feature.group" versionRange="3.0.0.201406041630"/>
+    <features name="org.eclipse.linuxtools.lttng2.ust.source.feature.group" versionRange="3.0.0.201406041630"/>
     <features name="org.eclipse.linuxtools.gdbtrace.source.feature.group" versionRange="3.0.0.201406041630"/>
     <features name="org.eclipse.linuxtools.profiling.source.feature.group" versionRange="2.0.0.201406041630"/>
     <features name="org.eclipse.linuxtools.dataviewers.feature.source.feature.group" versionRange="1.0.0.201406041630"/>

Back to the top