]> git.proxmox.com Git - mirror_edk2.git/commit - BaseTools/Source/Python/AutoGen/ModuleAutoGen.py
BaseTools: store more complete output files in binary cache
authorSteven Shi <steven.shi@intel.com>
Mon, 21 Oct 2019 06:24:57 +0000 (14:24 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Tue, 10 Dec 2019 02:07:12 +0000 (02:07 +0000)
commit91f6c533f8e9c49ffd098e9167724596ecfd7410
tree97228be28df6289c8cb30c9837a185cf032bf8a0
parent0c3e8e9947a6c13b4327dd11b20acb95441701cf
BaseTools: store more complete output files in binary cache

Binary cache use the OutputFile method to return the module
built output files needed to store in cache, but current
OutputFile implementation doesn't return complete output files.
Enhance the OutputFile method to return more complete output files.

Signed-off-by: Steven Shi <steven.shi@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Cc: Bob Feng <bob.c.feng@intel.com>
Reviewed-by: Bob Feng <bob.c.feng@intel.com>
BaseTools/Source/Python/AutoGen/ModuleAutoGen.py