mirror of
https://git.yoctoproject.org/poky
synced 2026-02-27 03:49:41 +01: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.")
|
||||
|
||||
gid = os.getgid()
|
||||
uid = os.getuid()
|
||||
logger.info("Setting up tap interface under sudo")
|
||||
cmd = ('sudo', self.qemuifup, str(gid))
|
||||
for _ in range(5):
|
||||
|
||||
Reference in New Issue
Block a user