diff options
-rw-r--r-- | meta/recipes-devtools/qemu/qemu-system-native_5.2.0.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/recipes-devtools/qemu/qemu-system-native_5.2.0.bb b/meta/recipes-devtools/qemu/qemu-system-native_5.2.0.bb index 222b55cbc6..390dadea48 100644 --- a/meta/recipes-devtools/qemu/qemu-system-native_5.2.0.bb +++ b/meta/recipes-devtools/qemu/qemu-system-native_5.2.0.bb | |||
@@ -1,5 +1,7 @@ | |||
1 | BPN = "qemu" | 1 | BPN = "qemu" |
2 | 2 | ||
3 | inherit python3-dir | ||
4 | |||
3 | require qemu-native.inc | 5 | require qemu-native.inc |
4 | 6 | ||
5 | # As some of the files installed by qemu-native and qemu-system-native | 7 | # As some of the files installed by qemu-native and qemu-system-native |
@@ -23,4 +25,7 @@ do_install_append() { | |||
23 | rm -f ${D}${datadir}/qemu/trace-events-all | 25 | rm -f ${D}${datadir}/qemu/trace-events-all |
24 | rm -rf ${D}${datadir}/qemu/keymaps | 26 | rm -rf ${D}${datadir}/qemu/keymaps |
25 | rm -rf ${D}${datadir}/icons/ | 27 | rm -rf ${D}${datadir}/icons/ |
28 | |||
29 | # Install qmp.py to be used with testimage | ||
30 | install -D ${S}/python/qemu/qmp.py ${D}${PYTHON_SITEPACKAGES_DIR}/qmp.py | ||
26 | } | 31 | } |