public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [Patch V2 0/4] BaseTools: Fix corner-cases of --hash feature
@ 2019-04-04 16:04 Christian Rodriguez
  2019-04-04 16:04 ` [Patch V2 1/4] " Christian Rodriguez
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Christian Rodriguez @ 2019-04-04 16:04 UTC (permalink / raw)
  To: devel

Patch 1: Consider modules with .inc source files as Binary Modules and do not Skip by hash.
Patch 2: Re-order hashing operations so we don't do redundant hashes.
Patch 3: Respect artifact location within directory structure.
Patch 4: Re-use libraries, since they have already been hashed.

Christian Rodriguez (4):
  BaseTools: Fix corner-cases of --hash feature
  BaseTools: Fix corner-cases of --hash feature
  BaseTools: Fix corner-cases of --hash feature
  BaseTools: Fix corner-cases of --hash feature

 BaseTools/Source/Python/AutoGen/AutoGen.py | 47 +++++++++++++++++-----
 BaseTools/Source/Python/AutoGen/GenMake.py |  6 +--
 BaseTools/Source/Python/build/build.py     | 14 ++++++-
 3 files changed, 52 insertions(+), 15 deletions(-)

--
2.19.1.windows.1


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2019-04-09  5:09 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-04 16:04 [Patch V2 0/4] BaseTools: Fix corner-cases of --hash feature Christian Rodriguez
2019-04-04 16:04 ` [Patch V2 1/4] " Christian Rodriguez
2019-04-09  5:09   ` BobCF
2019-04-04 16:04 ` [Patch V2 2/4] " Christian Rodriguez
2019-04-09  5:09   ` BobCF
2019-04-04 16:04 ` [Patch V2 3/4] " Christian Rodriguez
2019-04-09  5:08   ` BobCF
2019-04-04 16:04 ` [Patch V2 4/4] " Christian Rodriguez
2019-04-09  5:09   ` [edk2-devel] " BobCF

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox