diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-10 12:56:16 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-10 14:50:11 +0000 |
commit | 0efe58df2e5389f86dfbd53f90afc8f2970def7d (patch) | |
tree | 577672a0c282c5ae250d32ca1a9def3a0012e4e9 | |
parent | c35a2588273b369555d9bc436e0b2f0bd387ff42 (diff) | |
download | poky-0efe58df2e5389f86dfbd53f90afc8f2970def7d.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.
(From OE-Core rev: 056a9da9f3ac2bc175f19243b11864ca90eee28b)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rwxr-xr-x | scripts/runqemu-gen-tapdevs | 2 |
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() { | |||
28 | echo "Where <gid> is the numeric group id the tap devices will be owned by" | 28 | echo "Where <gid> is the numeric group id the tap devices will be owned by" |
29 | echo "<num> is the number of tap devices to create (0 to remove all)" | 29 | echo "<num> is the number of tap devices to create (0 to remove all)" |
30 | echo "<native-sysroot-basedir> is the path to the build system's native sysroot" | 30 | echo "<native-sysroot-basedir> is the path to the build system's native sysroot" |
31 | echo "e.g. $ bitbake qemu-helper-native -c addto_recipe_sysroot" | ||
32 | echo "$ sudo $0 1000 1000 4 tmp/work/x86_64-linux/qemu-helper-native/*/recipe-sysroot-native/" | ||
31 | exit 1 | 33 | exit 1 |
32 | } | 34 | } |
33 | 35 | ||