summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/common/recipes-phosphor/settings
diff options
context:
space:
mode:
authorDeepak Kodihalli <dkodihal@in.ibm.com>2017-08-27 06:54:26 -0500
committerPatrick Williams <patrick@stwcx.xyz>2017-09-08 18:49:00 +0000
commit75effe001068f6c03d50e05d127e9ce120f2326f (patch)
treeb346b21ae1e1fb1315b3cda032259a47d5a3027f /meta-phosphor/common/recipes-phosphor/settings
parent49828a439862f6d74eff65b14eda8fac27722c4e (diff)
downloadtalos-openbmc-75effe001068f6c03d50e05d127e9ce120f2326f.tar.gz
talos-openbmc-75effe001068f6c03d50e05d127e9ce120f2326f.zip
boot settings: add new 'one_time' object
Add boot/one_time object to denote boot settings that should apply only to the next boot. Change-Id: I0c422985104b5fd8688e0a5b69176683a6f2cf54 Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com>
Diffstat (limited to 'meta-phosphor/common/recipes-phosphor/settings')
-rw-r--r--meta-phosphor/common/recipes-phosphor/settings/phosphor-settings-defaults/defaults.yaml14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-phosphor/common/recipes-phosphor/settings/phosphor-settings-defaults/defaults.yaml b/meta-phosphor/common/recipes-phosphor/settings/phosphor-settings-defaults/defaults.yaml
index 4acf6911b..fc0bcbc68 100644
--- a/meta-phosphor/common/recipes-phosphor/settings/phosphor-settings-defaults/defaults.yaml
+++ b/meta-phosphor/common/recipes-phosphor/settings/phosphor-settings-defaults/defaults.yaml
@@ -20,6 +20,20 @@
BootMode:
Default: Mode::Modes::Regular
+/xyz/openbmc_project/control/host0/boot/one_time:
+ - Interface: xyz.openbmc_project.Control.Boot.Source
+ Properties:
+ BootSource:
+ Default: Source::Sources::Default
+ - Interface: xyz.openbmc_project.Control.Boot.Mode
+ Properties:
+ BootMode:
+ Default: Mode::Modes::Regular
+ - Interface: xyz.openbmc_project.Object.Enable
+ Properties:
+ Enabled:
+ Default: 'true'
+
/xyz/openbmc_project/control/host0/power_cap:
- Interface: xyz.openbmc_project.Control.Power.Cap
Properties:
OpenPOWER on IntegriCloud