* [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* Re: [STABLE][PATCH] udev 124: disable devcache on BUG 2.0
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
1 sibling, 0 replies; 4+ messages in thread
From: Marco Cavallini @ 2010-04-12 8:15 UTC (permalink / raw)
To: openembedded-devel
Marcin Juszkiewicz ha scritto, Il 12/04/2010 10:09:
> 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 \
Acked-by: Marco Cavallini <m.cavallini@koansoftware.com>
Cordiali Saluti / Kindest Regards / mit freundlichen Grüssen
--
Marco Cavallini | KOAN sas | Bergamo - Italia
embedded and real-time software engineering
Atmel third party certified consultant
Phone:+39-035-255.235 - Fax:+39-178-22.39.748
http://www.KoanSoftware.com
http://www.KaeilOS.com
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [STABLE][PATCH] udev 124: disable devcache on BUG 2.0
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
1 sibling, 1 reply; 4+ messages in thread
From: Paul Menzel @ 2010-04-12 8:55 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 332 bytes --]
Am Montag, den 12.04.2010, 10:09 +0200 schrieb Marcin Juszkiewicz:
> From: Marcin Juszkiewicz <marcin@buglabs.net>
Why is this necessary? What problems did you have?
[…]
With the commit message addressed this patch is reviewed by me.
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Thanks,
Paul
[-- Attachment #2: Dies ist ein digital signierter Nachrichtenteil --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply [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.