[OE-core] [PATCH 1/1] yocto_kernel: modify the msg when adding duplicate items

Tom Zanussi tom.zanussi at intel.com
Mon Jun 3 12:22:20 UTC 2013


On Mon, 2013-06-03 at 13:21 +0800, Ning Zhang wrote:
> Privious check-in "yocto_kernel: check current items before add a
> new one" had been merged before I apply the feedback from Zanussi, Tom.
> Now fix it as a new patch.
> 
> This fix modify the output message when customer adding duplicate
> items.
> 
> [YOCTO #4558]
> 
> Signed-off-by: Ning Zhang <ning.zhang at windriver.com>

Acked-by: Tom Zanussi <tom.zanussi at linux.intel.com>


> ---
>  scripts/lib/bsp/kernel.py |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/scripts/lib/bsp/kernel.py b/scripts/lib/bsp/kernel.py
> index 9ed6e94..94ae950 100644
> --- a/scripts/lib/bsp/kernel.py
> +++ b/scripts/lib/bsp/kernel.py
> @@ -260,7 +260,7 @@ def yocto_kernel_config_add(scripts_path, machine, config_items):
>              print "\t%s" % n
>  
>      if len(dup_items) > 0:
> -        output="Below item%s already exist%s in current configuration, ignore %s" % \
> +        output="The following item%s already exist%s in the current configuration, ignoring %s:" % \
>              (("","s", "it") if len(dup_items)==1 else ("s", "", "them" ))
>          print output
>          for n in dup_items:





More information about the Openembedded-core mailing list