-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit is to move yaml/com/ibm/VPD.errors.yaml into yaml/com/ibm/VPD directory Test: Tested the patch on Rainier system. Reached successfully standby - runtime - standby Change-Id: I4e04a865164f7e1a4548ffd7a80b4f035a31573d Signed-off-by: Alpana Kumari <[email protected]>
- Loading branch information
Showing
4 changed files
with
64 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Generated file; do not modify. | ||
generated_sources += custom_target( | ||
'com/ibm/VPD/VPD__cpp'.underscorify(), | ||
input: [ '../../../../../yaml/com/ibm/VPD/VPD.errors.yaml', ], | ||
output: [ 'error.cpp', 'error.hpp', ], | ||
depend_files: sdbusplusplus_depfiles, | ||
command: [ | ||
sdbuspp_gen_meson_prog, '--command', 'cpp', | ||
'--output', meson.current_build_dir(), | ||
'--tool', sdbusplusplus_prog, | ||
'--directory', meson.current_source_dir() / '../../../../../yaml', | ||
'com/ibm/VPD/VPD', | ||
], | ||
) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
- name: LocationNotFound | ||
description: Location is not found. | ||
- name: NodeNotFound | ||
description: Node number is not found. | ||
- name: PathNotFound | ||
description: Inventory path is not found. | ||
- name: RecordNotFound | ||
description: Record not found. | ||
- name: KeywordNotFound | ||
description: Keyword is not found. | ||
- name: BlankSystemVPD | ||
description: | ||
System VPD is blank on both hardware and cache. On IBM systems, certain | ||
VPD data must be available for the system to boot. This error is used to | ||
indicate that no valid data was found by the BMC. | ||
- name: InvalidEepromPath | ||
description: EEPROM path is invalid. Parser failed to access the path. | ||
- name: InvalidVPD | ||
description: VPD file is not valid. Mandatory records are missing in VPD file. | ||
- name: EccCheckFailed | ||
desciption: Invalid VPD data. Ecc check for the data failed. | ||
- name: InvalidJson | ||
description: Invalid Json file. | ||
- name: DbusFailure | ||
description: DBus error occurred. |