diff options
author | Joshua Watt <JPEWhacker@gmail.com> | 2022-11-16 12:49:19 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-11-20 08:29:08 +0000 |
commit | 93707ae156e59b835c4ae0c6d301ed5a8f4a603b (patch) | |
tree | ed39436fb6235ec26fecdd9e911d6456c64e41a3 /meta/classes-recipe | |
parent | af9f61520bff21adf850c7f72e3bb69bec9fb2d2 (diff) | |
download | poky-93707ae156e59b835c4ae0c6d301ed5a8f4a603b.tar.gz |
qemu-helper-native: Correctly pass program name as argv[0]
The previous version of this wasn't correctly passing the program name
as argv[0], and was also over-complicated anyway because argv[] is
guaranteed to be terminated with a NULL pointer, so it can be passed
directly to the execv'd process without needing to be copied.
(From OE-Core rev: 6edf38add3c20c44efe0588e2815bb280d22e0c4)
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes-recipe')
0 files changed, 0 insertions, 0 deletions