#
6b7fa819 |
| 01-Feb-2025 |
Patrick Williams <patrick@stwcx.xyz> |
meson: reformat with meson formatter
Apply the `meson format` results.
Change-Id: I147ee758f6fca48cdd18889f7f018c76dcca39b3 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
|
#
c109f41a |
| 05-Dec-2022 |
Patrick Williams <patrick@stwcx.xyz> |
meson: set fake language
The organization-wide CI currently assumes that every meson-based project is either C or C++ and attempts to run sanitizer options which are only applicable to those languag
meson: set fake language
The organization-wide CI currently assumes that every meson-based project is either C or C++ and attempts to run sanitizer options which are only applicable to those languages. This causes the CI to fail on this repository. This repository only uses meson.build as a way to direct scripts for install and requires no compile or language, but set a fake language of 'c' to bypass the CI issues.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ifcaefbe75f955df8bc54e5c3ac1aee27ee88f6e5
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 ...
|
#
10aac14e |
| 03-Apr-2020 |
Milton Miller <miltonm@us.ibm.com> |
http-redirect: add meson build
Install the minimal http-redirection awk script. Also, install systemd socket and service files.
Change-Id: I44e6365a8a48f82e62f9f348c91b165cf3b5ce1e Signed-off-by: M
http-redirect: add meson build
Install the minimal http-redirection awk script. Also, install systemd socket and service files.
Change-Id: I44e6365a8a48f82e62f9f348c91b165cf3b5ce1e Signed-off-by: Milton Miller <miltonm@us.ibm.com>
show more ...
|
#
5a3ac185 |
| 07-Jan-2020 |
Brad Bishop <bradleyb@fuzziesquirrel.com> |
add first boot set mac script
phosphor-misc will use the meson build system - establish the initial structure. Copy the first boot set mac script and systemd unit from meta-openpower.
Change-Id: I
add first boot set mac script
phosphor-misc will use the meson build system - establish the initial structure. Copy the first boot set mac script and systemd unit from meta-openpower.
Change-Id: I1f7ebbb6b5230aa97b28e9a46ac721925b95a75a Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
show more ...
|