edk2-edkrepo
edk2-edkrepo copied to clipboard
Repository for the edkrepo utility
Adds treeless="true" and blobless="true" as attributes to a Combination Source. During edkrepo clone and checkout, if enableSubmodule="true" on the Combination Source, the filter setting applies to the submodules as well....
When current combo is not in the combo_list, update both combo_list and all_combos. verbose combo error while archived combo is checked out https://github.com/tianocore/edk2-edkrepo/issues/231
Is edkrepo clone ```--treeless``` and ```--blobless``` supported at the same time, or should one override the other if both are supplied? ```edkrepo clone Intel-MinPlatform Intel-MinPlatform --treeless --blobless``` ``` Cloning edk2...
If the global config file contains multiple packages in the command-packages section, raise an ImportError only when none of the packages could be imported. For Python 3.5 compatibility, do not...
As the edkrepo installer is not run on host system, include a requirements file for the python requirements.
Create a patch file to resolve a cherry-pick merge conflict. Create an edkrepo PatchSet with Patch followed by CherryPick. Attempt to checkout a Combination that uses the PatchSet. PatchSet creation...
…recipe CherryPick and Revert in an edkrepo manifest PatchSet can include: mergeStrategy="ort_ignore-all-space" mergeStrategy="ort_theirs" mergeStrategy="ort_ours" This can help with PatchSet merge issues. e.g. using Patch followed by CherryPick where the host...
I have Python 3.10 and Python 3.12 on my system and the installation fails. 3.12 breaks the installation - this more in line with "looking in the future" than something...
Installation Error: ModuleNotFoundError: No module named 'pkg_resources' with Windows Python 3.12.x
Windows OS with python-3.12.0-amd64 or python-3.12.1-amd64 installed, EdkRepoSetup-3.1.3.0.exe Windows installer fails. ``` Found Python 3.12.1 ... C:\Program Files\Git\etc\profile.d\edkrepo_completions.sh Traceback (most recent call last): File "", line 198, in _run_module_as_main File...
edkrepo 3.2.0 release adds the --treeless and --blobless options to the edkrepo clone command. This applies the git clone ```--filter=tree:0``` and ```--filter=blob:none``` across all Source in a Combination. I would...