summaryrefslogtreecommitdiff
path: root/meta-openpower/recipes-phosphor/host/op-proc-control_git.bb
diff options
context:
space:
mode:
authorJayanth Othayoth <ojayanth@in.ibm.com>2021-07-30 14:46:57 +0300
committerJayanth Othayoth <ojayanth@in.ibm.com>2021-08-09 18:04:59 +0300
commitce7dbecf0facf092f488748b1d9bd7734b88c6d8 (patch)
tree0ad93301fe857154a5a811fec305ba43cea894e8 /meta-openpower/recipes-phosphor/host/op-proc-control_git.bb
parentad68ba3cd5b6f0674465cd05e67041a7a3a0fb31 (diff)
downloadopenbmc-ce7dbecf0facf092f488748b1d9bd7734b88c6d8.tar.xz
meta-openpower: phal devtree data export service
Service to collect r/w devtree attribute data from the devtree and save to known location. This is data collected prior to concurrent software update and applied to new device tree in the reboot followed by concurrent software update. Version bump to enable service back-end support. tested: Jul 30 14:27:35 xxx phal-export-devtree[2624]: Software path interface add signal received Jul 30 14:27:35 xxx phal-export-devtree[2624]: Successfully exported devtree attribute data root@xx:~# ls /var/lib/phal/ exportdevtree Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com> Change-Id: Ic2462f596a7ffcc716254577dc693d580111b766
Diffstat (limited to 'meta-openpower/recipes-phosphor/host/op-proc-control_git.bb')
-rw-r--r--meta-openpower/recipes-phosphor/host/op-proc-control_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-openpower/recipes-phosphor/host/op-proc-control_git.bb b/meta-openpower/recipes-phosphor/host/op-proc-control_git.bb
index 3fe33b6ed..f0dbf9b87 100644
--- a/meta-openpower/recipes-phosphor/host/op-proc-control_git.bb
+++ b/meta-openpower/recipes-phosphor/host/op-proc-control_git.bb
@@ -42,4 +42,5 @@ SYSTEMD_SERVICE_${PN} += " \
${@bb.utils.contains('OBMC_MACHINE_FEATURES', 'phal', 'op-reset-host-check@.service', '', d)} \
${@bb.utils.contains('OBMC_MACHINE_FEATURES', 'phal', 'op-reset-host-clear.service', '', d)} \
${@bb.utils.contains('OBMC_MACHINE_FEATURES', 'phal', 'phal-import-devtree@.service', '', d)} \
+ ${@bb.utils.contains('OBMC_MACHINE_FEATURES', 'phal', 'phal-export-devtree@.service', '', d)} \
"