[PATCH v2 0/4] Allow EccCheck to run on other repositories
PierreGondois
From: Pierre Gondois <Pierre.Gondois@...>
EccCheck currently makes some assumptions on its working environment that prevent it from running it in other repositories. For instance, the workspace is assumed to be pointing to the edk2 repository path, which can be wrong. This patch-set aims to allow the EccCheck tool to run on the edk2-platforms repository, with edk2 being a submodule of edk2-platforms. The changes can be seen at: https://github.com/PierreARM/edk2/commits/1628_Ecc_environment_paths_update_v2 v2: - Use ';' path separator for Windows host [Liming] Pierre Gondois (4): .pytool/EccCheck: Locate BaseTools dir with EDK_TOOLS_PATH .pytool/EccCheck: Rename edk2_path as workspace_path .pytool/EccCheck: Check ecc_csv exists .pytool/EccCheck: Set PACKAGES_PATH env var in Ecc .pytool/Plugin/EccCheck/EccCheck.py | 46 +++++++++++++++-------------- 1 file changed, 24 insertions(+), 22 deletions(-) -- 2.17.1
|
|