#
0b0e1487 |
| 06-Feb-2025 |
Jayanth Othayoth <ojayanth@gmail.com> |
clang-tidy:scripts change filenames to [ch]pp.mako
Openbmc typically name mako files as "foo.type.mako" instead of "foo.mako.type" because many tools mistakenly identify the file type as "type" rath
clang-tidy:scripts change filenames to [ch]pp.mako
Openbmc typically name mako files as "foo.type.mako" instead of "foo.mako.type" because many tools mistakenly identify the file type as "type" rather than "mako". Currently, Meson is incorrectly including these files in the `clang-tidy` invocation, causing errors. Rename the files both to fit convention and to avoid the issues.
Change-Id: Ib97f494bd79232d761afd5f740932fe1739a6c4e Signed-off-by: Jayanth Othayoth <ojayanth@gmail.com>
show more ...
|
#
545a5d33 |
| 19-Jul-2023 |
Patrick Williams <patrick@stwcx.xyz> |
scripts: accept absolute paths to YAML
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I94044f096db64e6152bf4e7cd3bff7159e1cc85a
|
#
c5c1737c |
| 08-Dec-2022 |
Patrick Williams <patrick@stwcx.xyz> |
black: re-format
black and isort are enabled in the openbmc-build-scripts on Python files to have a consistent formatting. Re-run the formatter on the whole repository.
Change-Id: I5e068068ef3faa2
black: re-format
black and isort are enabled in the openbmc-build-scripts on Python files to have a consistent formatting. Re-run the formatter on the whole repository.
Change-Id: I5e068068ef3faa2f2c77bc1726b134eb6268dcfb Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
#
0968237b |
| 03-Apr-2020 |
Patrick Williams <patrick@stwcx.xyz> |
scripts: convert to python3
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I5ac0c1ac6f5420ec9763419223e651c3f887afe6
|
#
6eed4032 |
| 10-Feb-2017 |
Ratan Gupta <ratagupt@in.ibm.com> |
Create the generated FRU Map in cpp.
Change-Id: Id83220e5e2876f4112ba76d698b2062e2a08dd3d Signed-off-by: Ratan Gupta <ratagupt@in.ibm.com>
|
#
3d0ce84b |
| 07-Feb-2017 |
Brad Bishop <bradleyb@fuzziesquirrel.com> |
fru_gen: Handle empty yaml files
Allow the build to work in the event of an empty YAML file.
Change-Id: I3d36b57852446959aeb836ab69958c16387c02fc Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel
fru_gen: Handle empty yaml files
Allow the build to work in the event of an empty YAML file.
Change-Id: I3d36b57852446959aeb836ab69958c16387c02fc Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
show more ...
|
#
0f2e7fe1 |
| 22-Dec-2016 |
Ratan Gupta <ratagupt@in.ibm.com> |
Add IPMI FRU parser code generator.
Add a script that generates c++ structures based on system dependent configuration.
Change-Id: I3a005b2dd31d7db3137bed9be6df2a0658c48d82 Signed-off-by: Ratan Gup
Add IPMI FRU parser code generator.
Add a script that generates c++ structures based on system dependent configuration.
Change-Id: I3a005b2dd31d7db3137bed9be6df2a0658c48d82 Signed-off-by: Ratan Gupta <ratagupt@in.ibm.com>
show more ...
|