[oe-commits] [openembedded-core] 109/122: runqemu: print command search result when not found

git at git.openembedded.org git at git.openembedded.org
Mon Dec 4 17:26:27 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch rocko
in repository openembedded-core.

commit b99ba567cd8089a9a3ca01704f6ba6c42d390e9f
Author: Robert Yang <liezhi.yang at windriver.com>
AuthorDate: Fri Nov 10 21:48:55 2017 +0800

    runqemu: print command search result when not found
    
    This makes debug easier.
    
    Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
    (cherry picked from commit a453639e19fb2a9f9fb63fddd0b3ee26c0116d91)
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 scripts/runqemu | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/scripts/runqemu b/scripts/runqemu
index 7228384..0b6daf2 100755
--- a/scripts/runqemu
+++ b/scripts/runqemu
@@ -912,6 +912,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):

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list