Re: [OE-core] [PATCH 1/2] udev: improve udev-cache robustness

2012-02-01 Thread Otavio Salvador
On Wed, Feb 1, 2012 at 14:35, Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > This still forks much more than I'd like or than is necessary. In the > interests of getting this resolved, you could do something like my > example below which doesn't fork. It does mangle newlines in the

Re: [OE-core] [PATCH 1/2] udev: improve udev-cache robustness

2012-02-01 Thread Richard Purdie
On Tue, 2012-01-31 at 02:10 +, Otavio Salvador wrote: > * allow udev-cache to be disabled at runtime (using >/etc/default/udev-cache); > > * make cache invalidated if kernel, bootparams or device list >changes; > > Signed-off-by: Otavio Salvador > --- > meta/recipes-core/udev/udev.

[OE-core] [PATCH 1/2] udev: improve udev-cache robustness

2012-01-30 Thread Otavio Salvador
* allow udev-cache to be disabled at runtime (using /etc/default/udev-cache); * make cache invalidated if kernel, bootparams or device list changes; Signed-off-by: Otavio Salvador --- meta/recipes-core/udev/udev.inc|8 +++- meta/recipes-core/udev/udev/init