From patchwork Mon Sep 21 13:59:30 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Power, Ciara" X-Patchwork-Id: 78209 X-Patchwork-Delegate: thomas@monjalon.net Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 14C3FA04CC; Mon, 21 Sep 2020 16:07:26 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 4158F1DAE2; Mon, 21 Sep 2020 16:03:19 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id EEC581DAC9 for ; Mon, 21 Sep 2020 16:03:11 +0200 (CEST) IronPort-SDR: 9wWOQAo7n253J4RGzMIFCibFD/+12Suht7kB/A4M01lz+1GuG9ck7Hwo+0Blbk8K7yG90mmb8/ t7H2u6a5wDWg== X-IronPort-AV: E=McAfee;i="6000,8403,9750"; a="159679334" X-IronPort-AV: E=Sophos;i="5.77,286,1596524400"; d="scan'208";a="159679334" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Sep 2020 07:03:11 -0700 IronPort-SDR: CV/T8VSQBItidRtdiKaAkVTrnQbEOcrdNCwGVpOVLlIiA1LwtRusX89FR+aFQSLrWDRHY8JZdw A6oAHxBi0iAw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.77,286,1596524400"; d="scan'208";a="510083486" Received: from silpixa00399953.ir.intel.com (HELO silpixa00399953.ger.corp.intel.com) ([10.237.222.53]) by fmsmga006.fm.intel.com with ESMTP; 21 Sep 2020 07:03:10 -0700 From: Ciara Power To: dev@dpdk.org Cc: Ciara Power , John McNamara , Marko Kovacevic Date: Mon, 21 Sep 2020 14:59:30 +0100 Message-Id: <20200921135931.13355-20-ciara.power@intel.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20200921135931.13355-1-ciara.power@intel.com> References: <20200807123009.21266-1-ciara.power@intel.com> <20200921135931.13355-1-ciara.power@intel.com> Subject: [dpdk-dev] [PATCH v5 19/20] doc: add to release notes to reflect removal of make 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Added an entry to decribe the removal of the Make build system to the release notes for 20.11. Signed-off-by: Ciara Power --- doc/guides/rel_notes/release_20_11.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/guides/rel_notes/release_20_11.rst b/doc/guides/rel_notes/release_20_11.rst index b729bdf200..6f35831790 100644 --- a/doc/guides/rel_notes/release_20_11.rst +++ b/doc/guides/rel_notes/release_20_11.rst @@ -68,6 +68,9 @@ Removed Items Also, make sure to start the actual text at the margin. ======================================================= +* build: Support for the Make build system was removed for compiling DPDK, Meson + is now the primary build system. Sample applications can still be built with + Make standalone, using pkg-config. API Changes -----------