All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] eudev: drop obsolete --with-firmware-path configure flag
@ 2017-01-25 14:05 Peter Korsgaard
  2017-01-25 21:27 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Korsgaard @ 2017-01-25 14:05 UTC (permalink / raw)
  To: buildroot

As recently discussed on the list:

http://lists.busybox.net/pipermail/buildroot/2017-January/182147.html

eudev no longer has legacy user space firmware loading and the
--with-firmware-path configure flag since the 3.1.3 release:

commit 3b717594600fa717cdf9bcfd0c7c1b703b245482
Author: Kay Sievers <kay@vrfy.org>
Date:   Mon Sep 1 09:07:49 2014 -0400

    udev: remove userspace firmware loading support

    Signed-off-by: Anthony G. Basile <blueness@gentoo.org>

So drop it from EUDEV_CONF_OPTS to limit confusion.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 package/eudev/eudev.mk | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/eudev/eudev.mk b/package/eudev/eudev.mk
index 941b4d856..2f5bd6cf1 100644
--- a/package/eudev/eudev.mk
+++ b/package/eudev/eudev.mk
@@ -17,7 +17,6 @@ EUDEV_CONF_OPTS = \
 	--disable-manpages \
 	--sbindir=/sbin \
 	--libexecdir=/lib \
-	--with-firmware-path=/lib/firmware \
 	--disable-introspection \
 	--enable-kmod \
 	--enable-blkid
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [PATCH] eudev: drop obsolete --with-firmware-path configure flag
  2017-01-25 14:05 [Buildroot] [PATCH] eudev: drop obsolete --with-firmware-path configure flag Peter Korsgaard
@ 2017-01-25 21:27 ` Peter Korsgaard
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2017-01-25 21:27 UTC (permalink / raw)
  To: buildroot

>>>>> "Peter" == Peter Korsgaard <peter@korsgaard.com> writes:

 > As recently discussed on the list:
 > http://lists.busybox.net/pipermail/buildroot/2017-January/182147.html

 > eudev no longer has legacy user space firmware loading and the
 > --with-firmware-path configure flag since the 3.1.3 release:

 > commit 3b717594600fa717cdf9bcfd0c7c1b703b245482
 > Author: Kay Sievers <kay@vrfy.org>
 > Date:   Mon Sep 1 09:07:49 2014 -0400

 >     udev: remove userspace firmware loading support

 >     Signed-off-by: Anthony G. Basile <blueness@gentoo.org>

 > So drop it from EUDEV_CONF_OPTS to limit confusion.

 > Signed-off-by: Peter Korsgaard <peter@korsgaard.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-01-25 21:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-25 14:05 [Buildroot] [PATCH] eudev: drop obsolete --with-firmware-path configure flag Peter Korsgaard
2017-01-25 21:27 ` Peter Korsgaard

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.