]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
runqemu: Fix gl-es argument from causing other arguments to be ignored
authorJoshua Watt <JPEWhacker@gmail.com>
Fri, 21 Oct 2022 14:53:11 +0000 (09:53 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 26 Oct 2022 11:26:17 +0000 (12:26 +0100)
commit718bb8d56f6a24c86e67830a7d13af54df2ebb4e
tree9a7d486c3094134e4481462eb6c9a3d65feac2b7
parent9102e5a94b8146cb1da27afbe41d3db999a914ff
runqemu: Fix gl-es argument from causing other arguments to be ignored

The code to parse arguments was inadvertently skipping all arguments in
the elif block after gl-es if it was specified on the command line.

Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
scripts/runqemu