Re: [PATCH V4 00/11] runqemu: refactor it and remove machine knowledge
From: Robert Yang <hidden>
Date: 2016-08-25 14:36:44
On 08/23/2016 05:21 PM, Robert Yang wrote:
On 08/23/2016 05:05 PM, Richard Purdie wrote:quoted
On Mon, 2016-08-22 at 00:52 -0700, Robert Yang wrote:quoted
* V4 - Now the conf files can use @TAP@, @ROOTFS@ and @PORT@ when set vars for runqemu, so all the arch info are gone. And also update comments in qemuboot.bbclass. - Add var QB_SLIRP_OPT for slirp mode as Nathan suggested, also add QB_TAP_OPT whichi is for tap mode. - Print "Try 'runqemu help' on how to use it" when failed to parse args as Nathan suggested. - Fix device locking problems. - Fix nativesdk-qemu-helper. - Fix comments for qemurunner.py/qemutinyrunner.pyThis is looking much better, thanks but we've still had some issues: https://autobuilder.yoctoproject.org/main/builders/nightly-rpm/builds/870/steps/Running%20Sanity%20Tests/logs/stdio https://autobuilder.yoctoproject.org/main/builders/nightly-deb/builds/856/steps/Running%20Sanity%20Tests/logs/stdio https://autobuilder.yoctoproject.org/main/builders/nightly-rpm/builds/870/steps/Running%20Sanity%20Tests/logs/stdioSorry, these should be race issues, I will fix it.
Hi RP, I've fixed the problem and will send a V5. I have tried to test it on my autobuilder, but it's running out of disk space last tonight. It is still in building today, and didn't see any problems by now, I will reply if I see.
quoted
and: https://autobuilder.yoctoproject.org/main/builders/nightly-oe-selftest/builds/652/steps/Running%20oe-selftest/logs/stdio I'm also not sure what caused these, whether it was this patchset or not: https://autobuilder.yoctoproject.org/main/builders/nightly-arm/builds/927/steps/Running%20ESDK%20Sanity%20Tests/logs/stdio https://autobuilder.yoctoproject.org/main/builders/nightly-mips/builds/901/steps/Running%20ESDK%20Sanity%20Tests/logs/stdio https://autobuilder.yoctoproject.org/main/builders/nightly-ppc/builds/914/steps/Running%20ESDK%20Sanity%20Tests/logs/stdio https://autobuilder.yoctoproject.org/main/builders/nightly-x86/builds/914/steps/Running%20ESDK%20Sanity%20Tests/logs/stdio https://autobuilder.yoctoproject.org/main/builders/nightly-x86-64/builds/935I'm not sure either, need more investigations.
I think that this isn't caused by runqemu patches since the error doesn't seem like relate to runqemu, and I can't reproduce it. // Robert
// Robertquoted
Cheers, Richard