From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 9FBADA04DD; Wed, 21 Oct 2020 10:22:16 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id BA2DFAD51; Wed, 21 Oct 2020 10:18:18 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id 516F4AD3A for ; Wed, 21 Oct 2020 10:18:13 +0200 (CEST) IronPort-SDR: /atjVX3/m9iJXJUO3tM9rCeqSZBtkbbSDvp9EEaLXqBW1Y0YntheaXTtbJWFF0vK3WQ2t8DY3t KGU0cQSN8dRQ== X-IronPort-AV: E=McAfee;i="6000,8403,9780"; a="147190597" X-IronPort-AV: E=Sophos;i="5.77,400,1596524400"; d="scan'208";a="147190597" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Oct 2020 01:18:12 -0700 IronPort-SDR: gbOqLO/ngZuO/D70CJrWYwyybKYPxVstG2XurodDE59mTF61QmmtfQjtc7uS0NApL+/znqbQWR RDuE35NQGf1w== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.77,400,1596524400"; d="scan'208";a="316302105" Received: from silpixa00400355.ir.intel.com (HELO silpixa00400355.ger.corp.intel.com) ([10.237.222.239]) by orsmga003.jf.intel.com with ESMTP; 21 Oct 2020 01:18:11 -0700 From: Ciara Power To: dev@dpdk.org Cc: Ciara Power Date: Wed, 21 Oct 2020 09:17:23 +0100 Message-Id: <20201021081725.68541-14-ciara.power@intel.com> X-Mailer: git-send-email 2.22.0 In-Reply-To: <20201021081725.68541-1-ciara.power@intel.com> References: <20200807123009.21266-1-ciara.power@intel.com> <20201021081725.68541-1-ciara.power@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH v7 13/14] 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 describe the removal of the Make build system to the release notes for 20.11. Signed-off-by: Ciara Power --- v6: - Fixed spelling in commit log. - Fixed formatting of release note entry to be split logically. --- doc/guides/rel_notes/release_20_11.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/guides/rel_notes/release_20_11.rst b/doc/guides/rel_notes/release_20_11.rst index 25ea3c20b4..e5fe0b38cc 100644 --- a/doc/guides/rel_notes/release_20_11.rst +++ b/doc/guides/rel_notes/release_20_11.rst @@ -358,6 +358,10 @@ Removed Items * Removed Python 2 support since it was EOL'd in January 2020. +* 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 ----------- -- 2.22.0