summaryrefslogtreecommitdiff
path: root/meta-openbmc-mods/meta-common/recipes-phosphor/dbus/phosphor-dbus-interfaces/0030-Add-PLDM-version-purpose-enumeration.patch
blob: 0a57733aa476b4c503adae6c9534378af0350cf3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
From 114687e8f5b4728bd5d82b3c2dbc97cb40273cb8 Mon Sep 17 00:00:00 2001
From: Ayushi Smriti <smriti.ayushi@intel.com>
Date: Wed, 23 Sep 2020 22:01:25 +0530
Subject: [PATCH] Add PLDM version purpose enumeration

This change is to add PLDM in enumeration of possible purposes
of the version to support pldm type version purpose

Change-Id: I7b914d4323bfe44a4e3cd60ed4a627aeceb6b56f
Signed-off-by: Ayushi Smriti <smriti.ayushi@intel.com>
---
 yaml/xyz/openbmc_project/Software/Version.interface.yaml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/yaml/xyz/openbmc_project/Software/Version.interface.yaml b/yaml/xyz/openbmc_project/Software/Version.interface.yaml
index 345e5b51f653..f2efbecce938 100644
--- a/yaml/xyz/openbmc_project/Software/Version.interface.yaml
+++ b/yaml/xyz/openbmc_project/Software/Version.interface.yaml
@@ -38,3 +38,6 @@ enumerations:
         - name: PSU
           description: >
             The version is a version for a PSU.
+        - name: PLDM
+          description: >
+            The version is a version for PLDM.
-- 
2.17.1