commit | f0a24b82d0482e2231da180a6059d5cd99deae96 | [log] [tgz] |
---|---|---|
author | Brandon Wyman <bjwyman@gmail.com> | Wed Mar 13 13:27:13 2019 -0500 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Tue Apr 16 12:58:05 2019 -0400 |
tree | 1c0652cf03dcbb7ac02e6d56c45c8d5939312d00 | |
parent | c03a3d5e207d52ad35b852a19d66cafd0945b2f7 [diff] [blame] |
Remove witherspoon prefix from pfault-analysis Remove the witherspoon prefix from the witherspoon-pfault-analysis based recipes for applications and service files to avoid confusion when these are reused by Swift. Point to latest commit of witherspoon-pfault-analysis. Requires: I4c7275c3b14b3b3724abb98b8d43610df4f9c2a3 https://gerrit.openbmc-project.xyz/c/openbmc/witherspoon-pfault-analysis/+/19399 (From meta-ibm rev: fe3a464e30811d89cad55aab795523fd6152b5a8) Change-Id: Ic73d31809794b5033126549044d7e4ff00653118 Signed-off-by: Brandon Wyman <bjwyman@gmail.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/power/witherspoon-power-supply-sync.bb b/meta-ibm/meta-witherspoon/recipes-phosphor/power/witherspoon-power-supply-sync.bb index ea7804b..a2d7e89 100644 --- a/meta-ibm/meta-witherspoon/recipes-phosphor/power/witherspoon-power-supply-sync.bb +++ b/meta-ibm/meta-witherspoon/recipes-phosphor/power/witherspoon-power-supply-sync.bb
@@ -1,4 +1,4 @@ -SUMMARY = "Witherspoon Power Supply Sync" +SUMMARY = "Power Supply Sync" DESCRIPTION = "Synchronizes the power supplies' INPUT_HISTORY data" PR = "r1" LICENSE = "Apache-2.0" @@ -8,7 +8,7 @@ RDEPENDS_${PN} += "virtual/obmc-gpio-monitor" -SYNC_SERVICE = "witherspoon-power-supply-sync.service" +SYNC_SERVICE = "power-supply-sync.service" TGTFMT = "obmc-chassis-poweron@0.target" SYNC_FMT = "../${SYNC_SERVICE}:${TGTFMT}.wants/${SYNC_SERVICE}"