* [ptxdist] [PATCHv2] host-qemu: enable libusb by default
@ 2016-08-22 8:27 Robert Schwebel
0 siblings, 0 replies; only message in thread
From: Robert Schwebel @ 2016-08-22 8:27 UTC (permalink / raw)
To: ptxdist; +Cc: Alexander Aring, Robert Schwebel
From: Alexander Aring <a.aring@pengutronix.de>
Alexander Aring added --enable-libusb in DistroKit, in order to be able
to test 802.15.4 USB devices from within a qemu simulator.
Signed-off-by: Alexander Aring <a.aring@pengutronix.de>
[ported to ptxdist mainline]
Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
---
Changes since (implicit) v1:
* select HOST_LIBUSB as well
rules/host-qemu.in | 1 +
rules/host-qemu.make | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/rules/host-qemu.in b/rules/host-qemu.in
index 0d45714..25843fc 100644
--- a/rules/host-qemu.in
+++ b/rules/host-qemu.in
@@ -6,6 +6,7 @@ menuconfig HOST_QEMU
prompt "host-side qemu "
select HOST_GLIB
select HOST_ZLIB
+ select HOST_LIBUSB if HOST_QEMU_SYS
select HOST_PIXMAN if HOST_QEMU_SYS
if HOST_QEMU
diff --git a/rules/host-qemu.make b/rules/host-qemu.make
index 556df20..eae6a52 100644
--- a/rules/host-qemu.make
+++ b/rules/host-qemu.make
@@ -104,7 +104,7 @@ HOST_QEMU_CONF_OPT := \
--disable-libiscsi \
--disable-libnfs \
--disable-smartcard \
- --disable-libusb \
+ --enable-libusb \
--disable-usb-redir \
--disable-lzo \
--disable-snappy \
--
2.8.1
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2016-08-22 8:27 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-22 8:27 [ptxdist] [PATCHv2] host-qemu: enable libusb by default Robert Schwebel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox