[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v2 08/12] pc-bios: add edk2 firmware binaries an
From: |
Philippe Mathieu-Daudé |
Subject: |
Re: [Qemu-devel] [PATCH v2 08/12] pc-bios: add edk2 firmware binaries and variable store templates |
Date: |
Fri, 15 Mar 2019 17:47:29 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.5.1 |
Hi Daniel,
On 3/15/19 12:28 PM, Daniel P. Berrangé wrote:
> On Thu, Mar 14, 2019 at 07:43:58PM +0100, Philippe Mathieu-Daudé wrote:
>> On 3/13/19 10:00 PM, Laszlo Ersek wrote:
>>> Add the files built by the last patch: (compressed) binaries, and the
>>> cumulative license text that covers them.
>>>
>>> Signed-off-by: Laszlo Ersek <address@hidden>
>>> ---
>>>
>>> Notes:
>>> v2:
>>>
>>> - capture the compressed build outputs of the last patch; slightly
>>> update the commit message [Dan, Michael, Phil]
>>>
>>> - consequently, do not pick up Michal's and Michael's R-b's
>>
>> Well I was not explicit in my previous review: I simply checked the
>> Licenses match the EDK2 project, but I haven't review the binaries.
>> Ideally I'd rather submit the binaries from a CI system or a Docker
>> image than your workstation.
>
> I think that point probably applies to all of the binary ROMs
> that QEMU is already distributing.
>
> We have make rules that build them from the subdir, but we have
> no record of what kind of host they were built on by the maintainer
> which is troublesome for reproducability.
>
> It would be nice if we had a standard dockerfile that was designated
> as the build environment for each of the ROMs (one docker file might
> be suitable for many of the ROMs in fact).
Actually I use docker to build EDK2:
https://github.com/philmd/edk2-docker/tree/aarch64_builds
- [Qemu-devel] [PATCH v2 09/12] pc-bios: document the edk2 firmware images; add firmware descriptors, (continued)
[Qemu-devel] [PATCH v2 07/12] roms: build edk2 firmware binaries and variable store templates, Laszlo Ersek, 2019/03/13
[Qemu-devel] [PATCH v2 06/12] roms/Makefile: replace the $(EFIROM) target with "edk2-basetools", Laszlo Ersek, 2019/03/13
[Qemu-devel] [PATCH v2 05/12] roms/edk2-funcs.sh: add the qemu_edk2_get_thread_count() function, Laszlo Ersek, 2019/03/13
[Qemu-devel] [PATCH v2 04/12] roms/edk2: advance to tag edk2-stable201903, Laszlo Ersek, 2019/03/13