summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey V.Kosteltsev <AKosteltsev@IBS.RU>2022-09-05 10:25:28 +0300
committerAndrey V.Kosteltsev <AKosteltsev@IBS.RU>2022-09-05 10:25:28 +0300
commit87a3c7bbf6c9a0177d50d1762daa675e2341d54b (patch)
tree744e5de7ac70229f01be3abdd4a83ed126edb8ff
parentfc8e83f74d7beb92d3bf51265696a894fd026fc6 (diff)
downloadopenbmc-87a3c7bbf6c9a0177d50d1762daa675e2341d54b.tar.xz
phosphor-dbus-unterfaces: patch for NTPServers not needed anymore
-rw-r--r--meta-ibs/meta-common/recipes-phosphor/dbus/phosphor-dbus-interfaces/0035-Remove-read-only-flag-from-NTPServers.patch25
-rw-r--r--meta-ibs/meta-common/recipes-phosphor/dbus/phosphor-dbus-interfaces_%.bbappend1
2 files changed, 0 insertions, 26 deletions
diff --git a/meta-ibs/meta-common/recipes-phosphor/dbus/phosphor-dbus-interfaces/0035-Remove-read-only-flag-from-NTPServers.patch b/meta-ibs/meta-common/recipes-phosphor/dbus/phosphor-dbus-interfaces/0035-Remove-read-only-flag-from-NTPServers.patch
deleted file mode 100644
index b37c5dc297..0000000000
--- a/meta-ibs/meta-common/recipes-phosphor/dbus/phosphor-dbus-interfaces/0035-Remove-read-only-flag-from-NTPServers.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From c01d47388c0917e5f365272229fc34684148b4c3 Mon Sep 17 00:00:00 2001
-From: Nikita Kosenkov <NKosenkov@IBS.RU>
-Date: Thu, 30 Jun 2022 18:17:10 +0300
-Subject: [PATCH] Remove read-only flag from NTPServers
-
----
- .../openbmc_project/Network/EthernetInterface.interface.yaml | 2 --
- 1 file changed, 2 deletions(-)
-
-diff --git a/yaml/xyz/openbmc_project/Network/EthernetInterface.interface.yaml b/yaml/xyz/openbmc_project/Network/EthernetInterface.interface.yaml
-index 096f5b50..e4bfffef 100644
---- a/yaml/xyz/openbmc_project/Network/EthernetInterface.interface.yaml
-+++ b/yaml/xyz/openbmc_project/Network/EthernetInterface.interface.yaml
-@@ -55,8 +55,6 @@ properties:
- - xyz.openbmc_project.Common.Error.InvalidArgument
- - name: NTPServers
- type: array[string]
-- flags:
-- - readonly
- description: >
- NTP servers that are currently in use on this interface.
- This includes both DHCP and static NTP server addresses.
---
-2.35.1
-
diff --git a/meta-ibs/meta-common/recipes-phosphor/dbus/phosphor-dbus-interfaces_%.bbappend b/meta-ibs/meta-common/recipes-phosphor/dbus/phosphor-dbus-interfaces_%.bbappend
index d5ebf82c60..24d64c1b83 100644
--- a/meta-ibs/meta-common/recipes-phosphor/dbus/phosphor-dbus-interfaces_%.bbappend
+++ b/meta-ibs/meta-common/recipes-phosphor/dbus/phosphor-dbus-interfaces_%.bbappend
@@ -19,7 +19,6 @@ SRC_URI += "file://0007-ipmi-set-BIOS-id.patch \
file://0032-update-meson-build-for-MCTP-interfaces.patch \
file://0033-update-meson-build-for-PLDM-FWU-interfaces.patch \
file://0034-Add-username-property-to-SessionInfo-interface.patch \
- file://0035-Remove-read-only-flag-from-NTPServers.patch \
file://0036-add-fields.patch \
file://0003-Add-new-fields-to-cpu.patch \
file://0037-add-new-dimm-fields.patch \