Re: [PATCH v2 1/7] build: output a dependency log in build directory

2024-09-03 Thread Bruce Richardson
On Mon, Sep 02, 2024 at 04:34:34PM +0200, Burakov, Anatoly wrote: > On 8/2/2024 2:44 PM, Bruce Richardson wrote: > > As meson processes our DPDK source tree it manages dependencies > > specified by each individual driver. To enable future analysis of the > > dependency links between components, log

Re: [PATCH v2 1/7] build: output a dependency log in build directory

2024-09-02 Thread Burakov, Anatoly
On 8/2/2024 2:44 PM, Bruce Richardson wrote: As meson processes our DPDK source tree it manages dependencies specified by each individual driver. To enable future analysis of the dependency links between components, log the dependencies of each DPDK component as it gets processed. This could pote