mirror of
https://git.yoctoproject.org/poky
synced 2026-09-16 09:49:35 +02:00
runqemu: remove unused uid variable
(From OE-Core rev: 2521f67f19cb0eea0a2d6c5e8c39fa5edd60330a) Signed-off-by: Konrad Weihmann <kweihmann@outlook.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
c9a9999400
commit
eb016e9758
@@ -1192,7 +1192,6 @@ to your build configuration.
|
|||||||
raise RunQemuError("a new one with sudo.")
|
raise RunQemuError("a new one with sudo.")
|
||||||
|
|
||||||
gid = os.getgid()
|
gid = os.getgid()
|
||||||
uid = os.getuid()
|
|
||||||
logger.info("Setting up tap interface under sudo")
|
logger.info("Setting up tap interface under sudo")
|
||||||
cmd = ('sudo', self.qemuifup, str(gid))
|
cmd = ('sudo', self.qemuifup, str(gid))
|
||||||
for _ in range(5):
|
for _ in range(5):
|
||||||
|
|||||||
Reference in New Issue
Block a user