]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools:GuidedSectionTools.txt is not generated correctly
authorFan, ZhijuX <zhijux.fan@intel.com>
Thu, 26 Mar 2020 09:48:04 +0000 (17:48 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Tue, 31 Mar 2020 04:09:43 +0000 (04:09 +0000)
commit8c944c938359cffda4c889259b3d2aba69e9ee7b
treecb2c3f1664ad0770def940c9b2ffda2cb9153d6a
parentf34c7645bd87c61f72c2bc4a8f88afabc69de512
BaseTools:GuidedSectionTools.txt is not generated correctly

REF:https://bugzilla.tianocore.org/show_bug.cgi?id=2538

For LzmaCompress or BrotliCompress, the platform may use the different
options and add their batch file, such as LzmaCompressPlatform.
Then, specify it in platform.dsc [BuildOptions] to override the default
one in tools_def.txt.

*_*_*_LZMA_PATH = LzmaCompressPlatform

This override tool will be used. But, its name is not specified in the
generated GuidedSectionTools.txt.

Signed-off-by: Zhiju.Fan <zhijux.fan@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/PlatformAutoGen.py
BaseTools/Source/Python/build/build.py