All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] qemu-system-native: Enable usb feature by default.
@ 2020-04-23  8:26 Chenxi Mao
  0 siblings, 0 replies; only message in thread
From: Chenxi Mao @ 2020-04-23  8:26 UTC (permalink / raw)
  To: openembedded-core; +Cc: Chenxi Mao

During Risc-V development, USB is a important feature in qemu.
So enable it by default.

Change-Id: I308e7f0f5beea674c735f42fbfac014d96cbc521
Signed-off-by: Chenxi Mao <parheliamm@126.com>
---
 meta/recipes-devtools/qemu/qemu-system-native_4.2.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/qemu/qemu-system-native_4.2.0.bb b/meta/recipes-devtools/qemu/qemu-system-native_4.2.0.bb
index d83ee59375..40e4c096db 100644
--- a/meta/recipes-devtools/qemu/qemu-system-native_4.2.0.bb
+++ b/meta/recipes-devtools/qemu/qemu-system-native_4.2.0.bb
@@ -9,7 +9,7 @@ DEPENDS = "glib-2.0-native zlib-native pixman-native qemu-native bison-native"
 
 EXTRA_OECONF_append = " --target-list=${@get_qemu_system_target_list(d)}"
 
-PACKAGECONFIG ??= "fdt alsa kvm"
+PACKAGECONFIG ??= "fdt alsa kvm libusb"
 
 # Handle distros such as CentOS 5 32-bit that do not have kvm support
 PACKAGECONFIG_remove = "${@'kvm' if not os.path.exists('/usr/include/linux/kvm.h') else ''}"
-- 
2.17.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-04-23  8:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-23  8:26 [PATCH] qemu-system-native: Enable usb feature by default Chenxi Mao

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.