#
0100b593 |
| 29-Nov-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 retur
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: Ieb1a6b353443eabfdc157a80b0e998e35202820f Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
#
52aed33d |
| 27-May-2020 |
Lei YU <yulei.sh@bytedance.com> |
Add usb-ctrl for USB gadget control
The usb-ctrl is copied from [intel-bmc][1] that creates/destroy USB mass-storage devices via USB gadget driver. It supports multiple devices and could be extended
Add usb-ctrl for USB gadget control
The usb-ctrl is copied from [intel-bmc][1] that creates/destroy USB mass-storage devices via USB gadget driver. It supports multiple devices and could be extended with future features.
[1]: https://github.com/Intel-BMC/openbmc/blob/intel/meta-openbmc-mods/meta-common/recipes-core/fw-update/files/usb-ctrl
Signed-off-by: Lei YU <yulei.sh@bytedance.com> Change-Id: Ie875e7e385ddacef82b7e4d20795c97c001384b3
show more ...
|