diff options
author | Abner Chang <abner.chang@hpe.com> | 2020-11-12 08:37:31 +0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2020-11-12 07:23:21 +0000 |
commit | b470520d757f789f46ee09ccd2b89667c4402a68 (patch) | |
tree | 01334b6f0eff68e6a2d94c3ec19041a0229f96b2 /RedfishPkg/RedfishPkg.ci.yaml | |
parent | 1c48866e041d2afaabb170086c5bb0c69a4653d3 (diff) | |
download | edk2-b470520d757f789f46ee09ccd2b89667c4402a68.tar.gz |
RedfishPkg: Use DSC include file
- Include Redfish.dsc.inc in RedfishPkg.dsc. which
consolidates the necessary components in Redfish.dsc.inc.
- Remove unnecessary library instances from RedfishPkg.dsc.
- Add build option in RedfishPkg.yaml.
Signed-off-by: Abner Chang <abner.chang@hpe.com>
Cc: Nickle Wang <nickle.wang@hpe.com>
Cc: Peter O'Hanley <peter.ohanley@hpe.com>
Reviewed-by: Nickle Wang <nickle.wang@hpe.com>
Diffstat (limited to 'RedfishPkg/RedfishPkg.ci.yaml')
-rw-r--r-- | RedfishPkg/RedfishPkg.ci.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/RedfishPkg/RedfishPkg.ci.yaml b/RedfishPkg/RedfishPkg.ci.yaml index bb3b8b6746..20c297ad22 100644 --- a/RedfishPkg/RedfishPkg.ci.yaml +++ b/RedfishPkg/RedfishPkg.ci.yaml @@ -63,6 +63,7 @@ },
"Defines": {
- "BLD_*_CONTINUOUS_INTEGRATION": "TRUE"
+ "BLD_*_CONTINUOUS_INTEGRATION": "TRUE",
+ "BLD_*_REDFISH_ENABLE": "TRUE"
}
}
|