commit | a38f6e652e7da6fc29e71adeeacfa8ae02c46ab8 | [log] [tgz] |
---|---|---|
author | George Liu <liuxiwei@inspur.com> | Mon Sep 20 08:53:00 2021 +0800 |
committer | Adriana Kobylak <anoo@linux.ibm.com> | Mon Oct 04 19:25:58 2021 +0000 |
tree | 4609711b89ff1689e344f868e1ec564f270014a6 | |
parent | 4e82bc847fcda9cd09ce3e0e31256fdeca8239d8 [diff] |
Remove the last comma of the biosAttrStr value If the attribute value of biosAttrStr ends with a comma, remove it. Tested: Without this patch: biosAttrStr = "element1=lid1,element2=lid2,elementN=lidN," With this patch: biosAttrStr = "element1=lid1,element2=lid2,elementN=lidN" Signed-off-by: George Liu <liuxiwei@inspur.com> Change-Id: I159f9c1774f4cd56ab04398fdf2f90929cd7e7e0
OpenPower PNOR (Processor NOR) Code Management provides a set of host software management applications for OpenPower systems. The host firmware is stored on the PNOR chip. More information can be found at Software Architecture or Host Code Update
To build this package, do the following steps:
meson build
ninja -C build
To clean the repository run rm -r build
.