summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2010-09-10 10:27:46 +0100
committerRichard Purdie <rpurdie@linux.intel.com>2010-09-10 10:45:55 +0100
commit3dd36ababd9acf0d5695b424cc145a482b6f3617 (patch)
tree9043b5a004ebe300d1e949de162e8db167fbad55 /scripts
parent3d4089ca5eb3ab118a523b506bb182ec77b54924 (diff)
downloadpoky-3dd36ababd9acf0d5695b424cc145a482b6f3617.tar.gz
poky-qemu-internal: Fix ifdown script to use the correct variable
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/poky-qemu-internal2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/poky-qemu-internal b/scripts/poky-qemu-internal
index b529241cbf..0cf4ced707 100755
--- a/scripts/poky-qemu-internal
+++ b/scripts/poky-qemu-internal
@@ -84,7 +84,7 @@ fi
84 84
85release_lock() { 85release_lock() {
86 if [ "$LOCKFILE" = "" ]; then 86 if [ "$LOCKFILE" = "" ]; then
87 $QEMUIFDOWN $TAP $NATIVE_SYSROOT_DIR 87 $QEMUIFDOWN $TAP $POKY_NATIVE_SYSROOT
88 else 88 else
89 echo "Releasing lockfile of preconfigured tap device '$TAP'" 89 echo "Releasing lockfile of preconfigured tap device '$TAP'"
90 rm -f $LOCKFILE 90 rm -f $LOCKFILE