]> code.ossystems Code Review - openembedded-core.git/commit
qemu.bbclass: add qemu_wrapper_cmdline()
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>
Wed, 9 Mar 2016 15:01:47 +0000 (17:01 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 9 Mar 2016 16:59:55 +0000 (16:59 +0000)
commit0b68f0632312392cbd20bfcb9ed4895cfc9883ff
treec17c337676d6af2c4e50e97d59ee203b08c5213d
parent82aeafe722f447a55e04c39aec70e88f2a1962e3
qemu.bbclass: add qemu_wrapper_cmdline()

The class had qemu_run_binary() which was not suitable for gobject-introspection,
as it required the name of the binary to run.

qemu_wrapper_cmdline() returns just the command line string needed to run
binaries, and does not require the binary name.

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/qemu.bbclass