commit | 282d578a6f2ec96fe9d63b76787d30f2eb33f88e | [log] [tgz] |
---|---|---|
author | George Liu <liuxiwei@ieisystem.com> | Mon Aug 05 14:01:49 2024 +0800 |
committer | George Liu <liuxiwei@ieisystem.com> | Tue Aug 06 23:53:49 2024 +0000 |
tree | dc5f6d5e1d3a65b88497ceeb6c1c6dacd7eebc67 | |
parent | b6786914bf687c561fdd53f214145c7b7cdb62b4 [diff] |
test/README.md: Fix MD040 warnings The following warnings are generated by using markdownlint analysis: ``` MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"] ``` Refer to markdown-lint [1] to fix MD040 [1]: https://github.com/updownpress/markdown-lint/blob/master/rules/040-fenced-code-language.md Signed-off-by: George Liu <liuxiwei@ieisystem.com> Change-Id: I7f120915c474e9707e07061a078fd2b490b70e0c
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
.