Re: [dpdk-dev] [PATCH v4 4/4] examples: skip installing unbuildable examples

2020-11-12 Thread Thomas Monjalon
12/11/2020 10:41, 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 This patch does not say why unbuildable

[dpdk-dev] [PATCH v4 4/4] examples: skip installing unbuildable examples

2020-11-12 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