Searched hist:"7619 ab783e9dddf4d8602022889e2ae8641f23db" (Results 1 – 4 of 4) sorted by relevance
/openbmc/openpower-hw-diags/test/ |
H A D | meson.build | diff 7619ab783e9dddf4d8602022889e2ae8641f23db Wed Nov 29 06:44:58 CST 2023 Patrick Williams <patrick@stwcx.xyz> 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: I2253ebff36b49c4b79b803175dd76668f8ac2ba8 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
|
/openbmc/openpower-hw-diags/util/ |
H A D | meson.build | diff 7619ab783e9dddf4d8602022889e2ae8641f23db Wed Nov 29 06:44:58 CST 2023 Patrick Williams <patrick@stwcx.xyz> 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: I2253ebff36b49c4b79b803175dd76668f8ac2ba8 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
|
/openbmc/openpower-hw-diags/attn/ |
H A D | meson.build | diff 7619ab783e9dddf4d8602022889e2ae8641f23db Wed Nov 29 06:44:58 CST 2023 Patrick Williams <patrick@stwcx.xyz> 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: I2253ebff36b49c4b79b803175dd76668f8ac2ba8 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
|
/openbmc/openpower-hw-diags/ |
H A D | meson.build | diff 7619ab783e9dddf4d8602022889e2ae8641f23db Wed Nov 29 06:44:58 CST 2023 Patrick Williams <patrick@stwcx.xyz> 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: I2253ebff36b49c4b79b803175dd76668f8ac2ba8 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
|