[oe-commits] [openembedded-core] 04/04: runqemu-gen-tapdevs: Improve help text with an example

git at git.openembedded.org git at git.openembedded.org
Fri Mar 10 12:59:54 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit e7238c6e346aa92ff74baf4e76bb38cf3f7f9787
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Fri Mar 10 12:56:16 2017 +0000

    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 at linuxfoundation.org>
---
 scripts/runqemu-gen-tapdevs | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/scripts/runqemu-gen-tapdevs b/scripts/runqemu-gen-tapdevs
index bfb60f4..9e5e5b9 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
 }
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list