commit | d1ff1a475379d99bcdb75ad67685605d239def76 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Thu Jan 30 17:47:20 2025 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Fri Feb 07 16:11:49 2025 +0000 |
tree | e66119af1cd153803f2cfd7cac3a57c2d1c27229 | |
parent | 01f71428f2cd0def4cf76240bd2565b7e58187e8 [diff] |
build: use allowed over enabled or not-disabled 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`. Switch all uses of `not disabled` to `allowed`. Change-Id: Ic3591e9228286b3e98ef043638ca8e110e58f1d3 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
.