commit | fb1595d74e96dd18d5f957bb53e12127f12932c9 | [log] [tgz] |
---|---|---|
author | Matt Spinler <spinler@us.ibm.com> | Tue Mar 24 19:36:10 2020 +0000 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Thu Mar 26 17:23:12 2020 +0000 |
tree | 04dde7b40ca5e3a5eb00de40002f6c635bf7ac95 | |
parent | f591790414025f25947b2327021e86d4d70709ab [diff] |
wspoon-tacoma: Enable the PEL logging extension Creating Platform Event Logs from OpenBMC event logs has already been enabled on other systems, and this commit enables it on Witherspoon-tacoma. Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: I8430422706dfe9f29a3c9621c481968a93d830a3
diff --git a/meta-witherspoon/recipes-phosphor/logging/phosphor-logging_%.bbappend b/meta-witherspoon/recipes-phosphor/logging/phosphor-logging_%.bbappend index 9dff37d..5c1d740 100644 --- a/meta-witherspoon/recipes-phosphor/logging/phosphor-logging_%.bbappend +++ b/meta-witherspoon/recipes-phosphor/logging/phosphor-logging_%.bbappend
@@ -1,2 +1,3 @@ PACKAGECONFIG_append_witherspoon-128 = " openpower-pels" +PACKAGECONFIG_append_witherspoon-tacoma = " openpower-pels" PACKAGECONFIG_append_rainier = " openpower-pels"