Files
OpenBMC/meta-luxshare/recipes-phosphor/dbus/phosphor-dbus-interfaces/0001-Add-VersionPurpose-CPLD-To-Support-CPLD-Component.patch
T

25 lines
906 B
Diff
Raw Normal View History

2026-04-23 17:07:55 +08:00
From 36194f5e0e2ba0b7839b84b47a1622ca5c0a0653 Mon Sep 17 00:00:00 2001
From: hliangs90 <hliangs90@gmail.com>
Date: Wed, 14 Aug 2024 22:36:47 +0800
Subject: [PATCH] Add VersionPurpose CPLD To Support CPLD Component.
Signed-off-by: hliangs90 <hliangs90@gmail.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 ee4d5ac..3826af0 100644
--- a/yaml/xyz/openbmc_project/Software/Version.interface.yaml
+++ b/yaml/xyz/openbmc_project/Software/Version.interface.yaml
@@ -42,3 +42,6 @@ enumerations:
- name: PSU
description: >
The version is a version for a PSU.
+ - name: CPLD
+ description: >
+ The version is a version for a CPLD.
--
2.25.1