commit | 080f018324028d3702b8c151a290f06961de7a30 | [log] [tgz] |
---|---|---|
author | Brandon Kim <brandonkim@google.com> | Thu Oct 28 16:17:17 2021 -0700 |
committer | Brandon Kim <brandonkim@google.com> | Thu Oct 28 16:17:17 2021 -0700 |
tree | cfdf885040656f3c784f80287d4c871f805fdc96 | |
parent | 4aec8027acae734a1dbc6334d53fd66ab854b81c [diff] |
CpuCore: Update Microcode type to uint Match the type with Cpu.interface.yaml with the change that went in: https://gerrit.openbmc-project.xyz/47987 Signed-off-by: Brandon Kim <brandonkim@google.com> Change-Id: I97401a8325c939ec1f69a6e59716fa9bc4dfd45e
YAML descriptors of standard D-Bus interfaces. The format is described by the sdbusplus binding generation tool sdbus++.
This project can be built with meson
. The typical meson
workflow is: meson builddir && ninja -C builddir
.
The meson files used to handle the YAML files are automatically generated and found under the gen
subdirectory. When adding or removing YAML files, this must be regenerated. This can be done with the helper script found in the gen
subdirectory: cd gen && ./regenerate-meson
.
Only the xyz/openbmc_project interfaces are built by default. Other interfaces can be enabled by meson options:
-Ddata_com_ibm=true
-Ddata_org_open_power=true
Example: meson builddir -Ddata_com_ibm=true && ninja -C builddir