misc: put devtools plugins into separate component/package 14/33614/2
authorDamjan Marion <damarion@cisco.com>
Fri, 27 Aug 2021 15:41:41 +0000 (17:41 +0200)
committerFlorin Coras <florin.coras@gmail.com>
Fri, 17 Sep 2021 15:04:28 +0000 (15:04 +0000)
Type: make
Change-Id: I2958e9eddadee6434766ecd3cdb3b9cea742ed64
Signed-off-by: Damjan Marion <damarion@cisco.com>
src/plugins/bufmon/CMakeLists.txt
src/plugins/dispatch-trace/CMakeLists.txt
src/plugins/oddbuf/CMakeLists.txt
src/plugins/perfmon/CMakeLists.txt
src/plugins/tracedump/CMakeLists.txt
src/plugins/unittest/CMakeLists.txt

index bf92959..b20ccff 100644 (file)
@@ -14,4 +14,7 @@
 add_vpp_plugin(bufmon
   SOURCES
   bufmon.c
+
+  COMPONENT
+  vpp-plugin-devtools
 )
index 5ba47f9..fd7c623 100644 (file)
@@ -14,4 +14,7 @@
 add_vpp_plugin(dispatch_trace
   SOURCES
   main.c
+
+  COMPONENT
+  vpp-plugin-devtools
 )
index 9720e92..5ce2b31 100644 (file)
@@ -26,4 +26,7 @@ add_vpp_plugin(oddbuf
 
   API_TEST_SOURCES
   oddbuf_test.c
+
+  COMPONENT
+  vpp-plugin-devtools
 )
index 6b8e7c8..e2f8888 100644 (file)
@@ -32,4 +32,7 @@ add_vpp_plugin(perfmon
   intel/bundle/branch_mispred.c
   intel/bundle/power_license.c
   intel/bundle/topdown_metrics.c
+
+  COMPONENT
+  vpp-plugin-devtools
 )
index 7860d95..6dffded 100644 (file)
@@ -26,7 +26,7 @@ add_vpp_plugin(tracedump
   API_TEST_SOURCES
   graph_test.c
   tracedump_test.c
-)
 
-#  API_TEST_SOURCES
-#  tracedump_test.c
+  COMPONENT
+  vpp-plugin-devtools
+)
index 115ced3..baf3a3c 100644 (file)
@@ -54,4 +54,7 @@ add_vpp_plugin(unittest
   util_test.c
   vlib_test.c
   counter_test.c
+
+  COMPONENT
+  vpp-plugin-devtools
 )