From: Sami Mujawar Date: Thu, 3 Dec 2020 10:27:51 +0000 (+0000) Subject: .pytool: CI Settings to support StandaloneMmPkg X-Git-Tag: edk2-stable202102~188 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=d8d1f6661d672c0a01bc46e67a29d8714db9dcb2 .pytool: CI Settings to support StandaloneMmPkg Bugzilla: 3150 (https://bugzilla.tianocore.org/show_bug.cgi?id=3150) Update pytools configuration to enable StandaloneMmPkg and update package status in documentation. Signed-off-by: Sami Mujawar Reviewed-by: Bret Barkelew Acked-by: Jiewen Yao Acked-by: Ard Biesheuvel Reviewed-by: Liming Gao --- diff --git a/.pytool/CISettings.py b/.pytool/CISettings.py index b337d046ae..4b9e072ddb 100644 --- a/.pytool/CISettings.py +++ b/.pytool/CISettings.py @@ -2,7 +2,7 @@ # # Copyright (c) Microsoft Corporation. # Copyright (c) 2020, Hewlett Packard Enterprise Development LP. All rights reserved.
-# Copyright (c) 2020, ARM Limited. All rights reserved.
+# Copyright (c) 2020 - 2021, ARM Limited. All rights reserved.
# SPDX-License-Identifier: BSD-2-Clause-Patent ## import os @@ -52,6 +52,7 @@ class Settings(CiBuildSettingsManager, UpdateSettingsManager, SetupSettingsManag "UefiCpuPkg", "FmpDevicePkg", "ShellPkg", + "StandaloneMmPkg", "FatPkg", "CryptoPkg", "UnitTestFrameworkPkg", diff --git a/.pytool/Readme.md b/.pytool/Readme.md index 2fc905b867..e158b2b81a 100644 --- a/.pytool/Readme.md +++ b/.pytool/Readme.md @@ -24,7 +24,7 @@ | ShellPkg | :heavy_check_mark: | :heavy_check_mark: | Spell checking in audit mode, 3 modules are not being built by DSC | SignedCapsulePkg | | SourceLevelDebugPkg | -| StandaloneMmPkg | +| StandaloneMmPkg | :heavy_check_mark: | :heavy_check_mark: | | UefiCpuPkg | :heavy_check_mark: | :heavy_check_mark: | Spell checking in audit mode, 2 binary modules not being built by DSC | UefiPayloadPkg | | UnitTestFrameworkPkg | :heavy_check_mark: | :heavy_check_mark: |