Searched hist:"47 a0ada2" (Results 1 – 3 of 3) sorted by relevance
/openbmc/google-misc/subprojects/metrics-ipmi-blobs/test/ |
H A D | meson.build | 47a0ada2 Wed Nov 29 06:45:00 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: I91fe34f9d6743a3afeef73c3e55847542cea143c Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
|
/openbmc/google-misc/subprojects/ncsid/test/ |
H A D | meson.build | 47a0ada2 Wed Nov 29 06:45:00 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: I91fe34f9d6743a3afeef73c3e55847542cea143c Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
|
/openbmc/google-misc/ |
H A D | meson.build | 47a0ada2 Wed Nov 29 06:45:00 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: I91fe34f9d6743a3afeef73c3e55847542cea143c Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
|