diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2017-03-23 11:11:33 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-24 23:43:32 +0000 |
commit | 11b81e3fbaf2c1114fa9472279575b4af1d45879 (patch) | |
tree | 0cadb4aae4365692e578c433d2da967d9283d9b5 /scripts | |
parent | c6344d3b6abfbbece069391a140bac114fa976c4 (diff) | |
download | poky-11b81e3fbaf2c1114fa9472279575b4af1d45879.tar.gz |
runqemu-gen-tapdevs: fix file path in example
Fix the path in example so that '/usr/bin/tunctl' could be found under
this path.
(From OE-Core rev: d1b8e1460b25018ac8f65d3647bc736f3393ed3e)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/runqemu-gen-tapdevs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/runqemu-gen-tapdevs b/scripts/runqemu-gen-tapdevs index 9e5e5b98f0..49e1efce7c 100755 --- a/scripts/runqemu-gen-tapdevs +++ b/scripts/runqemu-gen-tapdevs | |||
@@ -28,8 +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" | 31 | echo "e.g. $ bitbake qemu-helper-native" |
32 | echo "$ sudo $0 1000 1000 4 tmp/work/x86_64-linux/qemu-helper-native/*/recipe-sysroot-native/" | 32 | echo "$ sudo $0 1000 1000 4 tmp/sysroots-components/x86_64/qemu-helper-native/" |
33 | exit 1 | 33 | exit 1 |
34 | } | 34 | } |
35 | 35 | ||