From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 2E1F32BB8 for ; Thu, 29 Mar 2018 15:54:46 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 29 Mar 2018 06:54:46 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.48,376,1517904000"; d="scan'208";a="32471924" Received: from silpixa00399126.ir.intel.com (HELO silpixa00399126.ger.corp.intel.com) ([10.237.223.223]) by fmsmga002.fm.intel.com with ESMTP; 29 Mar 2018 06:54:44 -0700 From: Bruce Richardson To: dev@dpdk.org Cc: hemant.agrawal@nxp.com, shreyansh.jain@nxp.com, Bruce Richardson Date: Thu, 29 Mar 2018 14:54:31 +0100 Message-Id: <20180329135436.92878-2-bruce.richardson@intel.com> X-Mailer: git-send-email 2.14.3 In-Reply-To: <20180329135436.92878-1-bruce.richardson@intel.com> References: <20180329135436.92878-1-bruce.richardson@intel.com> Subject: [dpdk-dev] [PATCH 1/6] examples: add empty meson files for unsupported examples X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Mar 2018 13:54:47 -0000 Signed-off-by: Bruce Richardson --- examples/ethtool/meson.build | 10 ++++++++++ examples/multi_process/meson.build | 10 ++++++++++ examples/netmap_compat/meson.build | 10 ++++++++++ examples/performance-thread/meson.build | 10 ++++++++++ examples/quota_watermark/meson.build | 10 ++++++++++ examples/server_node_efd/meson.build | 10 ++++++++++ examples/vm_power_manager/meson.build | 10 ++++++++++ 7 files changed, 70 insertions(+) create mode 100644 examples/ethtool/meson.build create mode 100644 examples/multi_process/meson.build create mode 100644 examples/netmap_compat/meson.build create mode 100644 examples/performance-thread/meson.build create mode 100644 examples/quota_watermark/meson.build create mode 100644 examples/server_node_efd/meson.build create mode 100644 examples/vm_power_manager/meson.build diff --git a/examples/ethtool/meson.build b/examples/ethtool/meson.build new file mode 100644 index 000000000..c370d7476 --- /dev/null +++ b/examples/ethtool/meson.build @@ -0,0 +1,10 @@ +# SPDX-License-Identifier: BSD-3-Clause +# Copyright(c) 2018 Intel Corporation + +# meson file, for building this example as part of a main DPDK build. +# +# To build this example as a standalone application with an already-installed +# DPDK instance, use 'make' + +# Example app currently unsupported by meson build +build = false diff --git a/examples/multi_process/meson.build b/examples/multi_process/meson.build new file mode 100644 index 000000000..c370d7476 --- /dev/null +++ b/examples/multi_process/meson.build @@ -0,0 +1,10 @@ +# SPDX-License-Identifier: BSD-3-Clause +# Copyright(c) 2018 Intel Corporation + +# meson file, for building this example as part of a main DPDK build. +# +# To build this example as a standalone application with an already-installed +# DPDK instance, use 'make' + +# Example app currently unsupported by meson build +build = false diff --git a/examples/netmap_compat/meson.build b/examples/netmap_compat/meson.build new file mode 100644 index 000000000..c370d7476 --- /dev/null +++ b/examples/netmap_compat/meson.build @@ -0,0 +1,10 @@ +# SPDX-License-Identifier: BSD-3-Clause +# Copyright(c) 2018 Intel Corporation + +# meson file, for building this example as part of a main DPDK build. +# +# To build this example as a standalone application with an already-installed +# DPDK instance, use 'make' + +# Example app currently unsupported by meson build +build = false diff --git a/examples/performance-thread/meson.build b/examples/performance-thread/meson.build new file mode 100644 index 000000000..c370d7476 --- /dev/null +++ b/examples/performance-thread/meson.build @@ -0,0 +1,10 @@ +# SPDX-License-Identifier: BSD-3-Clause +# Copyright(c) 2018 Intel Corporation + +# meson file, for building this example as part of a main DPDK build. +# +# To build this example as a standalone application with an already-installed +# DPDK instance, use 'make' + +# Example app currently unsupported by meson build +build = false diff --git a/examples/quota_watermark/meson.build b/examples/quota_watermark/meson.build new file mode 100644 index 000000000..c370d7476 --- /dev/null +++ b/examples/quota_watermark/meson.build @@ -0,0 +1,10 @@ +# SPDX-License-Identifier: BSD-3-Clause +# Copyright(c) 2018 Intel Corporation + +# meson file, for building this example as part of a main DPDK build. +# +# To build this example as a standalone application with an already-installed +# DPDK instance, use 'make' + +# Example app currently unsupported by meson build +build = false diff --git a/examples/server_node_efd/meson.build b/examples/server_node_efd/meson.build new file mode 100644 index 000000000..c370d7476 --- /dev/null +++ b/examples/server_node_efd/meson.build @@ -0,0 +1,10 @@ +# SPDX-License-Identifier: BSD-3-Clause +# Copyright(c) 2018 Intel Corporation + +# meson file, for building this example as part of a main DPDK build. +# +# To build this example as a standalone application with an already-installed +# DPDK instance, use 'make' + +# Example app currently unsupported by meson build +build = false diff --git a/examples/vm_power_manager/meson.build b/examples/vm_power_manager/meson.build new file mode 100644 index 000000000..c370d7476 --- /dev/null +++ b/examples/vm_power_manager/meson.build @@ -0,0 +1,10 @@ +# SPDX-License-Identifier: BSD-3-Clause +# Copyright(c) 2018 Intel Corporation + +# meson file, for building this example as part of a main DPDK build. +# +# To build this example as a standalone application with an already-installed +# DPDK instance, use 'make' + +# Example app currently unsupported by meson build +build = false -- 2.14.3