aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/poky-gen-tapdevs
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-04-20 16:44:10 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-04-20 16:44:10 +0100
commit7687d91f73f4a116593315b3b1488ac3f0904905 (patch)
tree8a00b11e6efc7a37427b03704b9fb59461afc8a5 /scripts/poky-gen-tapdevs
parentfa6176219b741eed346b21a3d923e9abc9b5442a (diff)
downloadopenembedded-core-contrib-7687d91f73f4a116593315b3b1488ac3f0904905.tar.gz
Rename poky-qemu to runqemu
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/poky-gen-tapdevs')
-rwxr-xr-xscripts/poky-gen-tapdevs8
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/poky-gen-tapdevs b/scripts/poky-gen-tapdevs
index 2117a7b08e..527c01e7b4 100755
--- a/scripts/poky-gen-tapdevs
+++ b/scripts/poky-gen-tapdevs
@@ -1,7 +1,7 @@
#!/bin/bash
#
# Create a "bank" of tap network devices that can be used by the
-# poky-qemu script. This script needs to be run as root, and will
+# 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
@@ -51,9 +51,9 @@ if [[ ! -x "$TUNCTL" || -d "$TUNCTL" ]]; then
fi
SCRIPT_DIR=`dirname $0`
-POKY_QEMU_IFUP="$SCRIPT_DIR/poky-qemu-ifup"
+POKY_QEMU_IFUP="$SCRIPT_DIR/runqemu-ifup"
if [ ! -x "$POKY_QEMU_IFUP" ]; then
- echo "Error: Unable to find the poky-qemu-ifup script in $SCRIPT_DIR"
+ echo "Error: Unable to find the runqemu-ifup script in $SCRIPT_DIR"
exit 1
fi
@@ -79,7 +79,7 @@ for ((index=0; index < $COUNT; index++)); do
fi
done
-# The poky-qemu script will check for this file, and if it exists,
+# 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