diff options
author | Michael Kubacki <michael.kubacki@microsoft.com> | 2022-09-02 20:56:28 -0400 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2022-10-03 18:22:03 +0000 |
commit | 43c1111530a9e90b2a9317a9d159c7f0f381cc44 (patch) | |
tree | d8995a80a320c4e3c63bcd64b77aed736ebfd99c /.pytool | |
parent | 51e059953696f1b41e7f65426e342badc2e6acaf (diff) | |
download | edk2-43c1111530a9e90b2a9317a9d159c7f0f381cc44.tar.gz |
EmbeddedPkg: Add CI YAML file
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=4046
Adds EmbeddedPkg to the list of supported build packages for edk2
CI and fixes Library Class Check errors reported.
These changes allow EmbeddedPkg to pass NO-TARGET CI testing.
Cc: Leif Lindholm <quic_llindhol@quicinc.com>
Cc: Ard Biesheuvel <ardb+tianocore@kernel.org>
Cc: Abner Chang <abner.chang@amd.com>
Cc: Daniel Schaefer <git@danielschaefer.me>
Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
Acked-by: Ard Biesheuvel <ardb@kernel.org>
Diffstat (limited to '.pytool')
-rw-r--r-- | .pytool/CISettings.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.pytool/CISettings.py b/.pytool/CISettings.py index cf9e0d77b1..aef850a545 100644 --- a/.pytool/CISettings.py +++ b/.pytool/CISettings.py @@ -53,6 +53,7 @@ class Settings(CiBuildSettingsManager, UpdateSettingsManager, SetupSettingsManag "ArmPlatformPkg",
"ArmVirtPkg",
"DynamicTablesPkg",
+ "EmbeddedPkg",
"EmulatorPkg",
"MdePkg",
"MdeModulePkg",
|