On Tue, Oct 20, 2020 at 08:44:02PM +0300, Dmitry Kozlyuk wrote: > Use the same interpreter to run pmdinfogen as for other build scripts. > Adjust wrapper script accordingly and also don't suppress stderr from ar > and pmdinfogen. > > Add configure-time check for elftools Python module for Unix hosts. > > Add python3-pyelftools to CI configuration. The package is available on > all major distributions. FreeBSD has no system requirements section in > its GSG. Currently neither Windows uses pmdinfogen, nor is COFF (PE) > supported. > > Signed-off-by: Dmitry Kozlyuk <dmitry.kozl...@gmail.com> > ---
>From a meson viewpoint, this all looks ok. I'd hope in future that we could merge the shell script wrapper into the python script directly, rather than having two levels of scripting, but it's not something with any urgency. Acked-by: Bruce Richardson <bruce.richard...@intel.com> > .travis.yml | 2 +- > buildtools/gen-pmdinfo-cfile.sh | 6 +++--- > buildtools/meson.build | 15 +++++++++++++++ > doc/guides/linux_gsg/sys_reqs.rst | 6 ++++++ > drivers/meson.build | 2 +- > meson.build | 1 - > 6 files changed, 26 insertions(+), 6 deletions(-) >