mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
poky-qemu-internal: Fix ifdown script to use the correct variable
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -84,7 +84,7 @@ fi
|
||||
|
||||
release_lock() {
|
||||
if [ "$LOCKFILE" = "" ]; then
|
||||
$QEMUIFDOWN $TAP $NATIVE_SYSROOT_DIR
|
||||
$QEMUIFDOWN $TAP $POKY_NATIVE_SYSROOT
|
||||
else
|
||||
echo "Releasing lockfile of preconfigured tap device '$TAP'"
|
||||
rm -f $LOCKFILE
|
||||
|
||||
Reference in New Issue
Block a user