]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: Fixed regression issue for building !x86 builds edk2-stable201908
authorFeng, Bob C <bob.c.feng@intel.com>
Wed, 28 Aug 2019 09:15:00 +0000 (17:15 +0800)
committerFeng, Bob C <bob.c.feng@intel.com>
Thu, 29 Aug 2019 03:10:29 +0000 (11:10 +0800)
commit37eef91017ad042035090cae46557f9d6e2d5917
tree2180b6457353b0446c46f7ef5a9acbb8aa314a75
parentdf43ea6c08100487776bb0962c657d214e345ae7
BaseTools: Fixed regression issue for building !x86 builds

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

This patch is to fix a build tool regression issue which
was introduced by commit e8449e1d8e.

In commit e8449e1d8e, build tool check the pcd before
filter out the irrelevant library instance.

The logic of evaluating the priority of the library class
resolutions was not changed.

Cc: Liming Gao <liming.gao@intel.com>
Signed-off-by: Bob Feng <bob.c.feng@intel.com>
Tested-by: Michael D Kinney <michael.d.kinney@intel.com>
Acked-by: Michael D Kinney <michael.d.kinney@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
Acked-by: Leif Lindholm <leif.lindholm@linaro.org>
Tested-by: Leif Lindholm <leif.lindholm@linaro.org>
BaseTools/Source/Python/Workspace/InfBuildData.py