mirror of https://github.com/acidanthera/audk.git
cdd1b5e548
Description: When building for any specific architecture, the build script today is loading DSC sections for other architectures not in the build. The build process should disregard DSC sections that are not relevant to the build. My previous patch only fixed issue for one section type (Components). This patch will handle all section types by updating the MetaFileParser class, which now takes a Arch argument and will filter the DSC table results as they are returned from the database. The database still contains all information from DSCs for when builds support multiple arch's Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Thomas Palmer <thomas.palmer@hpe.com> Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com> |
||
---|---|---|
.. | ||
BuildClassObject.py | ||
MetaDataTable.py | ||
MetaFileCommentParser.py | ||
MetaFileParser.py | ||
MetaFileTable.py | ||
WorkspaceCommon.py | ||
WorkspaceDatabase.py | ||
__init__.py |