aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/runqemu-gen-tapdevs
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2017-03-10 12:56:16 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-03-10 14:49:48 +0000
commit056a9da9f3ac2bc175f19243b11864ca90eee28b (patch)
tree42a1651b40e4fbfa36071f8a9b615c21d149f8d2 /scripts/runqemu-gen-tapdevs
parente0188f6ccebaaf7c9948c771d3da5b07eed09a94 (diff)
downloadopenembedded-core-contrib-056a9da9f3ac2bc175f19243b11864ca90eee28b.tar.gz
runqemu-gen-tapdevs: Improve help text with an example
Figuring how the correct commandline isn't trivial, improve the help text with RSS in mind. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/runqemu-gen-tapdevs')
-rwxr-xr-xscripts/runqemu-gen-tapdevs2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/runqemu-gen-tapdevs b/scripts/runqemu-gen-tapdevs
index bfb60f44ae..9e5e5b98f0 100755
--- a/scripts/runqemu-gen-tapdevs
+++ b/scripts/runqemu-gen-tapdevs
@@ -28,6 +28,8 @@ usage() {
echo "Where <gid> is the numeric group id the tap devices will be owned by"
echo "<num> is the number of tap devices to create (0 to remove all)"
echo "<native-sysroot-basedir> is the path to the build system's native sysroot"
+ echo "e.g. $ bitbake qemu-helper-native -c addto_recipe_sysroot"
+ echo "$ sudo $0 1000 1000 4 tmp/work/x86_64-linux/qemu-helper-native/*/recipe-sysroot-native/"
exit 1
}