mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
runqemu: drop uid parameter for ifdown
(From OE-Core rev: 5f6f8f399b146615eeea8c2590f1588a8c150d13) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
95c785baeb
commit
ec8899f3ab
@@ -1597,7 +1597,7 @@ to your build configuration.
|
||||
uptime_seconds = f.readline().split()[0]
|
||||
logger.info('Host uptime: %s\n' % uptime_seconds)
|
||||
if self.cleantap:
|
||||
cmd = ('sudo', self.qemuifdown, self.tap, self.bindir_native)
|
||||
cmd = ('sudo', self.qemuifdown, self.tap)
|
||||
logger.debug('Running %s' % str(cmd))
|
||||
subprocess.check_call(cmd)
|
||||
self.release_taplock()
|
||||
|
||||
Reference in New Issue
Block a user