* [PATCH V2 0/1] runqemu-gen-tapdevs: fix file path in example
@ 2017-03-23 3:11 Chen Qi
2017-03-23 3:11 ` [PATCH V2 1/1] " Chen Qi
0 siblings, 1 reply; 2+ messages in thread
From: Chen Qi @ 2017-03-23 3:11 UTC (permalink / raw)
To: openembedded-core
The following changes since commit 49c2df5652d25e6e9b2a4976658ab9bb17fe6694:
meta-yocto-bsp: Remove superfluous OVERRIDES in machine conf files (2017-03-22 11:35:23 +0000)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib ChenQi/example-path
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=ChenQi/example-path
Chen Qi (1):
runqemu-gen-tapdevs: fix file path in example
scripts/runqemu-gen-tapdevs | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
1.9.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH V2 1/1] runqemu-gen-tapdevs: fix file path in example
2017-03-23 3:11 [PATCH V2 0/1] runqemu-gen-tapdevs: fix file path in example Chen Qi
@ 2017-03-23 3:11 ` Chen Qi
0 siblings, 0 replies; 2+ messages in thread
From: Chen Qi @ 2017-03-23 3:11 UTC (permalink / raw)
To: openembedded-core
Fix the path in example so that '/usr/bin/tunctl' could be found under
this path.
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
---
scripts/runqemu-gen-tapdevs | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/scripts/runqemu-gen-tapdevs b/scripts/runqemu-gen-tapdevs
index 9e5e5b9..49e1efc 100755
--- a/scripts/runqemu-gen-tapdevs
+++ b/scripts/runqemu-gen-tapdevs
@@ -28,8 +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/"
+ echo "e.g. $ bitbake qemu-helper-native"
+ echo "$ sudo $0 1000 1000 4 tmp/sysroots-components/x86_64/qemu-helper-native/"
exit 1
}
--
1.9.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-03-23 3:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-23 3:11 [PATCH V2 0/1] runqemu-gen-tapdevs: fix file path in example Chen Qi
2017-03-23 3:11 ` [PATCH V2 1/1] " Chen Qi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox