diff options
Diffstat (limited to 'scripts/lib/bsp/kernel.py')
-rw-r--r-- | scripts/lib/bsp/kernel.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/bsp/kernel.py b/scripts/lib/bsp/kernel.py index 9ed6e9417c..94ae950a32 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): | |||
260 | print "\t%s" % n | 260 | print "\t%s" % n |
261 | 261 | ||
262 | if len(dup_items) > 0: | 262 | if len(dup_items) > 0: |
263 | output="Below item%s already exist%s in current configuration, ignore %s" % \ | 263 | output="The following item%s already exist%s in the current configuration, ignoring %s:" % \ |
264 | (("","s", "it") if len(dup_items)==1 else ("s", "", "them" )) | 264 | (("","s", "it") if len(dup_items)==1 else ("s", "", "them" )) |
265 | print output | 265 | print output |
266 | for n in dup_items: | 266 | for n in dup_items: |