summaryrefslogtreecommitdiff
path: root/meta-openbmc-mods/meta-common/recipes-phosphor/dbus/phosphor-dbus-interfaces
diff options
context:
space:
mode:
authorJason M. Bills <jason.m.bills@linux.intel.com>2021-03-26 01:45:09 +0300
committerJason M. Bills <jason.m.bills@linux.intel.com>2021-03-27 01:41:36 +0300
commit12bef3e1bf292dec5ac15af9fb41e86f7bcfb0cb (patch)
tree608a905372f3f545d2686e29512ae3f5f5b4a78c /meta-openbmc-mods/meta-common/recipes-phosphor/dbus/phosphor-dbus-interfaces
parent0a1ece0568a37de9f17fd6e0bcdfd2cad2c6503f (diff)
downloadopenbmc-12bef3e1bf292dec5ac15af9fb41e86f7bcfb0cb.tar.xz
Update to internal 0.43
Signed-off-by: Jason M. Bills <jason.m.bills@linux.intel.com>
Diffstat (limited to 'meta-openbmc-mods/meta-common/recipes-phosphor/dbus/phosphor-dbus-interfaces')
-rw-r--r--meta-openbmc-mods/meta-common/recipes-phosphor/dbus/phosphor-dbus-interfaces/0034-Fix-crash-issue-due-to-throw-undefined-error.patch38
1 files changed, 0 insertions, 38 deletions
diff --git a/meta-openbmc-mods/meta-common/recipes-phosphor/dbus/phosphor-dbus-interfaces/0034-Fix-crash-issue-due-to-throw-undefined-error.patch b/meta-openbmc-mods/meta-common/recipes-phosphor/dbus/phosphor-dbus-interfaces/0034-Fix-crash-issue-due-to-throw-undefined-error.patch
deleted file mode 100644
index 98c3873dd..000000000
--- a/meta-openbmc-mods/meta-common/recipes-phosphor/dbus/phosphor-dbus-interfaces/0034-Fix-crash-issue-due-to-throw-undefined-error.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-From df0e7c1414b793a36e34a5875e4196a3a45704a5 Mon Sep 17 00:00:00 2001
-From: Kuiying Wang <kuiying.wang@intel.com>
-Date: Mon, 21 Dec 2020 23:09:33 +0800
-Subject: [PATCH] Fix crash issue due to throw undefined error
-
-Below 3 error is used by bios config manager daemon.
-xyz.openbmc_project.Common.Error.InvalidArgument
-xyz.openbmc_project.BIOSConfig.Common.Error.AttributeNotFound
-xyz.openbmc_project.BIOSConfig.Common.Error.AttributeReadOnl
-
-Tested:
-bios config manager daemon could throw these 3 error,
-but not crash any more.
-
-Signed-off-by: Kuiying Wang <kuiying.wang@intel.com>
----
- xyz/openbmc_project/BIOSConfig/Manager.interface.yaml | 5 ++++-
- 1 file changed, 4 insertions(+), 1 deletion(-)
-
-diff --git a/xyz/openbmc_project/BIOSConfig/Manager.interface.yaml b/xyz/openbmc_project/BIOSConfig/Manager.interface.yaml
-index 225ccaa..98daf3a 100644
---- a/xyz/openbmc_project/BIOSConfig/Manager.interface.yaml
-+++ b/xyz/openbmc_project/BIOSConfig/Manager.interface.yaml
-@@ -109,7 +109,10 @@ properties:
- ex- { {"QuietBoot",Type.Integer, 0x1},
- { "DdrFreqLimit",Type.String,"2933"}
- }
--
-+ errors:
-+ - xyz.openbmc_project.Common.Error.InvalidArgument
-+ - xyz.openbmc_project.BIOSConfig.Common.Error.AttributeNotFound
-+ - xyz.openbmc_project.BIOSConfig.Common.Error.AttributeReadOnly
-
- enumerations:
- - name: AttributeType
---
-2.17.1
-