* [PATCH 0/1] yocto_kernel: modify the msg when adding duplicate items @ 2013-06-03 5:21 Ning Zhang 2013-06-03 5:21 ` [PATCH 1/1] " Ning Zhang 0 siblings, 1 reply; 3+ messages in thread From: Ning Zhang @ 2013-06-03 5:21 UTC (permalink / raw) To: openembedded-core The following changes since commit 73dae11852c656adbf5a2b0e44ac4c7e0078cd8d: rpm: remove .real hacks in argument parsing (2013-05-31 14:02:45 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib ning/bug4558 http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=ning/bug4558 Ning Zhang (1): yocto_kernel: modify the msg when adding duplicate items scripts/lib/bsp/kernel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 1.7.9.5 ^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 1/1] yocto_kernel: modify the msg when adding duplicate items 2013-06-03 5:21 [PATCH 0/1] yocto_kernel: modify the msg when adding duplicate items Ning Zhang @ 2013-06-03 5:21 ` Ning Zhang 2013-06-03 12:22 ` Tom Zanussi 0 siblings, 1 reply; 3+ messages in thread From: Ning Zhang @ 2013-06-03 5:21 UTC (permalink / raw) To: openembedded-core 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@windriver.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: -- 1.7.9.5 ^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH 1/1] yocto_kernel: modify the msg when adding duplicate items 2013-06-03 5:21 ` [PATCH 1/1] " Ning Zhang @ 2013-06-03 12:22 ` Tom Zanussi 0 siblings, 0 replies; 3+ messages in thread From: Tom Zanussi @ 2013-06-03 12:22 UTC (permalink / raw) To: Ning Zhang; +Cc: openembedded-core 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@windriver.com> Acked-by: Tom Zanussi <tom.zanussi@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: ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-06-03 12:22 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2013-06-03 5:21 [PATCH 0/1] yocto_kernel: modify the msg when adding duplicate items Ning Zhang 2013-06-03 5:21 ` [PATCH 1/1] " Ning Zhang 2013-06-03 12:22 ` Tom Zanussi
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox