From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vipin Varghese Subject: [PATCH v2] doc: add meson build to contributing guide Date: Tue, 30 Oct 2018 19:43:45 +0530 Message-ID: <20181030141345.23725-1-vipin.varghese@intel.com> References: <20181030045633.18859-1-vipin.varghese@intel.com> Cc: amol.patel@intel.com, stephen1.byrne@intel.com, Vipin Varghese To: bruce.richardson@intel.com, john.mcnamara@intel.com, dev@dpdk.org, marko.kovacevic@intel.com Return-path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id EFD85B62 for ; Tue, 30 Oct 2018 15:17:25 +0100 (CET) In-Reply-To: <20181030045633.18859-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 builds. Updating documentation for meson build steps in Checking Compilation category. Signed-off-by: Vipin Varghese --- V2: updated the meson build options - Bruce Richardson --- doc/guides/contributing/patches.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/guides/contributing/patches.rst b/doc/guides/contributing/patches.rst index a3d788024..df86c0e76 100644 --- a/doc/guides/contributing/patches.rst +++ b/doc/guides/contributing/patches.rst @@ -468,6 +468,12 @@ The recommended configurations and options to test compilation prior to submitti export DPDK_DEP_PCAP=y export DPDK_DEP_SSL=y +Compliation of patches has to be tested using meson:: + + ./devtools/test-meson-builds.sh' + +This will test for shared and static builds. If gcc arm cross compiler is +installed, cross build is tested too. Sending Patches --------------- -- 2.17.1