Re: [dpdk-dev] [PATCH v2 2/2] examples: skip installing unbuildable examples

2020-11-12 Thread Bruce Richardson
On Thu, Nov 12, 2020 at 10:27:09AM +0100, David Marchand wrote: > On Thu, Nov 12, 2020 at 10:25 AM Bruce Richardson > wrote: > > > Strange, the v3 patches 2 and 3 linked to the v2 series. > > > As far as I can see, the lab only tested the v3 series with patches > > > 84029 and 30, so the error on

Re: [dpdk-dev] [PATCH v2 2/2] examples: skip installing unbuildable examples

2020-11-12 Thread David Marchand
On Thu, Nov 12, 2020 at 10:25 AM Bruce Richardson wrote: > > Strange, the v3 patches 2 and 3 linked to the v2 series. > > As far as I can see, the lab only tested the v3 series with patches > > 84029 and 30, so the error on Windows is still reported. > > > > -- > > David Marchand > > > Yes, I see

Re: [dpdk-dev] [PATCH v2 2/2] examples: skip installing unbuildable examples

2020-11-12 Thread Bruce Richardson
On Thu, Nov 12, 2020 at 10:14:23AM +0100, David Marchand wrote: > On Wed, Nov 11, 2020 at 6:33 PM Bruce Richardson > wrote: > > > > On Wed, Nov 11, 2020 at 03:56:47PM +, Bruce Richardson wrote: > > > Rather than just installing all examples, we can use the build checks to > > > filter out any

Re: [dpdk-dev] [PATCH v2 2/2] examples: skip installing unbuildable examples

2020-11-12 Thread David Marchand
On Wed, Nov 11, 2020 at 6:33 PM Bruce Richardson wrote: > > On Wed, Nov 11, 2020 at 03:56:47PM +, Bruce Richardson wrote: > > Rather than just installing all examples, we can use the build checks to > > filter out any examples that are missing dependencies or are otherwise > > unbuildable on t

Re: [dpdk-dev] [PATCH v2 2/2] examples: skip installing unbuildable examples

2020-11-11 Thread Bruce Richardson
On Wed, Nov 11, 2020 at 03:56:47PM +, Bruce Richardson wrote: > Rather than just installing all examples, we can use the build checks to > filter out any examples that are missing dependencies or are otherwise > unbuildable on the current system. > > Signed-off-by: Bruce Richardson > --- > e

[dpdk-dev] [PATCH v2 2/2] examples: skip installing unbuildable examples

2020-11-11 Thread Bruce Richardson
Rather than just installing all examples, we can use the build checks to filter out any examples that are missing dependencies or are otherwise unbuildable on the current system. Signed-off-by: Bruce Richardson --- examples/meson.build | 54 +++- meson.bui