]> code.ossystems Code Review - openembedded-core.git/commit
scripts/runqemu: provide better error message on runqemu ifup fail
authorStephano Cetola <stephano.cetola@linux.intel.com>
Fri, 23 Sep 2016 01:25:08 +0000 (18:25 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 23 Sep 2016 17:06:10 +0000 (18:06 +0100)
commit3b6494fad2b8b65e0d52cda0cdf500e93c72823a
tree1a22dcd254b37ff697aa0d5589fb68246848ac11
parent3d1d287785c388bebba2ba1f2d8f843a5c6a2417
scripts/runqemu: provide better error message on runqemu ifup fail

If runqemu-ifup fails hen running testimage, a rather cryptic error
regarding "no tty present" is displayed. If this step fails, we
should at least point the user at runqemu-gen-tapdevs. A quick search
of this term in the manual will lead them to "Enabling Runtime Tests
on QEMU" which should give them all the info they need.

Signed-off-by: Stephano Cetola <stephano.cetola@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/runqemu