[v3,9/9] examples/guest_cli: add power manager guest cli to meson

Message ID 20191022154310.41238-10-bruce.richardson@intel.com (mailing list archive)
State Accepted, archived
Headers
Series support all examples in a meson build |

Checks

Context Check Description
ci/checkpatch warning coding style issues
ci/Intel-compilation success Compilation OK
ci/travis-robot success Travis build: passed

Commit Message

Bruce Richardson Oct. 22, 2019, 3:43 p.m. UTC
  Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
---
 examples/meson.build                            | 1 +
 examples/vm_power_manager/guest_cli/meson.build | 4 ----
 2 files changed, 1 insertion(+), 4 deletions(-)
  

Comments

Hunt, David Oct. 23, 2019, 10:38 a.m. UTC | #1
On 22/10/2019 16:43, Bruce Richardson wrote:
> Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
> ---
>   examples/meson.build                            | 1 +
>   examples/vm_power_manager/guest_cli/meson.build | 4 ----
>   2 files changed, 1 insertion(+), 4 deletions(-)
>

Acked-by: David Hunt <david.hunt@intel.com>
  

Patch

diff --git a/examples/meson.build b/examples/meson.build
index 8a15dafcf..5a235545a 100644
--- a/examples/meson.build
+++ b/examples/meson.build
@@ -43,6 +43,7 @@  all_examples = [
 	'timer', 'vdpa',
 	'vhost', 'vhost_crypto',
 	'vhost_scsi', 'vm_power_manager',
+	'vm_power_manager/guest_cli',
 	'vmdq', 'vmdq_dcb',
 ]
 # install all example code on install - irrespective of whether the example in
diff --git a/examples/vm_power_manager/guest_cli/meson.build b/examples/vm_power_manager/guest_cli/meson.build
index 38bd8d837..2b490424f 100644
--- a/examples/vm_power_manager/guest_cli/meson.build
+++ b/examples/vm_power_manager/guest_cli/meson.build
@@ -6,10 +6,6 @@ 
 # To build this example as a standalone application with an already-installed
 # DPDK instance, use 'make'
 
-# Setting the name here because the default name will conflict with the
-# vm_power_manager app because of the way the directories are parsed.
-name = 'guest_cli'
-
 if not dpdk_conf.has('RTE_LIBRTE_POWER')
         build = false
         subdir_done()