[prev in list] [next in list] [prev in thread] [next in thread] 

List:       openembedded-devel
Subject:    [oe] [PATCH 1/4] udev: fixed obsolete udevadm syntax for udev	init.d script.
From:       trini () embeddedalley ! com (Tom Rini)
Date:       2009-05-30 20:40:47
Message-ID: 20090530204047.GM23842 () smtp ! west ! cox ! net
[Download RAW message or body]

On Sun, May 24, 2009 at 11:54:00PM +0300, Ihar Hrachyshka wrote:

> Fixed the following warning message when executing udev init script:
> "udevadm control commands requires the --<command> format, this will
> stop working in a future release."
> 
> Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka at gmail.com>

So, while I would have preferred we fixup both, looking more long-term I
think dev is going to move towards dropping some old programs, so..:

Acked-by: Tom Rini <trini at embeddedalley.com>

> ---
> recipes/udev/udev-141/init |    4 ++--
> recipes/udev/udev_141.bb   |    2 +-
> 2 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/recipes/udev/udev-141/init b/recipes/udev/udev-141/init
> index efe4470..7188b5a 100644
> --- a/recipes/udev/udev-141/init
> +++ b/recipes/udev/udev-141/init
> @@ -56,10 +56,10 @@ kill_udevd > "/dev/null" 2>&1
> echo -e '\000\000\000\000' > /proc/sys/kernel/hotplug
> /sbin/udevd -d
> 
> -        /sbin/udevadm control env STARTUP=1
> +        /sbin/udevadm control --env STARTUP=1
> 		if [ "$not_first_boot" != "" ];then
> 			/sbin/udevadm trigger --subsystem-nomatch=tty --subsystem-nomatch=mem \
> --subsystem-nomatch=vc --subsystem-nomatch=vtconsole --subsystem-nomatch=misc \
> --subsystem-nomatch=dcon --subsystem-nomatch=pci_bus  --subsystem-nomatch=graphics  \
> --subsystem-nomatch=backlight --subsystem-nomatch=video4linux  \
>                 --subsystem-nomatch=platform
> -			(/sbin/udevadm settle --timeout=3; /sbin/udevadm control env STARTUP=)&
> +			(/sbin/udevadm settle --timeout=3; /sbin/udevadm control --env STARTUP=)&
> 			if [ "$DEVCACHE" != "" ]; then
> 				rm -f /tmp/uname
> 				rm -f /tmp/cmdline
> diff --git a/recipes/udev/udev_141.bb b/recipes/udev/udev_141.bb
> index e7438fb..7e26798 100644
> --- a/recipes/udev/udev_141.bb
> +++ b/recipes/udev/udev_141.bb
> @@ -6,7 +6,7 @@ LICENSE = "GPL"
> # Untested
> DEFAULT_PREFERENCE = "-1"
> 
> -PR = "r6"
> +PR = "r7"
> 
> SRC_URI = "http://kernel.org/pub/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \
> 	   file://mount.blacklist \
> -- 
> 1.6.3.1
> 
> 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
> 

-- 
Tom Rini


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic