prettier: re-formatPrettier is enabled in openbmc-build-scripts on Markdown, JSON, and YAMLfiles to have consistent formatting for these file types. Re-run theformatter on the whole repository.
prettier: re-formatPrettier is enabled in openbmc-build-scripts on Markdown, JSON, and YAMLfiles to have consistent formatting for these file types. Re-run theformatter on the whole repository.Change-Id: Ib442712e2562fac166148ce795f0a83511ad84cdSigned-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
meson: Fix build with 0.57.1Meson doesn't like that we are symlinking subprojects outside thesubproject directory. If we invert the links we are able to build again.We also need to fix any proje
meson: Fix build with 0.57.1Meson doesn't like that we are symlinking subprojects outside thesubproject directory. If we invert the links we are able to build again.We also need to fix any projects passing arguments which they don'tactually accept.Change-Id: Ie7adf82afabc1becc85c36b3cc632e8ebd4cae5bSigned-off-by: William A. Kennington III <wak@google.com>