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
1 file changed
tree: 3dd2d20013e731acb4b404058563e57dd6538cd4
  1. firstboot/
  2. http-redirect/
  3. usb-ctrl/
  4. .gitignore
  5. LICENSE
  6. meson.build
  7. meson_options.txt
  8. OWNERS
  9. README.md
README.md

phosphor-misc

phosphor-misc is a collection of miscellaneous OpenBMC functions that doesn't really fit anywhere else.

Contributing

If you have a new function in mind to be hosted in phosphor-misc, it is usually a good idea to mention it on the OpenBMC mailing list before writing any code. There might already be an implementation of the desired function or the community may suggest alternatives.

phosphor-misc patches are reviewed using the Gerrit instance at https://gerrit.openbmc-project.xyz.

Please submit patches to Gerrit. More information on using Gerrit can be found here. https://github.com/openbmc/phosphor-misc is a hosting mirror only and GitHub pull requests are not monitored and will not be accepted.

Patch checklist. Please ensure patches adhere to the following guidelines:

For questions or help please come join us on the mailing list or in IRC.