summaryrefslogtreecommitdiff
path: root/meta-ieisystems
diff options
context:
space:
mode:
authorGeorge Liu <liuxiwei@ieisystem.com>2024-02-05 10:50:25 +0300
committerGeorge Liu <liuxiwei@ieisystem.com>2024-02-06 09:31:13 +0300
commit07be744a07987eb24fc6566ea6a3b12398e1e43f (patch)
tree7134aaf6110653a428d729ba1f45d36dad0dfcab /meta-ieisystems
parent7fabe70c853a1840b4aa009c6d96059dee117b8a (diff)
downloadopenbmc-07be744a07987eb24fc6566ea6a3b12398e1e43f.tar.xz
meta-ieisystems: fp5280g3: settings: add applyTime configuration
We need to reboot BMC immediately after upgrading the FP5280G3 firmware. Signed-off-by: George Liu <liuxiwei@ieisystem.com> Change-Id: I10894553852fbd936168f598e28cfaaa6694a8bf
Diffstat (limited to 'meta-ieisystems')
-rw-r--r--meta-ieisystems/meta-fp5280g3/recipes-phosphor/settings/phosphor-settings-manager/applyTime.override.yml5
-rw-r--r--meta-ieisystems/meta-fp5280g3/recipes-phosphor/settings/phosphor-settings-manager_%.bbappend3
2 files changed, 8 insertions, 0 deletions
diff --git a/meta-ieisystems/meta-fp5280g3/recipes-phosphor/settings/phosphor-settings-manager/applyTime.override.yml b/meta-ieisystems/meta-fp5280g3/recipes-phosphor/settings/phosphor-settings-manager/applyTime.override.yml
new file mode 100644
index 0000000000..c1dd14ba85
--- /dev/null
+++ b/meta-ieisystems/meta-fp5280g3/recipes-phosphor/settings/phosphor-settings-manager/applyTime.override.yml
@@ -0,0 +1,5 @@
+/xyz/openbmc_project/software/apply_time:
+ - Interface: xyz.openbmc_project.Software.ApplyTime
+ Properties:
+ RequestedApplyTime:
+ Default: ApplyTime::RequestedApplyTimes::Immediate
diff --git a/meta-ieisystems/meta-fp5280g3/recipes-phosphor/settings/phosphor-settings-manager_%.bbappend b/meta-ieisystems/meta-fp5280g3/recipes-phosphor/settings/phosphor-settings-manager_%.bbappend
new file mode 100644
index 0000000000..e603990c2f
--- /dev/null
+++ b/meta-ieisystems/meta-fp5280g3/recipes-phosphor/settings/phosphor-settings-manager_%.bbappend
@@ -0,0 +1,3 @@
+FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
+
+SRC_URI:append = " file://applyTime.override.yml"