[OE-core] [PATCH V3 0/8] runqemu: refactor it and remove machine knowledge

Robert Yang liezhi.yang at windriver.com
Mon Aug 22 05:49:56 UTC 2016



On 08/21/2016 04:09 AM, Richard Purdie wrote:
> On Thu, 2016-08-18 at 23:55 -0700, Robert Yang wrote:
>> * V3
>>   - Move the qemu boot settings out of tune files (e.g., arch
>> -x86.inc)
>>     to avoid mixing BSP settings with the tunings as Mark suggested.
>> and
>>     put them to <machine>.conf or <qemuboot>.inc file.
>
> I tried pulling this into master-next and testing on the autobuilder.
> It seems there is a problem with the networking and device
> locking/allocation:

Sorry, I can't use "with open(lock, 'w') as f:" since the file would be
closed automatically when "with" section is done, and the file will be
unlocked when closed.

>
> https://autobuilder.yoctoproject.org/main/builders/nightly-deb/builds/8
> 55/steps/Running%20Sanity%20Tests/logs/stdio
>
> https://autobuilder.yoctoproject.org/main/builders/nightly-arm64/builds
> /531
>
> [and many others]
>
> Also a problem with runqemu-internal being removed:
>
> https://autobuilder.yoctoproject.org/main/builders/nightly-intel-gpl/bu
> ilds/886/steps/BuildImages/logs/stdio

Sorry, I will fix this in V4.


// Robert

>
> Cheers,
>
> Richard
>



More information about the Openembedded-core mailing list