commit | 9c6fa9bc428e995de560ab3b7366ffc2730d8752 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Wed Nov 29 06:43:59 2023 -0600 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed Nov 29 13:19:38 2023 +0000 |
tree | bb6e1724264b08c0c5c72a85e9c2c519209f1dfd | |
parent | 1e3ce2e758fd912cce6c923b7c4caf9231624b6b [diff] |
build: use allowed over enabled Meson feature options are typically in a tri-state of enabled, disabled, or auto. The enabled and disabled functions on an option (from `get_option`) no longer return true for auto features. Instead, the expectation is to use `allowed()` which is true for both enabled and auto. Switch all uses of `enabled` to `allowed`. Change-Id: Ia7640469aa92a6fac3a11dd55a2d3b9eea0e637a Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
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
.