]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools:Replace PlatformInfo with PlatformAutoGen for Moudle
authorFan, ZhijuX <zhijux.fan@intel.com>
Thu, 12 Sep 2019 08:18:58 +0000 (16:18 +0800)
committerFeng, Bob C <bob.c.feng@intel.com>
Tue, 17 Sep 2019 02:18:51 +0000 (10:18 +0800)
commitb67735a7e8e962b74120bad956d9a0734f784472
tree97812b13fcb32353ad888688e01fdbeb3d5cddc4
parentea331a5c21f7d71980fe0ea2e4aa425474f8ffb2
BaseTools:Replace PlatformInfo with PlatformAutoGen for Moudle

BZ:https://bugzilla.tianocore.org/show_bug.cgi?id=2188

build -p MdeModulePkg\MdeModulePkg.dsc -a IA32 -m
MdeModulePkg\Universal\PCD\Pei\Pcd.inf

Error:
AttributeError: 'PlatformInfo' object has no attribute
'DynamicPcdList'

The DSC data object used to build a separate module today
is PlatformInfo rather than PlatformAutoGen
'PlatformAutoGen' object has attribute 'DynamicPcdList'

This patch is going to fixed this issue

Cc: Liming Gao <liming.gao@intel.com>
Cc: Bob Feng <bob.c.feng@intel.com>
Signed-off-by: Zhiju.Fan <zhijux.fan@intel.com>
Reviewed-by: Bob Feng <bob.c.feng@intel.com>
BaseTools/Source/Python/build/build.py