[oe] [PATCH] shr : initscripts-shr, changed mountdevsubfs.sh init level from 04 to 05 S to fix issue for machines using udev

Sylvain Paré sylvain.pare at gmail.com
Fri Aug 19 17:29:18 UTC 2011


Sorry it is missing a [oe] in the title.
This patch is for old oe.

2011/8/19 Sylvain 'GarthPS' Paré <sylvain.pare at gmail.com>

>  * since this commit
> http://git.openembedded.org/cgit.cgi/openembedded/commit/?id=974dfb87778a26b80983b44c94922d0acb257e33machines using udev and mountdevsubfs.sh had issue of pts not mounted
>  because both were at init level S04 despite mountdevsubfs.sh was depending
> on udev..
>
> Signed-off-by: Sylvain 'GarthPS' Paré <sylvain.pare at gmail.com>
> ---
>  recipes/shr/initscripts-shr_0.0.1.bb |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/recipes/shr/initscripts-shr_0.0.1.bb b/recipes/shr/
> initscripts-shr_0.0.1.bb
> index 02e2205..803bcdf 100644
> --- a/recipes/shr/initscripts-shr_0.0.1.bb
> +++ b/recipes/shr/initscripts-shr_0.0.1.bb
> @@ -97,7 +97,7 @@ do_install () {
>        ln -sf          ../init.d/mountkernfs.sh
>  ${D}${sysconfdir}/rcS.d/S01mountkernfs.sh
>        ln -sf          ../init.d/hostname.sh
> ${D}${sysconfdir}/rcS.d/S02hostname.sh
>        ln -sf          ../init.d/checkroot.sh
>  ${D}${sysconfdir}/rcS.d/S02checkroot.sh
> -       ln -sf          ../init.d/mountdevsubfs.sh
>  ${D}${sysconfdir}/rcS.d/S04mountdevsubfs.sh
> +       ln -sf          ../init.d/mountdevsubfs.sh
>  ${D}${sysconfdir}/rcS.d/S05mountdevsubfs.sh
>        ln -sf          ../init.d/alignment.sh
>  ${D}${sysconfdir}/rcS.d/S06alignment.sh
>        ln -sf          ../init.d/mountall.sh
> ${D}${sysconfdir}/rcS.d/S35mountall.sh
>        ln -sf          ../init.d/populate-volatile.sh
>  ${D}${sysconfdir}/rcS.d/S37populate-volatile.sh
> --
> 1.7.4.1
>
>



More information about the Openembedded-devel mailing list