All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] runqemu: print command search result when not found
@ 2017-11-10 13:48 Robert Yang
  2017-11-10 13:48 ` [PATCH 1/1] " Robert Yang
  0 siblings, 1 reply; 2+ messages in thread
From: Robert Yang @ 2017-11-10 13:48 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit f706448952c942d25ea96cda09a700d2c5c63520:

  maintainers.inc: add Otavio Salvador for go-dep (2017-11-09 12:33:12 +0000)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib rbt/runqemu
  http://cgit.openembedded.org/openembedded-core-contrib/log/?h=rbt/runqemu

Robert Yang (1):
  runqemu: print command search result when not found

 scripts/runqemu | 3 +++
 1 file changed, 3 insertions(+)

-- 
2.7.4



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH 1/1] runqemu: print command search result when not found
  2017-11-10 13:48 [PATCH 0/1] runqemu: print command search result when not found Robert Yang
@ 2017-11-10 13:48 ` Robert Yang
  0 siblings, 0 replies; 2+ messages in thread
From: Robert Yang @ 2017-11-10 13:48 UTC (permalink / raw)
  To: openembedded-core

This makes debug easier.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
 scripts/runqemu | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/scripts/runqemu b/scripts/runqemu
index fe4459d..785421e 100755
--- a/scripts/runqemu
+++ b/scripts/runqemu
@@ -908,6 +908,9 @@ class BaseConfig(object):
         lockdir = "/tmp/qemu-tap-locks"
 
         if not (self.qemuifup and self.qemuifdown and ip):
+            logger.error("runqemu-ifup: %s" % self.qemuifup)
+            logger.error("runqemu-ifdown: %s" % self.qemuifdown)
+            logger.error("ip: %s" % ip)
             raise OEPathError("runqemu-ifup, runqemu-ifdown or ip not found")
 
         if not os.path.exists(lockdir):
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-11-10 13:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-10 13:48 [PATCH 0/1] runqemu: print command search result when not found Robert Yang
2017-11-10 13:48 ` [PATCH 1/1] " Robert Yang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.