Fixed menuconfig with new async runner

This commit is contained in:
Martijn Braam 2017-06-02 15:19:08 +02:00
parent 13efa270a1
commit f39c1dae69
4 changed files with 18 additions and 14 deletions

View file

@ -55,7 +55,7 @@ def menuconfig(args, pkgname, arch):
cmd += [key + "=" + value]
cmd += ["abuild", "-d", "menuconfig"]
logging.info("(native) run menuconfig")
pmb.chroot.user(args, cmd, "native", "/home/user/build", log=False)
pmb.chroot.user(args, cmd, "native", "/home/user/build", log=False, passthrough=True)
# Update config + checksums
logging.info("copy kernel config back to aport-folder")