"dbt" and "dbx" are swapped in the comments? Look for groups of 3 underscores
("___") below...
+ ## GUID used to specify section with default ___dbt___ content
+ gDefault___dbx___FileGuid = { 0x5740766a, 0x718e, 0x4dc0, { 0x99, 0x35, 0xc3,
0x6f, 0x7d, 0x3f, 0x88, 0x4f } }
+
+ ## GUID used to sp
machine installed VS2015 and VS2017, vswhere can find
VS2017, but build failed with the messages
build.py...
INFO - : error 7000: Failed to execute command
INFO - Vc\bin\nmake.exe
3) I have a Ubuntu 18.04 machine, build failed at the step of "stuart_update -c
OvmfPkg/PlatformBuild
line 113, in _fetch_from_cache
if not os.path.isdir(NugetDependency.global_cache_path):
File "/usr/lib/python3.6/genericpath.py", line 42, in isdir
st = os.stat(s)
Thanks,
Bob
-Original Message-
From: devel@edk2.groups.io<mailto:devel@edk2.groups.io>
[mailto:de
---
From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of Laszlo
Ersek
Sent: Wednesday, November 27, 2019 5:29 PM
To: devel@edk2.groups.io; jere...@microsoft.com
Subject: Re: [edk2-devel] Seeking feedback: example of building OvmfPkg with
Pytools
Hi Jeremiah,
On 11/27/19 01:03
All,
I created an example of how to build OvmfPkg using the Pytools build
environment ( https://github.com/tianocore/edk2-pytool-extensions ).
It is available for your feedback on GitHub:
https://github.com/out0xb2/edk2/pull/3/files
Looking for your thoughts on integrating this example into EDK2.