DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH] common/cnxk: replace deprecated function for cross compilation
@ 2024-10-18 16:00 David Marchand
  2024-10-18 16:25 ` Bruce Richardson
  0 siblings, 1 reply; 3+ messages in thread
From: David Marchand @ 2024-10-18 16:00 UTC (permalink / raw)
  To: dev
  Cc: Nithin Dabilpuram, Kiran Kumar K, Sunil Kumar Kori, Satha Rao,
	Harman Kalra, Chengwen Feng, Robin Jarry, Bruce Richardson

Some (newly introduced) use of "get_cross_property" was missed.
Convert to get_external_property.

Fixes: b0d0c84b3c0f ("build: replace deprecated function for cross compilation")

Signed-off-by: David Marchand <david.marchand@redhat.com>
---
 drivers/common/cnxk/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/common/cnxk/meson.build b/drivers/common/cnxk/meson.build
index dc2ddf1f20..abb0f6f01f 100644
--- a/drivers/common/cnxk/meson.build
+++ b/drivers/common/cnxk/meson.build
@@ -92,7 +92,7 @@ sources += files('cnxk_telemetry_bphy.c',
 )
 
 if meson.is_cross_build()
-    soc_type = meson.get_cross_property('platform', '')
+    soc_type = meson.get_external_property('platform', '')
 else
     soc_type = platform
 endif
-- 
2.46.2


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] common/cnxk: replace deprecated function for cross compilation
  2024-10-18 16:00 [PATCH] common/cnxk: replace deprecated function for cross compilation David Marchand
@ 2024-10-18 16:25 ` Bruce Richardson
  2024-10-18 16:45   ` David Marchand
  0 siblings, 1 reply; 3+ messages in thread
From: Bruce Richardson @ 2024-10-18 16:25 UTC (permalink / raw)
  To: David Marchand
  Cc: dev, Nithin Dabilpuram, Kiran Kumar K, Sunil Kumar Kori,
	Satha Rao, Harman Kalra, Chengwen Feng, Robin Jarry

On Fri, Oct 18, 2024 at 06:00:43PM +0200, David Marchand wrote:
> Some (newly introduced) use of "get_cross_property" was missed.
> Convert to get_external_property.
> 
> Fixes: b0d0c84b3c0f ("build: replace deprecated function for cross compilation")
> 
> Signed-off-by: David Marchand <david.marchand@redhat.com>
> ---
Acked-by: Bruce Richardson <bruce.richardson@intel.com>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] common/cnxk: replace deprecated function for cross compilation
  2024-10-18 16:25 ` Bruce Richardson
@ 2024-10-18 16:45   ` David Marchand
  0 siblings, 0 replies; 3+ messages in thread
From: David Marchand @ 2024-10-18 16:45 UTC (permalink / raw)
  To: David Marchand
  Cc: dev, Nithin Dabilpuram, Kiran Kumar K, Sunil Kumar Kori,
	Satha Rao, Harman Kalra, Chengwen Feng, Robin Jarry,
	Bruce Richardson

On Fri, Oct 18, 2024 at 6:26 PM Bruce Richardson
<bruce.richardson@intel.com> wrote:
>
> On Fri, Oct 18, 2024 at 06:00:43PM +0200, David Marchand wrote:
> > Some (newly introduced) use of "get_cross_property" was missed.
> > Convert to get_external_property.
> >
> > Fixes: b0d0c84b3c0f ("build: replace deprecated function for cross compilation")
> >
> > Signed-off-by: David Marchand <david.marchand@redhat.com>
> Acked-by: Bruce Richardson <bruce.richardson@intel.com>

Applied, thanks.


-- 
David Marchand


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-10-18 16:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-10-18 16:00 [PATCH] common/cnxk: replace deprecated function for cross compilation David Marchand
2024-10-18 16:25 ` Bruce Richardson
2024-10-18 16:45   ` David Marchand

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).