]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
runqemu: Stop passing bindir to the runqemu-ifup call
authorAlejandro Hernandez Samaniego <alejandro@enedino.org>
Wed, 21 Jun 2023 00:36:32 +0000 (18:36 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 21 Jun 2023 08:05:24 +0000 (09:05 +0100)
commitb9ef82727e719389b6d8ca2e9f642bfb328219b7
tree3adbb3e55b3adc08052608f79016266c956f897d
parent8574fb1371e2d83c1c7ee58067c50319a62a22ea
runqemu: Stop passing bindir to the runqemu-ifup call

Since https://git.yoctoproject.org/poky/commit/?id=51063c1e6ac
we need to pass exactly 2 arguments to runqemu-ifup, otherwise
the script will return an error since bindir is no longer being
used.

However the call to runqemu-ifup from runqemu is still passing
bindir as an argument resulting in the error mentioned above,
remove the bindir argument to fix this issue.

[YOCTO #15150]

Signed-off-by: Alejandro Enedino Hernandez Samaniego <alejandro@enedino.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/runqemu