From b4d4c8603c2c0ebb02bf431b603501d2c39af274 Mon Sep 17 00:00:00 2001 From: George Liu Date: Thu, 7 May 2020 09:38:00 +0800 Subject: meta-phosphor: Remove TimeOwner interface from defaults.yaml The TimeOwner feature is confusing from feedback from the community and we should be removed. (From meta-phosphor rev: 4cd09c85f3d168cef02d2a020ef93b718f3a3456) Signed-off-by: George Liu Change-Id: I5ceff148059337df1c41cb54b2bb3080df1aca69 Signed-off-by: Andrew Geissler --- .../phosphor-time-manager/xyz.openbmc_project.Time.Manager.service | 2 -- .../settings/phosphor-settings-defaults/defaults.yaml | 6 ------ 2 files changed, 8 deletions(-) diff --git a/meta-phosphor/recipes-phosphor/datetime/phosphor-time-manager/xyz.openbmc_project.Time.Manager.service b/meta-phosphor/recipes-phosphor/datetime/phosphor-time-manager/xyz.openbmc_project.Time.Manager.service index 362e06a91..aaf7abe4d 100644 --- a/meta-phosphor/recipes-phosphor/datetime/phosphor-time-manager/xyz.openbmc_project.Time.Manager.service +++ b/meta-phosphor/recipes-phosphor/datetime/phosphor-time-manager/xyz.openbmc_project.Time.Manager.service @@ -1,7 +1,5 @@ [Unit] Description=Phosphor Time Manager daemon -Wants=mapper-wait@-xyz-openbmc_project-time-owner.service -After=mapper-wait@-xyz-openbmc_project-time-owner.service Wants=mapper-wait@-xyz-openbmc_project-time-sync_method.service After=mapper-wait@-xyz-openbmc_project-time-sync_method.service Wants=mapper-wait@-xyz-openbmc_project-state-host0.service diff --git a/meta-phosphor/recipes-phosphor/settings/phosphor-settings-defaults/defaults.yaml b/meta-phosphor/recipes-phosphor/settings/phosphor-settings-defaults/defaults.yaml index 3541fdb49..25458155f 100644 --- a/meta-phosphor/recipes-phosphor/settings/phosphor-settings-defaults/defaults.yaml +++ b/meta-phosphor/recipes-phosphor/settings/phosphor-settings-defaults/defaults.yaml @@ -52,12 +52,6 @@ PowerRestorePolicy: Default: RestorePolicy::Policy::AlwaysOff -/xyz/openbmc_project/time/owner: - - Interface: xyz.openbmc_project.Time.Owner - Properties: - TimeOwner: - Default: Owner::Owners::Both - /xyz/openbmc_project/time/sync_method: - Interface: xyz.openbmc_project.Time.Synchronization Properties: -- cgit v1.2.3