From 0efe58df2e5389f86dfbd53f90afc8f2970def7d Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 10 Mar 2017 12:56:16 +0000 Subject: 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 --- scripts/runqemu-gen-tapdevs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts/runqemu-gen-tapdevs') 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 is the numeric group id the tap devices will be owned by" echo " is the number of tap devices to create (0 to remove all)" echo " 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 } -- cgit v1.2.3-54-g00ecf