mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 12:59:02 +02: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:
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()
|
||||
|
|
Loading…
Reference in New Issue
Block a user