> Signed-off-by: Petr Štetiar <[email protected]> > --- > recipes/modutils/modutils-initscripts.bb | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/recipes/modutils/modutils-initscripts.bb > b/recipes/modutils/modutils-initscripts.bb > index 07f4810..797acb3 100644 > --- a/recipes/modutils/modutils-initscripts.bb > +++ b/recipes/modutils/modutils-initscripts.bb > @@ -2,10 +2,10 @@ SECTION = "base" > DESCRIPTION = "modutils configuration files" > LICENSE = "PD" > SRC_URI = "file://modutils.sh" > -PR = "r3" > +PR = "r4" > > INITSCRIPT_NAME = "modutils.sh" > -INITSCRIPT_PARAMS = "start 20 S ." > +INITSCRIPT_PARAMS = "start 2 S ." > > inherit update-rc.d > > -- > 1.7.1
I tested that on minimal-image and on my c7x0 machine it helps. Just to be sure, I moved udev to 04 after 03 sysfs. I'll do further tests on current images. Regards Andrea _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
