]> code.ossystems Code Review - openembedded-core.git/commit
qemu-system-native: install qmp python module
authorSaul Wold <Saul.Wold@windriver.com>
Mon, 26 Apr 2021 14:45:09 +0000 (07:45 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 27 Apr 2021 14:11:43 +0000 (15:11 +0100)
commit46a60f67562a6ae227e018228212fc797d1f2795
treeb2fd3d61644e33f28ccc7e5854926296e8bd3d7d
parent7d8d0b90bea7ea01e1e9ab0ff98f22431f68a506
qemu-system-native: install qmp python module

The qmp python module supports the Qemu Machine Protocol [0].
This module needs to be installed in a known location so the
qemurunner python script can find the qmp module.

This change causes it to be installed in the recipe-sysroot-native
of the target image and that directory can be added to the python
sys.path that needs to use the qmp.py module.

[0] https://github.com/qemu/qemu/blob/master/docs/interop/qmp-spec.txt

Signed-off-by: Saul Wold <saul.wold@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/qemu/qemu-system-native_5.2.0.bb