aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2013-08-28 10:52:05 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-08-30 16:21:02 +0100
commitec08d92641cc51c567cc3745937b1839d3faa095 (patch)
tree345e0f7faea5e10b620c8055a0f8d761ddf5ab0a /scripts
parentf60f215f74b5fe5a43943c9d3ccdbe0fa06b7828 (diff)
downloadopenembedded-core-contrib-ec08d92641cc51c567cc3745937b1839d3faa095.tar.gz
runqemu-internal: provide more info if a preconfigured tap is used
We should provide the user more information if a preconfigured tap is used. This is because the user might have manually set up the tap interface to be used by other qemu binaries. So at a minimum, we should let the user know how to make runqemu skip that tap interface. [YOCTO #5047] Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/runqemu-internal1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/runqemu-internal b/scripts/runqemu-internal
index 8165e13e5a..f9d8728224 100755
--- a/scripts/runqemu-internal
+++ b/scripts/runqemu-internal
@@ -214,6 +214,7 @@ else
fi
else
echo "Using preconfigured tap device '$TAP'"
+ echo "If this is not intended, use flock on $LOCKFILE.lock to make runqemu skip $TAP."
fi
cleanup() {