From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 59103A0547; Wed, 29 Jun 2022 23:17:43 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id DFFF2410D5; Wed, 29 Jun 2022 23:17:42 +0200 (CEST) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by mails.dpdk.org (Postfix) with ESMTP id 9CEC240691 for ; Wed, 29 Jun 2022 23:17:40 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1656537460; x=1688073460; h=from:to:cc:subject:date:message-id; bh=tB82PRn+JJwmPQSqTrUFRMf/oIOv0dCFcDLLWhXyHkA=; b=RfbKdk5M17TPvs02K7gtCXCYdkrHDot91QzwoCq++9LVWbhrYBBnCUM3 JVoIsTs2b+Mz7badiGcfOo2cz2WB7uhINs3iMibJ5Jp20RdM/tsWgapS4 8IdeOJ0s4OXrX3lND2PkwN1Le/ABNEXKPQTbdYx5nnTEj+jpx0yPKbY/r b1/wa68IiI/j/MpGY+h+WvwxRrh9EIqD7Pc4fA9wTPyc8cbWHNhvI3INO yaULwB9I2j97/qfABkAg6P1BbgO3ke0IugdoZyUfK65KfTwc//pIwtkqF x/b5WwcFmcJ38GPdNYEn4c3yzeR20c85g29W59C7iMPJnc42TKUxjhfCu Q==; X-IronPort-AV: E=McAfee;i="6400,9594,10393"; a="307665376" X-IronPort-AV: E=Sophos;i="5.92,232,1650956400"; d="scan'208";a="307665376" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Jun 2022 14:17:11 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.92,232,1650956400"; d="scan'208";a="541012913" Received: from skx-5gnr-sc12-4.sc.intel.com ([172.25.69.210]) by orsmga003.jf.intel.com with ESMTP; 29 Jun 2022 14:17:08 -0700 From: Nicolas Chautru To: dev@dpdk.org, thomas@monjalon.net Cc: Nicolas Chautru Subject: [PATCH v4] baseband/turbo_sw: Remove flexran_sdk meson option Date: Wed, 29 Jun 2022 14:03:49 -0700 Message-Id: <1656536630-135907-1-git-send-email-nicolas.chautru@intel.com> X-Mailer: git-send-email 1.8.3.1 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org v4: doc update and typo in commit msg v3: fix mix of space and tabs in meson files v2: typo in documentation Hi Thomas, This is change you requested earlier this year. This is targeting 22.11. Basically we no longer pass a specific option but rely on pkgconfig. There is small change to generate the .pc files that Intel will make available by end of year. Still the related change in DPDK is available now. Thanks Nic Nicolas Chautru (1): baseband/turbo_sw: remove Flexran SDK meson option doc/guides/bbdevs/turbo_sw.rst | 9 ++++++--- drivers/baseband/turbo_sw/meson.build | 36 +++++++++++++---------------------- meson_options.txt | 2 -- 3 files changed, 19 insertions(+), 28 deletions(-) -- 1.8.3.1