mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Robert Schwebel <r.schwebel@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Alexander Aring <a.aring@pengutronix.de>,
	Robert Schwebel <r.schwebel@pengutronix.de>
Subject: [ptxdist] [PATCHv2] host-qemu: enable libusb by default
Date: Mon, 22 Aug 2016 10:27:54 +0200	[thread overview]
Message-ID: <1471854474-22568-1-git-send-email-r.schwebel@pengutronix.de> (raw)

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

                 reply	other threads:[~2016-08-22  8:27 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1471854474-22568-1-git-send-email-r.schwebel@pengutronix.de \
    --to=r.schwebel@pengutronix.de \
    --cc=a.aring@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox