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 B6321A09FF; Mon, 11 Jan 2021 18:07:32 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9B0A9140F69; Mon, 11 Jan 2021 18:07:32 +0100 (CET) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by mails.dpdk.org (Postfix) with ESMTP id D9AFE140F68 for ; Mon, 11 Jan 2021 18:07:30 +0100 (CET) IronPort-SDR: cj4M5q2pU7s5Dz7KbChAoF81Vbt4GzNutFuIYfp1fSW3PIFgOSWRKk1opFruTHeN7/bdABnN+x dj5nliz9aFaw== X-IronPort-AV: E=McAfee;i="6000,8403,9861"; a="175321037" X-IronPort-AV: E=Sophos;i="5.79,339,1602572400"; d="scan'208";a="175321037" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Jan 2021 09:07:26 -0800 IronPort-SDR: qBcgM3BXyEC9aiDiQi9jgdbhioKTslFBknZmPDzREjyDBzcCg1f5OI5OJRNVGa24vUHpqkdvl/ XKQYXFMQ/dWA== X-IronPort-AV: E=Sophos;i="5.79,339,1602572400"; d="scan'208";a="464222486" Received: from bricha3-mobl.ger.corp.intel.com ([10.252.28.133]) by fmsmga001-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-SHA; 11 Jan 2021 09:07:25 -0800 Date: Mon, 11 Jan 2021 17:07:21 +0000 From: Bruce Richardson To: Thomas Monjalon Cc: Liron Himi , "ferruh.yigit@intel.com" , "dev@dpdk.org" , Jerin Jacob Kollanukkaran , bluca@debian.org Message-ID: <20210111170721.GD1083@bricha3-MOBL.ger.corp.intel.com> References: <20201215222319.13816-1-lironh@marvell.com> <1776515.fif75YaaBN@thomas> <2658408.858OVXDmSS@thomas> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2658408.858OVXDmSS@thomas> Subject: Re: [dpdk-dev] [EXT] Re: [PATCH v3] meson: update meson build for armada drivers 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 Sender: "dev" On Mon, Jan 11, 2021 at 05:17:01PM +0100, Thomas Monjalon wrote: > 11/01/2021 17:08, Liron Himi: > > From: Thomas Monjalon > > Sent: Monday, 11 January 2021 18:05 > > To: Liron Himi > > Cc: ferruh.yigit@intel.com; dev@dpdk.org; Jerin Jacob Kollanukkaran ; Liron Himi > > Subject: Re: [EXT] Re: [dpdk-dev] [PATCH v3] meson: update meson build for armada drivers > > > > 11/01/2021 16:29, Liron Himi: > > > Hi Thomas, > > > > > > When did you take this MUSDK version? > > > Is this your head "pkg-config: expose dma-add-size"? > > > > I'm using musdk-SDK-10.3.5.0-PR2 as recommended in the doc. > > > > > If not, this explain the mvneta issue. > > > I already noticed that and pushed a fixed to the github. > > > > I see. So it may need a doc update. > > [L.H.] why need to update the doc? It is still the same release branch, I just added a fix patch to it. > > Yes, my bad: I used the tag musdk-SDK-10.3.5.0-PR2 > instead of the branch musdk-release-SDK-10.3.5.0-PR2. > > > > As for the prefix issue, > > > The prefix is being set in the 'configure' phase by using the '--prefix' variable. Have you tried that? > > > > No I didn't try that, and I'm using DESTDIR variable when installing. > > Whould it be possible to update the prefix with DESTDIR when installing? > > [L.H.] need to explore this option. But for now use 'prefix', as this is what supported by MUSDK > > OK > [+Luca] I think it would be wrong to update the .pc file based on DESTDIR, as I believe DESTDIR is used by packaging to produce the actual package layout in a non-root path. To change the default installation path for a package on the current system, "--prefix" is the correct parameter to use. /Bruce