[OE-core] [PATCH 5/9] udev: skip mounting /dev on tmpfs if it is on devtmpfs

Otavio Salvador otavio at ossystems.com.br
Tue Dec 20 21:27:20 UTC 2011


A fixed patch for this one is going to be send.

On Tue, Dec 20, 2011 at 17:04, Otavio Salvador <otavio at ossystems.com.br>wrote:

> Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
> ---
>  meta/recipes-core/udev/udev/init   |    2 +-
>  meta/recipes-core/udev/udev_164.bb |    2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/meta/recipes-core/udev/udev/init
> b/meta/recipes-core/udev/udev/init
> index edc3c9a..0b25b07 100644
> --- a/meta/recipes-core/udev/udev/init
> +++ b/meta/recipes-core/udev/udev/init
> @@ -28,7 +28,7 @@ export ACTION=add
>  echo -n "Starting udev"
>
>  # mount the tmpfs on /dev, if not already done
> -LANG=C awk "\$2 == \"/dev\" && \$4 == \"tmpfs\" { exit 1 }" /proc/mounts
> && {
> +LANG=C awk '$2 == "/dev" && $3 == "tmpfs" || $3 == "devtmpfs") { exit 1
> }' /proc/mounts && {
>        mount -n -o mode=0755 -t tmpfs none "/dev"
>        mkdir -m 0755 /dev/pts
>        mkdir -m 1777 /dev/shm
> diff --git a/meta/recipes-core/udev/udev_164.bb b/meta/recipes-core/udev/
> udev_164.bb
> index 3e4e402..f952c90 100644
> --- a/meta/recipes-core/udev/udev_164.bb
> +++ b/meta/recipes-core/udev/udev_164.bb
> @@ -1,6 +1,6 @@
>  include udev.inc
>
> -PR = "r7"
> +PR = "r8"
>
>  SRC_URI += "file://udev-166-v4l1-1.patch"
>
> --
> 1.7.2.5
>
>


-- 
Otavio Salvador                             O.S. Systems
E-mail: otavio at ossystems.com.br  http://www.ossystems.com.br
Mobile: +55 53 9981-7854              http://projetos.ossystems.com.br
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20111220/28558923/attachment-0002.html>


More information about the Openembedded-core mailing list