diff options
Diffstat (limited to 'scripts/poky-qemu-internal')
-rwxr-xr-x | scripts/poky-qemu-internal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/poky-qemu-internal b/scripts/poky-qemu-internal index a9029dc63f..b529241cbf 100755 --- a/scripts/poky-qemu-internal +++ b/scripts/poky-qemu-internal | |||
@@ -71,10 +71,10 @@ done | |||
71 | if [ "$TAP" = "" ]; then | 71 | if [ "$TAP" = "" ]; then |
72 | GROUPID=`id -g` | 72 | GROUPID=`id -g` |
73 | echo 'Setting up tap interface under sudo' | 73 | echo 'Setting up tap interface under sudo' |
74 | TAP=`sudo $QEMUIFUP $GROUPID $NATIVE_SYSROOT_DIR` | 74 | TAP=`sudo $QEMUIFUP $GROUPID $POKY_NATIVE_SYSROOT` |
75 | if [ $? -ne 0 ]; then | 75 | if [ $? -ne 0 ]; then |
76 | # Re-run standalone to see verbose errors | 76 | # Re-run standalone to see verbose errors |
77 | sudo $QEMUIFUP $GROUPID $NATIVE_SYSROOT_DIR | 77 | sudo $QEMUIFUP $GROUPID $POKY_NATIVE_SYSROOT |
78 | return | 78 | return |
79 | fi | 79 | fi |
80 | LOCKFILE="" | 80 | LOCKFILE="" |