]> code.ossystems Code Review - openembedded-core.git/commitdiff
runqemu-gen-tapdevs: Improve help text with an example
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 10 Mar 2017 12:56:16 +0000 (12:56 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 10 Mar 2017 14:49:48 +0000 (14:49 +0000)
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>
scripts/runqemu-gen-tapdevs

index bfb60f44ae3421aa9499d80377559ebd494e9b43..9e5e5b98f0515c8be3d97ec641f0278e3e7007ae 100755 (executable)
@@ -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
 }