summaryrefslogtreecommitdiff
path: root/scripts/runqemu-gen-tapdevs
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-04-21 12:26:25 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-04-21 12:56:16 +0100
commit4c4095dceb16363e889cf0b57b2097272702cb61 (patch)
tree62eef035cf2ba79230397666914a064a5ed24659 /scripts/runqemu-gen-tapdevs
parentc363608559459dfcc9be66411ec16a92294550a7 (diff)
downloadtizen-distro-4c4095dceb16363e889cf0b57b2097272702cb61.tar.gz
tizen-distro-4c4095dceb16363e889cf0b57b2097272702cb61.tar.bz2
tizen-distro-4c4095dceb16363e889cf0b57b2097272702cb61.zip
Further cleanup of various poky references
(From OE-Core rev: fe73ea8c510877fe4e3c117985e8f3d0b79ddf1b) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/runqemu-gen-tapdevs')
-rw-r--r--scripts/runqemu-gen-tapdevs12
1 files changed, 6 insertions, 6 deletions
diff --git a/scripts/runqemu-gen-tapdevs b/scripts/runqemu-gen-tapdevs
index f52cf0b9b9..995e1d5204 100644
--- a/scripts/runqemu-gen-tapdevs
+++ b/scripts/runqemu-gen-tapdevs
@@ -2,10 +2,10 @@
#
# Create a "bank" of tap network devices that can be used by the
# runqemu script. This script needs to be run as root, and will
-# use the tunctl binary from a Poky sysroot. Note: many Linux distros
-# these days still use an older version of tunctl which does not
-# support the group permissions option, hence the need to use Poky's
-# version.
+# use the tunctl binary from the build system sysroot. Note: many Linux
+# distros these days still use an older version of tunctl which does not
+# support the group permissions option, hence the need to use the build
+# system provided version.
#
# Copyright (C) 2010 Intel Corp.
#
@@ -26,7 +26,7 @@ usage() {
echo "Usage: sudo $0 <gid> <num> <native-sysroot-basedir>"
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 Poky's native sysroot"
+ echo "<native-sysroot-basedir> is the path to the build system's native sysroot"
exit 1
}
@@ -82,4 +82,4 @@ done
# The runqemu script will check for this file, and if it exists,
# will use the existing bank of tap devices without creating
# additional ones via sudo.
-touch /etc/poky-nosudo
+touch /etc/runqemu-nosudo