configurations: yosemite4: Support for CPU Configurations
- Configurations type support CPU
- Displays CPU serial number
Change-Id: I3fe7da27b1729bd11c267849e2154629b65638b6
Signed-off-by: Ingrid Chen <ingrid.chen.wiwynn@gmail.com>
diff --git a/schemas/global.json b/schemas/global.json
index e963774..fcf057b 100644
--- a/schemas/global.json
+++ b/schemas/global.json
@@ -91,7 +91,7 @@
"Type": {
"title": "Configuration Type",
"description": "The schema for the type property. The type property identifies the type of the configuration. When exported, configurations will be instantiated as children of: /xyz/openbmc_project/configuration/<Type>",
- "enum": ["Board", "Chassis", "NVMe", "PowerSupply"]
+ "enum": ["Board", "Chassis", "NVMe", "PowerSupply", "CPU"]
},
"xyz.openbmc_project.Common.UUID": {
"$ref": "openbmc-dbus.json#/$defs/xyz/openbmc_project/Common/UUID"