summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/common/recipes-phosphor/settings
diff options
context:
space:
mode:
authorDeepak Kodihalli <dkodihal@in.ibm.com>2017-08-27 03:28:25 -0500
committerPatrick Williams <patrick@stwcx.xyz>2017-09-08 18:48:58 +0000
commit49828a439862f6d74eff65b14eda8fac27722c4e (patch)
treed1102c9376e2362305a9b85930a15ab7e7be7161 /meta-phosphor/common/recipes-phosphor/settings
parentc64fcdc28e9058af7d993118691aa7dadf90a9ff (diff)
downloadtalos-openbmc-49828a439862f6d74eff65b14eda8fac27722c4e.tar.gz
talos-openbmc-49828a439862f6d74eff65b14eda8fac27722c4e.zip
boot settings: create single object
Now that settings objects can implement multiple interfaces, create a single control/boot object that implements both the Control/Boot/Mode and Control/Boot/Source interfaces. This is more natural to apps interested in this setting, instead of two objects representing the boot mode and boot source. Change-Id: I57c1cd65243b2a334352e6c298ed0572bca4c8cd 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.yaml4
1 files changed, 1 insertions, 3 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 00586c948..4acf6911b 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
@@ -10,13 +10,11 @@
AutoReboot:
Default: 'true'
-/xyz/openbmc_project/control/host0/boot_source:
+/xyz/openbmc_project/control/host0/boot:
- Interface: xyz.openbmc_project.Control.Boot.Source
Properties:
BootSource:
Default: Source::Sources::Default
-
-/xyz/openbmc_project/control/host0/boot_mode:
- Interface: xyz.openbmc_project.Control.Boot.Mode
Properties:
BootMode:
OpenPOWER on IntegriCloud