mbox series

[v1,0/2] some fixes for genisoimage usage

Message ID 20200515172831.8439-1-alex.bennee@linaro.org (mailing list archive)
Headers show
Series some fixes for genisoimage usage | expand

Message

Alex Bennée May 15, 2020, 5:28 p.m. UTC
Hi Robert,

Here are a couple of patches you might want to add to the start of
your vm build series that deal with the fact genisoimage might not
exist or have a different name.

Alex Bennée (2):
  configure: add alternate binary for genisoimage
  tests/vm: pass --genisoimage to basevm script

 configure                 |  2 +-
 tests/vm/Makefile.include |  1 +
 tests/vm/basevm.py        | 16 ++++++++++------
 3 files changed, 12 insertions(+), 7 deletions(-)

Comments

Robert Foley May 15, 2020, 5:36 p.m. UTC | #1
On Fri, 15 May 2020 at 13:28, Alex Bennée <alex.bennee@linaro.org> wrote:
>
> Hi Robert,
>
> Here are a couple of patches you might want to add to the start of
> your vm build series that deal with the fact genisoimage might not
> exist or have a different name.

Hi Alex,
Sounds good. I will add them to the start of the series.

Thanks & Regards,
-Rob