All of lore.kernel.org
 help / color / mirror / Atom feed
* [STABLE][PATCH] udev 124: disable devcache on BUG 2.0
@ 2010-04-12  8:09 Marcin Juszkiewicz
  2010-04-12  8:15 ` Marco Cavallini
  2010-04-12  8:55 ` Paul Menzel
  0 siblings, 2 replies; 4+ messages in thread
From: Marcin Juszkiewicz @ 2010-04-12  8:09 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Marcin Juszkiewicz

From: Marcin Juszkiewicz <marcin@buglabs.net>

Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
---
 recipes/udev/udev-124/bug20/default |    4 ++++
 recipes/udev/udev_124.bb            |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)
 create mode 100644 recipes/udev/udev-124/bug20/default

diff --git a/recipes/udev/udev-124/bug20/default b/recipes/udev/udev-124/bug20/default
new file mode 100644
index 0000000..d0050b8
--- /dev/null
+++ b/recipes/udev/udev-124/bug20/default
@@ -0,0 +1,4 @@
+# Default for /etc/init.d/udev
+
+# Comment this out to disable device cache
+#DEVCACHE="/etc/dev.tar"
diff --git a/recipes/udev/udev_124.bb b/recipes/udev/udev_124.bb
index ab391a3..c54dff6 100644
--- a/recipes/udev/udev_124.bb
+++ b/recipes/udev/udev_124.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "udev is a daemon which dynamically creates and removes device nod
 /dev/, handles hotplug events and loads drivers at boot time. It replaces \
 the hotplug package and requires a kernel not older than 2.6.12."
 RPROVIDES_${PN} = "hotplug"
-PR = "r16"
+PR = "r19"
 
 SRC_URI = "http://kernel.org/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \
 	   file://noasmlinkage.patch;patch=1 \
-- 
1.7.0.4






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

end of thread, other threads:[~2010-04-12  9:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-12  8:09 [STABLE][PATCH] udev 124: disable devcache on BUG 2.0 Marcin Juszkiewicz
2010-04-12  8:15 ` Marco Cavallini
2010-04-12  8:55 ` Paul Menzel
2010-04-12  9:04   ` Marcin Juszkiewicz

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.