.pytool: Drop OpenCorePkg from supported pkg list for stuart

Signed-off-by: Savva Mitrofanov <savvamtr@gmail.com>
This commit is contained in:
Savva Mitrofanov 2023-01-17 21:42:27 +06:00
parent 648c4f33cc
commit 60f85a3683
No known key found for this signature in database
GPG Key ID: 774924031750BF64

View File

@ -74,8 +74,7 @@ class Settings(CiBuildSettingsManager, UpdateSettingsManager, SetupSettingsManag
"OvmfPkg", "OvmfPkg",
"RedfishPkg", "RedfishPkg",
"SourceLevelDebugPkg", "SourceLevelDebugPkg",
"UefiPayloadPkg", "UefiPayloadPkg"
"OpenCorePkg"
) )
def GetArchitecturesSupported(self): def GetArchitecturesSupported(self):