]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools:Fixed an issue where the order of GuidS changed in guid.xref
authorFan, ZhijuX <zhijux.fan@intel.com>
Fri, 26 Apr 2019 02:29:58 +0000 (10:29 +0800)
committerFeng, Bob C <bob.c.feng@intel.com>
Wed, 1 May 2019 02:57:05 +0000 (10:57 +0800)
commit273190e189755d652de886b653d2c14bfceeb3ed
treee15e24df52977c34489218d1154a433441a138da
parentc4c8c340ef010db3096702201fbd8c350d0cfcdc
BaseTools:Fixed an issue where the order of GuidS changed in guid.xref

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

Add content to dsc
[PcdsPatchableInModule.common]
  gEfiMdeModulePkgTokenSpaceGuid.test1|FALSE

The order of file Guid.xref will change after increment build.
The root cause is set() is used in Get all the PCDS
the order of the data may change if set() is used

This patch is going to fix that issue.

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