Re: [PATCH v2 0/7] record and rework component dependencies

2024-08-06 Thread Bruce Richardson
On Fri, Aug 02, 2024 at 06:18:26PM +0100, Ferruh Yigit wrote: > On 8/2/2024 1:44 PM, Bruce Richardson wrote: > > As part of the meson build, we can record the dependencies for each > > component as we process it, logging them to a file. This file can be > > used as input to a number of other script

Re: [PATCH v2 0/7] record and rework component dependencies

2024-08-02 Thread Ferruh Yigit
On 8/2/2024 1:44 PM, Bruce Richardson wrote: > As part of the meson build, we can record the dependencies for each > component as we process it, logging them to a file. This file can be > used as input to a number of other scripts and tools, for example, to > graph the dependencies, or to allow hig

Re: [PATCH v2 0/7] record and rework component dependencies

2024-08-02 Thread Bruce Richardson
On Fri, Aug 02, 2024 at 11:05:58AM -0400, Patrick Robb wrote: > I saw there was one fail for this series for the Marvell MVNETA container. > > I thought I should also mention that the build did fail when our > automation tried to run DTS on the Octeon CN10K DPU (which is also > Marvell). So, that

Re: [PATCH v2 0/7] record and rework component dependencies

2024-08-02 Thread Patrick Robb
I saw there was one fail for this series for the Marvell MVNETA container. I thought I should also mention that the build did fail when our automation tried to run DTS on the Octeon CN10K DPU (which is also Marvell). So, that is why you won't get a report for the CN10K DTS results. Let me know if

RE: [PATCH v2 0/7] record and rework component dependencies

2024-08-02 Thread Morten Brørup
> From: Bruce Richardson [mailto:bruce.richard...@intel.com] > Sent: Friday, 2 August 2024 14.44 > > As part of the meson build, we can record the dependencies for each > component as we process it, logging them to a file. This file can be > used as input to a number of other scripts and tools, fo