From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vipin Varghese Subject: [PATCH v5] doc/patches: add meson build to contributing guide Date: Tue, 29 Jan 2019 15:40:36 +0530 Message-ID: <20190129101036.35002-1-vipin.varghese@intel.com> References: <20190124230541.58343-1-vipin.varghese@intel.com> Cc: sanjay.padubidri@intel.com, amol.patel@intel.com, Vipin Varghese To: john.mcnamara@intel.com, marko.kovacevic@intel.com, thomas@monjalon.net, ferruh.yigit@intel.com, dev@dpdk.org Return-path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 0111D5F1B for ; Tue, 29 Jan 2019 05:13:39 +0100 (CET) In-Reply-To: <20190124230541.58343-1-vipin.varghese@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Patches has to be validated for meson devtool script for code and document changes. Updating documentation for meson build steps in checking Compilation category. Signed-off-by: Vipin Varghese Tested-by: Marko Kovacevic Acked-by: Marko Kovacevic --- V5: create sub section to Compilation - Thomas Monjalon remove Linux and BSD references - Thomas Monjalon reword tool chain to toolchain - Thomas Monjalon V4: spelling correction for Compilation - Thomas Monjalon restored double space for new header - Thomas Monjalon reword the meson compilation content - Vipin Varghese added 'tested' and 'acked' from - Marko Kovacevic V3: removed extra character - Vipin Varghese V2: updated the meson build options - Bruce Richardson --- doc/guides/contributing/patches.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/guides/contributing/patches.rst b/doc/guides/contributing/patches.rst index a64bb0368..4b6b00b7a 100644 --- a/doc/guides/contributing/patches.rst +++ b/doc/guides/contributing/patches.rst @@ -473,6 +473,14 @@ The recommended configurations and options to test compilation prior to submitti export DPDK_DEP_PCAP=y export DPDK_DEP_SSL=y +Meson system +~~~~~~~~~~~~ + +Compilation of patches is to be tested with ``devtools/test-meson-builds.sh`` script in ``devtools`` + +The script internally checks for dependencies, then builds for several +combinations of compilation configuration. + Sending Patches --------------- -- 2.17.1